Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::ListMavenArtifactsResponse (v0.11.0)

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

The response from listing maven artifacts.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#maven_artifacts

def maven_artifacts() -> ::Array<::Google::Cloud::ArtifactRegistry::V1::MavenArtifact>
Returns

#maven_artifacts=

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

#next_page_token

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

#next_page_token=

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