Skip to content

Commit

Permalink
chore: generate libraries at Sat Dec 14 02:30:58 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Dec 14, 2024
1 parent f922483 commit d8ba024
Show file tree
Hide file tree
Showing 55 changed files with 10,870 additions and 1,254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public void getConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -322,6 +323,7 @@ public void getConversationProfileTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -383,6 +385,7 @@ public void createConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -447,6 +450,7 @@ public void createConversationProfileTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -511,6 +515,7 @@ public void createConversationProfileTest3() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -575,6 +580,7 @@ public void updateConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand All @@ -598,6 +604,7 @@ public void updateConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -648,6 +655,7 @@ public void updateConversationProfileExceptionTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -763,6 +771,7 @@ public void setSuggestionFeatureConfigTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -832,6 +841,7 @@ public void setSuggestionFeatureConfigTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -913,6 +923,7 @@ public void clearSuggestionFeatureConfigTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -982,6 +993,7 @@ public void clearSuggestionFeatureConfigTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public void getConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -309,6 +310,7 @@ public void getConversationProfileTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -365,6 +367,7 @@ public void createConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -425,6 +428,7 @@ public void createConversationProfileTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -485,6 +489,7 @@ public void createConversationProfileTest3() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -545,6 +550,7 @@ public void updateConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -679,6 +685,7 @@ public void setSuggestionFeatureConfigTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -744,6 +751,7 @@ public void setSuggestionFeatureConfigTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -823,6 +831,7 @@ public void clearSuggestionFeatureConfigTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -888,6 +897,7 @@ public void clearSuggestionFeatureConfigTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public void getConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -322,6 +323,7 @@ public void getConversationProfileTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -383,6 +385,7 @@ public void createConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -447,6 +450,7 @@ public void createConversationProfileTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -511,6 +515,7 @@ public void createConversationProfileTest3() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -575,6 +580,7 @@ public void updateConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand All @@ -598,6 +604,7 @@ public void updateConversationProfileTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -648,6 +655,7 @@ public void updateConversationProfileExceptionTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -763,6 +771,7 @@ public void setSuggestionFeatureConfigTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -832,6 +841,7 @@ public void setSuggestionFeatureConfigTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -913,6 +923,7 @@ public void clearSuggestionFeatureConfigTest() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down Expand Up @@ -982,6 +993,7 @@ public void clearSuggestionFeatureConfigTest2() throws Exception {
.setNotificationConfig(NotificationConfig.newBuilder().build())
.setLoggingConfig(LoggingConfig.newBuilder().build())
.setNewMessageEventNotificationConfig(NotificationConfig.newBuilder().build())
.setNewRecognitionResultNotificationConfig(NotificationConfig.newBuilder().build())
.setSttConfig(SpeechToTextConfig.newBuilder().build())
.setLanguageCode("languageCode-2092349083")
.setTimeZone("timeZone-2077180903")
Expand Down
Loading

0 comments on commit d8ba024

Please sign in to comment.