Class: Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService::SecretVersionHeaderValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb

Overview

Represents the value of an HTTP header stored in a SecretManager secret version.

Instance Attribute Summary collapse

Instance Attribute Details

#secret_version::String

Returns Required. The SecretManager secret version resource storing the header value. Format: projects/{project}/secrets/{secret}/versions/{version}.

Returns:

  • (::String)

    Required. The SecretManager secret version resource storing the header value. Format: projects/{project}/secrets/{secret}/versions/{version}



148
149
150
151
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 148

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