Skip to content

Commit 73af9c0

Browse files
chore: generate libraries at Fri Aug 22 02:34:28 UTC 2025
1 parent fbf7a1a commit 73af9c0

File tree

121 files changed

+7257
-31333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+7257
-31333
lines changed

java-geminidataanalytics/google-cloud-geminidataanalytics/src/main/java/com/google/cloud/geminidataanalytics/v1beta/ContextRetrievalServiceClient.java

Lines changed: 0 additions & 980 deletions
This file was deleted.

java-geminidataanalytics/google-cloud-geminidataanalytics/src/main/java/com/google/cloud/geminidataanalytics/v1beta/ContextRetrievalServiceSettings.java

Lines changed: 0 additions & 358 deletions
This file was deleted.

java-geminidataanalytics/google-cloud-geminidataanalytics/src/main/java/com/google/cloud/geminidataanalytics/v1beta/DataAgentServiceClient.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,8 @@ public final UnaryCallable<GetDataAgentRequest, DataAgent> getDataAgentCallable(
880880
* @param parent Required. Value for parent.
881881
* @param dataAgent Required. The resource being created.
882882
* @param dataAgentId Optional. Id of the requesting object. Must be unique within the parent. The
883-
* allowed format is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
883+
* allowed format is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. If not provided, the server will
884+
* auto-generate a value for the id.
884885
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
885886
*/
886887
public final OperationFuture<DataAgent, OperationMetadata> createDataAgentAsync(
@@ -918,7 +919,8 @@ public final OperationFuture<DataAgent, OperationMetadata> createDataAgentAsync(
918919
* @param parent Required. Value for parent.
919920
* @param dataAgent Required. The resource being created.
920921
* @param dataAgentId Optional. Id of the requesting object. Must be unique within the parent. The
921-
* allowed format is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.
922+
* allowed format is: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`. If not provided, the server will
923+
* auto-generate a value for the id.
922924
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
923925
*/
924926
public final OperationFuture<DataAgent, OperationMetadata> createDataAgentAsync(

0 commit comments

Comments
 (0)