Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::ListRepositoriesResponse.
The response from listing repositories.
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 repositories, or empty if there are no more repositories to return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The token to retrieve the next page of repositories, or empty if there are no more repositories to return.
Returns
- (::String) — The token to retrieve the next page of repositories, or empty if there are no more repositories to return.
#repositories
def repositories() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>) — The repositories returned.
#repositories=
def repositories=(value) -> ::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>
Parameter
- value (::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>) — The repositories returned.
Returns
- (::Array<::Google::Cloud::ArtifactRegistry::V1::Repository>) — The repositories returned.