Class: Google::Cloud::SecretManager::V1::ListSecretsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::ListSecretsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/service.rb
Overview
Response message for SecretManagerService.ListSecrets.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#secrets ⇒ ::Array<::Google::Cloud::SecretManager::V1::Secret>
The list of Secrets sorted in reverse by create_time (newest first).
-
#total_size ⇒ ::Integer
The total number of Secrets but 0 when the ListSecretsRequest.filter field is set.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
69 70 71 72 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 69 class ListSecretsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secrets ⇒ ::Array<::Google::Cloud::SecretManager::V1::Secret>
Returns The list of Secrets sorted in reverse by create_time (newest first).
69 70 71 72 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 69 class ListSecretsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of Secrets but 0 when the ListSecretsRequest.filter field is set.
69 70 71 72 |
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 69 class ListSecretsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |