Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class SecretVersionHeaderValue.
Represents the value of an HTTP header stored in a SecretManager secret version.
Generated from protobuf message google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.SecretVersionHeaderValue
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ Webhook \ GenericWebServiceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ secret_version |
string
Required. The SecretManager secret version resource storing the header value. Format: |
getSecretVersion
Required. The SecretManager secret version resource storing the header
value. Format: projects/{project}/secrets/{secret}/versions/{version}
| Returns | |
|---|---|
| Type | Description |
string |
|
setSecretVersion
Required. The SecretManager secret version resource storing the header
value. Format: projects/{project}/secrets/{secret}/versions/{version}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|