Class: Google::Cloud::SecretManager::V1::AddSecretVersionRequest

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

#parent::String

Returns Required. The resource name of the Secret to associate with the SecretVersion in the format projects/*/secrets/* or projects/*/locations/*/secrets/*.

Returns:

  • (::String)

    Required. The resource name of the Secret to associate with the SecretVersion in the format projects/*/secrets/* or projects/*/locations/*/secrets/*.



109
110
111
112
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 109

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

#payload::Google::Cloud::SecretManager::V1::SecretPayload

Returns Required. The secret payload of the SecretVersion.

Returns:



109
110
111
112
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 109

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