Secret Manager V1beta1 API - Class Google::Cloud::SecretManager::V1beta1::ListSecretsResponse (v0.15.0)

Reference documentation and code samples for the Secret Manager V1beta1 API class Google::Cloud::SecretManager::V1beta1::ListSecretsResponse.

Response message for SecretManagerService.ListSecrets.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
Returns

#secrets

def secrets() -> ::Array<::Google::Cloud::SecretManager::V1beta1::Secret>
Returns

#secrets=

def secrets=(value) -> ::Array<::Google::Cloud::SecretManager::V1beta1::Secret>
Parameter
Returns

#total_size

def total_size() -> ::Integer
Returns
  • (::Integer) — The total number of Secrets.

#total_size=

def total_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of Secrets.
Returns
  • (::Integer) — The total number of Secrets.