Class: Google::Cloud::SecretManager::V1::AccessSecretVersionRequest

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

#nameString

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

Returns:

  • (String)

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



164
165
166
167
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 164

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