Skip to content

Commit 65af8b3

Browse files
docs: [dialogflow] minor formatting (#6840)
* docs: minor formatting PiperOrigin-RevId: 823067257 Source-Link: googleapis/googleapis@fc2a56a Source-Link: googleapis/googleapis-gen@5aa33f9 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRpYWxvZ2Zsb3cvLk93bEJvdC55YW1sIiwiaCI6IjVhYTMzZjllYWNhNDdiZWI5NjhhZjc4ZGJiMzU0YWI2NmFlNTFhNDAifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent da2c718 commit 65af8b3

File tree

1 file changed

+2
-0
lines changed
  • packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1

1 file changed

+2
-0
lines changed

packages/google-cloud-dialogflow/protos/google/cloud/dialogflow/v2beta1/tool.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,10 +501,12 @@ message Tool {
501501
// store to verify certificates. N.B. Make sure the HTTPS server
502502
// certificates are signed with "subject alt name". For instance a
503503
// certificate can be self-signed using the following command,
504+
// ```
504505
// openssl x509 -req -days 200 -in example.com.csr \
505506
// -signkey example.com.key \
506507
// -out example.com.crt \
507508
// -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
509+
// ```
508510
bytes cert = 2 [(google.api.field_behavior) = REQUIRED];
509511
}
510512

0 commit comments

Comments
 (0)