Class: Google::Cloud::SecretManager::V1::EnableSecretVersionRequest

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

#etag::String

Returns Optional. Etag of the SecretVersion. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds.

Returns:

  • (::String)

    Optional. Etag of the SecretVersion. The request succeeds if it matches the etag of the currently stored secret version object. If the etag is omitted, the request succeeds.



244
245
246
247
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 244

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

#name::String

Returns Required. The resource name of the SecretVersion to enable in the format projects/*/secrets/*/versions/*.

Returns:

  • (::String)

    Required. The resource name of the SecretVersion to enable in the format projects/*/secrets/*/versions/*.



244
245
246
247
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 244

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