Class: Google::Cloud::SecretManager::V1::ListSecretsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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).

Returns:



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.

Returns:



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