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
- (::Array<::Google::Cloud::ArtifactRegistry::V1::Attachment>) — The attachments returned.
#attachments=
def attachments=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::Attachment>
Parameter
- value (::Array<::Google::Cloud::ArtifactRegistry::V1::Attachment>) — The attachments returned.
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::Attachment>) — The attachments returned.
#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.