Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,7 @@ libraries:
group_id: com.google.cloud
cloud_api: true
GAPICs:
- proto_path: google/cloud/geminidataanalytics/v1
- proto_path: google/cloud/geminidataanalytics/v1beta
requires_billing: true
rpc_documentation: https://cloud.google.com/gemini/docs/conversational-analytics-api/reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,21 @@
<artifactId>grpc-google-cloud-geminidataanalytics-v1beta</artifactId>
<version>0.21.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-geminidataanalytics-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-geminidataanalytics-v1</artifactId>
<version>0.21.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-geminidataanalytics-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-geminidataanalytics-v1beta</artifactId>
<version>0.21.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-geminidataanalytics-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-geminidataanalytics-v1</artifactId>
<version>0.21.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-geminidataanalytics-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<artifactId>proto-google-common-protos</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-geminidataanalytics-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-geminidataanalytics-v1beta</artifactId>
Expand Down Expand Up @@ -76,6 +80,11 @@
<artifactId>grpc-google-common-protos</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-geminidataanalytics-v1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
Expand Down

Large diffs are not rendered by default.

Loading
Loading