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
    
  - (::String) — A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
    Returns
    
  - (::String) — A token to retrieve the next page of results. Pass this value in ListSecretsRequest.page_token to retrieve the next page.
#secrets
def secrets() -> ::Array<::Google::Cloud::SecretManager::V1beta1::Secret>
    Returns
    
  - (::Array<::Google::Cloud::SecretManager::V1beta1::Secret>) — The list of Secrets sorted in reverse by create_time (newest first).
#secrets=
def secrets=(value) -> ::Array<::Google::Cloud::SecretManager::V1beta1::Secret>
    Parameter
    
  - value (::Array<::Google::Cloud::SecretManager::V1beta1::Secret>) — The list of Secrets sorted in reverse by create_time (newest first).
    Returns
    
  - (::Array<::Google::Cloud::SecretManager::V1beta1::Secret>) — The list of Secrets sorted in reverse by create_time (newest first).
#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.