Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::ListRulesRequest (v1.1.0)

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

The request to list rules.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of rules to return. Maximum page size is 1,000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of rules to return. Maximum page size is 1,000.
Returns
  • (::Integer) — The maximum number of rules to return. Maximum page size is 1,000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — The next_page_token value returned from a previous list request, if any.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — The next_page_token value returned from a previous list request, if any.
Returns
  • (::String) — The next_page_token value returned from a previous list request, if any.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the parent repository whose rules will be listed. For example: projects/p1/locations/us-central1/repositories/repo1.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the parent repository whose rules will be listed. For example: projects/p1/locations/us-central1/repositories/repo1.
Returns
  • (::String) — Required. The name of the parent repository whose rules will be listed. For example: projects/p1/locations/us-central1/repositories/repo1.