Skip to content

Commit 15f9d8b

Browse files
Google APIscopybara-github
authored andcommitted
docs: A comment for field name in message .google.cloud.dialogflow.cx.v3beta1.Tool is changed
docs: A comment for field `cert` in message `.google.cloud.dialogflow.cx.v3beta1.Tool` is changed PiperOrigin-RevId: 735383878
1 parent df58085 commit 15f9d8b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

google/cloud/dialogflow/cx/v3beta1/tool.proto

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ message Tool {
437437
}
438438

439439
// Required. The full resource name of the referenced Integration Connectors
440-
// Connection. Format: 'projects/*/locations/*/connections/*'
440+
// Connection. Format: `projects/*/locations/*/connections/*`
441441
string name = 1 [(google.api.field_behavior) = REQUIRED];
442442

443443
// Required. Actions for the tool to use.
@@ -593,11 +593,14 @@ message Tool {
593593
// is empty or unspecified, Dialogflow will use Google's default trust
594594
// store to verify certificates. N.B. Make sure the HTTPS server
595595
// certificates are signed with "subject alt name". For instance a
596-
// certificate can be self-signed using the following command,
596+
// certificate can be self-signed using the following command:
597+
//
598+
// ```
597599
// openssl x509 -req -days 200 -in example.com.csr \
598600
// -signkey example.com.key \
599601
// -out example.com.crt \
600602
// -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
603+
// ```
601604
bytes cert = 2 [(google.api.field_behavior) = REQUIRED];
602605
}
603606

0 commit comments

Comments
 (0)