Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::ListTagsResponse (v0.13.0)

Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ListTagsResponse.

The response from listing tags.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — The token to retrieve the next page of tags, or empty if there are no more tags to return.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — The token to retrieve the next page of tags, or empty if there are no more tags to return.
Returns
  • (::String) — The token to retrieve the next page of tags, or empty if there are no more tags to return.

#tags

def tags() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::Tag>
Returns

#tags=

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