Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ListDockerImagesResponse.
The response from listing docker images.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#docker_images
def docker_images() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>) — The docker images returned.
#docker_images=
def docker_images=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>
Parameter
- value (::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>) — The docker images returned.
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>) — The docker images returned.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.
Returns
- (::String) — The token to retrieve the next page of artifacts, or empty if there are no more artifacts to return.