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