Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class ListDockerImagesResponse.
The response from listing docker images.
Generated from protobuf message google.devtools.artifactregistry.v1.ListDockerImagesResponse
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ docker_images |
array<DockerImage>
The docker images returned. |
↳ next_page_token |
string
The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return. |
getDockerImages
The docker images returned.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDockerImages
The docker images returned.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DockerImage>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|