Class: Google::Cloud::SecretManager::V1::AccessSecretVersionResponse

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

#name::String

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

Returns:

  • (::String)

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



239
240
241
242
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 239

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

#payload::Google::Cloud::SecretManager::V1::SecretPayload

Returns Secret payload.



239
240
241
242
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 239

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