Skip to content

Commit df58085

Browse files
Google APIscopybara-github
authored andcommitted
feat: Change client_secret in OAuthConfig from required to optional
docs: A comment for field `client_secret` in message `.google.cloud.dialogflow.cx.v3.Webhook` is changed PiperOrigin-RevId: 734411561
1 parent 9513189 commit df58085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/dialogflow/cx/v3/webhook.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ message Webhook {
106106
// Required. The client ID provided by the 3rd party platform.
107107
string client_id = 1 [(google.api.field_behavior) = REQUIRED];
108108

109-
// Required. The client secret provided by the 3rd party platform.
110-
string client_secret = 2 [(google.api.field_behavior) = REQUIRED];
109+
// Optional. The client secret provided by the 3rd party platform.
110+
string client_secret = 2 [(google.api.field_behavior) = OPTIONAL];
111111

112112
// Required. The token endpoint provided by the 3rd party platform to
113113
// exchange an access token.

0 commit comments

Comments
 (0)