Class: Google::Cloud::SecretManager::V1::ListSecretsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::ListSecretsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/service.rb
Overview
Request message for SecretManagerService.ListSecrets.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filter string, adhering to the rules in List-operation filtering. List only secrets matching the filter. If filter is empty, all secrets are listed.
47 48 49 50 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 47 class ListSecretsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
47 48 49 50 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 47 class ListSecretsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Pagination token, returned earlier via ListSecretsResponse.next_page_token.
47 48 49 50 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 47 class ListSecretsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the project associated with the
Secrets, in the format projects/*
or projects/*/locations/*
.
47 48 49 50 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 47 class ListSecretsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |