diff --git a/generation_config.yaml b/generation_config.yaml index 619283c8303f..67faeeb974c8 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -1,6 +1,6 @@ gapic_generator_version: 2.39.0 protobuf_version: '25.2' -googleapis_commitish: 113a378d5aad5018876ec0a8cbfd4d6a4f746809 +googleapis_commitish: cab99b213a32bc0fc3ef76d445e09df9fa094e47 libraries_bom_version: 26.37.0 owlbot_cli_image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409 synthtool_commitish: 63cc541da2c45fcfca2136c43e638da1fbae174d diff --git a/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/ChatServiceClient.java b/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/ChatServiceClient.java index 05edd034bd43..28ad3c5fd7fb 100644 --- a/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/ChatServiceClient.java +++ b/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/ChatServiceClient.java @@ -68,8 +68,8 @@ * * *

CreateMessage - *

Creates a message in a Google Chat space. For an example, see [Create a message](https://developers.google.com/chat/api/guides/v1/messages/create). - *

Calling this method requires [authentication](https://developers.google.com/chat/api/guides/auth) and supports the following authentication types: + *

Creates a message in a Google Chat space. For an example, see [Send a message](https://developers.google.com/workspace/chat/create-messages). + *

Calling this method requires [authentication](https://developers.google.com/workspace/chat/authenticate-authorize) and supports the following authentication types: *

- For text messages, user authentication or app authentication are supported. - For card messages, only app authentication is supported. (Only Chat apps can create card messages.) * *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

@@ -89,7 +89,7 @@ * * *

ListMessages - *

Lists messages in a space that the caller is a member of, including messages from blocked members and spaces. For an example, see [List messages](/chat/api/guides/v1/messages/list). Requires [user authentication](https://developers.google.com/chat/api/guides/auth/users). + *

Lists messages in a space that the caller is a member of, including messages from blocked members and spaces. For an example, see [List messages](/chat/api/guides/v1/messages/list). Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). * *

Request object method variants only take one parameter, a request object, which must be constructed before the call.

*