Class: Google::Cloud::SecretManager::V1beta1::AccessSecretVersionResponse

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 The resource name of the SecretVersion in the format projects/*/secrets/*/versions/*.

Returns:

  • (::String)

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



181
182
183
184
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 181

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

#payload::Google::Cloud::SecretManager::V1beta1::SecretPayload

Returns Secret payload.



181
182
183
184
# File 'proto_docs/google/cloud/secrets/v1beta1/service.rb', line 181

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