Class: Google::Cloud::SecretManager::V1beta1::ListSecretsResponse

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

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:



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

Returns:



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

#total_size::Integer

Returns The total number of Secrets.

Returns:

  • (::Integer)

    The total number of Secrets.



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