Container Registry API, gRPC: LifecyclePolicyService.ListDryRunResultAffectedImages
Retrieves the list of the affected images.
gRPC request
rpc ListDryRunResultAffectedImages (ListDryRunLifecyclePolicyResultAffectedImagesRequest) returns (ListDryRunLifecyclePolicyResultAffectedImagesResponse)
ListDryRunLifecyclePolicyResultAffectedImagesRequest
{
"dryRunLifecyclePolicyResultId": "string",
"pageSize": "int64",
"pageToken": "string",
"filter": "string",
"orderBy": "string"
}
Field |
Description |
dryRunLifecyclePolicyResultId |
string Required field. ID of the dry run result of the lifecycle policy |
pageSize |
int64 The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. To get the next page of results, set |
filter |
string A filter expression that filters affected images listed in the response. The expression must specify:
|
orderBy |
string Sorting the list by LifecyclePolicy.name and LifecyclePolicy.createdAt fields. |
ListDryRunLifecyclePolicyResultAffectedImagesResponse
{
"affectedImages": [
{
"id": "string",
"name": "string",
"digest": "string",
"compressedSize": "int64",
"config": {
"id": "string",
"digest": "string",
"size": "int64",
"urls": [
"string"
]
},
"layers": [
{
"id": "string",
"digest": "string",
"size": "int64",
"urls": [
"string"
]
}
],
"tags": [
"string"
],
"createdAt": "google.protobuf.Timestamp"
}
],
"nextPageToken": "string"
}
Field |
Description |
affectedImages[] |
List of affected images. |
nextPageToken |
string Token for getting the next page of the list. If the number of results is greater than Each subsequent page will have its own |
Image
An Image resource. For more information, see Docker image.
Field |
Description |
id |
string Output only. ID of the Docker image. |
name |
string Name of the Docker image. |
digest |
string Content-addressable identifier of the Docker image. |
compressedSize |
int64 Compressed size of the Docker image, specified in bytes. |
config |
Configuration of the Docker image. |
layers[] |
Layers of the Docker image. |
tags[] |
string Tags of the Docker image. Each tag is unique within the repository. |
createdAt |
Output only. Creation timestamp in RFC3339 |
Blob
A Blob resource.
Field |
Description |
id |
string Output only. ID of the blob. |
digest |
string Content-addressable identifier of the blob. |
size |
int64 Size of the blob, specified in bytes. |
urls[] |
string List of blob urls. |