Container Registry API, gRPC: LifecyclePolicyService.Update
Updates the specified lifecycle policy.
gRPC request
rpc Update (UpdateLifecyclePolicyRequest) returns (operation.Operation)
UpdateLifecyclePolicyRequest
{
"lifecyclePolicyId": "string",
"updateMask": "google.protobuf.FieldMask",
"name": "string",
"description": "string",
"status": "Status",
"rules": [
{
"description": "string",
"expirePeriod": "google.protobuf.Duration",
"tagRegexp": "string",
"untagged": "bool",
"retainedTop": "int64"
}
]
}
Field |
Description |
lifecyclePolicyId |
string Required field. ID of the lifecycle policy. |
updateMask |
Field mask that specifies which fields of the lifecycle policy resource are going to be updated. |
name |
string Name of lifecycle policy. |
description |
string Description of lifecycle policy. |
status |
enum Status Required field. Status of the lifecycle policy.
|
rules[] |
The rules of the lifecycle policy. |
LifecycleRule
Field |
Description |
description |
string Description of the lifecycle policy rule. |
expirePeriod |
Period of time for automatic deletion. |
tagRegexp |
string Tag for specifying a filter in the form of a regular expression. |
untagged |
bool Tag for applying the rule to Docker images without tags. |
retainedTop |
int64 Number of Docker images (falling under the specified filter by tags) that must be left, even if the expire_period has already expired. |
operation.Operation
{
"id": "string",
"description": "string",
"createdAt": "google.protobuf.Timestamp",
"createdBy": "string",
"modifiedAt": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"lifecyclePolicyId": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"name": "string",
"repositoryId": "string",
"description": "string",
"status": "Status",
"createdAt": "google.protobuf.Timestamp",
"rules": [
{
"description": "string",
"expirePeriod": "google.protobuf.Duration",
"tagRegexp": "string",
"untagged": "bool",
"retainedTop": "int64"
}
]
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
createdAt |
Creation timestamp. |
createdBy |
string ID of the user or service account who initiated the operation. |
modifiedAt |
The time when the Operation resource was last modified. |
done |
bool If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
UpdateLifecyclePolicyMetadata
Field |
Description |
lifecyclePolicyId |
string ID of the lifecycle policy resource that is being updated. |
LifecyclePolicy
Field |
Description |
id |
string ID of the lifecycle policy. |
name |
string Name of the lifecycle policy. |
repositoryId |
string ID of the repository that the lifecycle policy belongs to. |
description |
string Description of the lifecycle policy. |
status |
enum Status Status of lifecycle policy.
|
createdAt |
Creation timestamp. |
rules[] |
The rules of lifecycle policy. |
LifecycleRule
Field |
Description |
description |
string Description of the lifecycle policy rule. |
expirePeriod |
Period of time for automatic deletion. |
tagRegexp |
string Tag for specifying a filter in the form of a regular expression. |
untagged |
bool Tag for applying the rule to Docker images without tags. |
retainedTop |
int64 Number of Docker images (falling under the specified filter by tags) that must be left, even if the expire_period has already expired. |