Reference documentation and code samples for the Secret Manager V1BETA2 API class Google::Cloud::SecretManager::V1beta2::ListSecretVersionsResponse.
Response message for SecretManagerService.ListSecretVersions.
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 ListSecretVersionsRequest.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 ListSecretVersionsRequest.page_token to retrieve the next page.
 
    Returns
    
  - (::String) — A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
 
#total_size
def total_size() -> ::Integer
    Returns
    
  - (::Integer) — The total number of SecretVersions but 0 when the ListSecretsRequest.filter field is set.
 
#total_size=
def total_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The total number of SecretVersions but 0 when the ListSecretsRequest.filter field is set.
 
    Returns
    
  - (::Integer) — The total number of SecretVersions but 0 when the ListSecretsRequest.filter field is set.
 
#versions
def versions() -> ::Array<::Google::Cloud::SecretManager::V1beta2::SecretVersion>
    Returns
    
  - (::Array<::Google::Cloud::SecretManager::V1beta2::SecretVersion>) — The list of SecretVersions sorted in reverse by create_time (newest first).
 
#versions=
def versions=(value) -> ::Array<::Google::Cloud::SecretManager::V1beta2::SecretVersion>
    Parameter
    
  - value (::Array<::Google::Cloud::SecretManager::V1beta2::SecretVersion>) — The list of SecretVersions sorted in reverse by create_time (newest first).
 
    Returns
    
- (::Array<::Google::Cloud::SecretManager::V1beta2::SecretVersion>) — The list of SecretVersions sorted in reverse by create_time (newest first).