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