Class: Google::Cloud::SecretManager::V1beta1::ListSecretsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::ListSecretsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/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::V1beta1::Secret>
The list of Secrets sorted in reverse by create_time (newest first).
-
#total_size ⇒ ::Integer
The total number of Secrets.
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.
55 56 57 58 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 55 class ListSecretsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secrets ⇒ ::Array<::Google::Cloud::SecretManager::V1beta1::Secret>
Returns The list of Secrets sorted in reverse by create_time (newest first).
55 56 57 58 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 55 class ListSecretsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |