Class: Google::Cloud::SecretManager::V1::ListSecretVersionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/secretmanager/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filter string, adhering to the rules in List-operation filtering. List only secret versions matching the filter. If filter is empty, all secret versions are listed.

Returns:

  • (::String)

    Optional. Filter string, adhering to the rules in List-operation filtering. List only secret versions matching the filter. If filter is empty, all secret versions are listed.



150
151
152
153
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 150

class ListSecretVersionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#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.

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.



150
151
152
153
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 150

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][].

Returns:

  • (::String)

    Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].



150
151
152
153
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 150

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/* or projects/*/locations/*/secrets/*.

Returns:

  • (::String)

    Required. The resource name of the Secret associated with the SecretVersions to list, in the format projects/*/secrets/* or projects/*/locations/*/secrets/*.



150
151
152
153
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 150

class ListSecretVersionsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end