Class: Google::Cloud::SecretManager::V1beta1::AccessSecretVersionRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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/*.



168
169
170
171
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 168

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