Class: Google::Cloud::SecretManager::V1::GetSecretVersionRequest

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/*. projects/*/secrets/*/versions/latest is an alias to the latest SecretVersion.

Returns:

  • (String)

    Required. The resource name of the SecretVersion in the format projects/*/secrets/*/versions/*. projects/*/secrets/*/versions/latest is an alias to the latest SecretVersion.



146
147
148
149
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 146

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