Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::ListDockerImagesResponse (v0.4.0)

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

#docker_images=

def docker_images=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::DockerImage>
Parameter
Returns

#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.