Class: Google::Cloud::SecretManager::V1beta1::ListSecretVersionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::ListSecretVersionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/service.rb
Overview
Request message for SecretManagerService.ListSecretVersions.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
117 118 119 120 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 117 class ListSecretVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].
117 118 119 120 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 117 class ListSecretVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Secret associated with the
SecretVersions to list, in the format
projects/*/secrets/*
.
117 118 119 120 |
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 117 class ListSecretVersionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |