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