Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::ListAttachmentsResponse (v1.1.0)

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

The response from listing attachments.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attachments

def attachments() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::Attachment>
Returns

#attachments=

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

#next_page_token

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

#next_page_token=

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