Class: Google::Cloud::SecretManager::V1::GetSecretRequest

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

Overview

Request message for SecretManagerService.GetSecret.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required. The resource name of the Secret, in the format projects/*/secrets/*.

Returns:

  • (String)

    Required. The resource name of the Secret, in the format projects/*/secrets/*.



97
98
99
100
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 97

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