Reference documentation and code samples for the Secret Manager V1beta1 API class Google::Cloud::SecretManager::V1beta1::ListSecretVersionsRequest.
Request message for SecretManagerService.ListSecretVersions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
    Returns
    
  - (::Integer) — Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
#page_size=
def page_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
    Returns
    
  - (::Integer) — Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
#page_token
def page_token() -> ::String
    Returns
    
  - (::String) — Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].
#page_token=
def page_token=(value) -> ::String
    Parameter
    
  - value (::String) — Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].
    Returns
    
  - (::String) — Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].
#parent
def parent() -> ::String
    Returns
    
  - 
        (::String) — Required. The resource name of the
Secret associated with the
SecretVersions to list, in
the format projects/*/secrets/*.
#parent=
def parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The resource name of the
Secret associated with the
SecretVersions to list, in
the format projects/*/secrets/*.
    Returns
    
- 
        (::String) — Required. The resource name of the
Secret associated with the
SecretVersions to list, in
the format projects/*/secrets/*.