Skip to content

Commit 54a051d

Browse files
Merge branch 'googleapis:main' into main
2 parents debd594 + 9396cfb commit 54a051d

File tree

1,202 files changed

+173123
-11873
lines changed

Some content is hidden

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

1,202 files changed

+173123
-11873
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
128128
/src/library_generation/cli/entry_point.py validate-generation-config
129129
env:
130-
library_generation_image_tag: 2.61.0
130+
library_generation_image_tag: 2.62.0
131131
workspace_name: /workspace
132132

133133
# TODO: Uncomment the needed Github Actions

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
pull_request:
2121
name: generation diff
2222
env:
23-
library_generation_image_tag: 2.61.0
23+
library_generation_image_tag: 2.62.0
2424
jobs:
2525
root-pom:
2626
# root pom.xml does not have diff from generated one

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.61.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.62.0
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

gapic-libraries-bom/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,13 @@
628628
<type>pom</type>
629629
<scope>import</scope>
630630
</dependency>
631+
<dependency>
632+
<groupId>com.google.cloud</groupId>
633+
<artifactId>google-cloud-geminidataanalytics-bom</artifactId>
634+
<version>0.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-geminidataanalytics:current} -->
635+
<type>pom</type>
636+
<scope>import</scope>
637+
</dependency>
631638
<dependency>
632639
<groupId>com.google.cloud</groupId>
633640
<artifactId>google-cloud-gke-backup-bom</artifactId>

generation_config.yaml

Lines changed: 36 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
gapic_generator_version: 2.61.0
2-
googleapis_commitish: d869249c5d3da60af39dc7968140468ef7d1fdd6
1+
gapic_generator_version: 2.62.0
2+
googleapis_commitish: 3b2a2ae91db23a9c879b2b725d6a5de6bd64a800
33
libraries_bom_version: 26.66.0
44

55
# the libraries are ordered with respect to library name, which is
@@ -1072,6 +1072,24 @@ libraries:
10721072
requires_billing: true
10731073
rpc_documentation:
10741074
https://cloud.google.com/distributed-cloud/edge/latest/docs/reference/hardware/rpc
1075+
- api_shortname: geminidataanalytics
1076+
name_pretty: Data Analytics API with Gemini
1077+
product_documentation: https://cloud.google.com/gemini/docs/conversational-analytics-api/overview
1078+
api_description: Use Conversational Analytics API to build an artificial intelligence
1079+
(AI)-powered chat interface, or data agent, that answers questions about structured
1080+
data using natural language.
1081+
client_documentation:
1082+
https://cloud.google.com/java/docs/reference/google-cloud-geminidataanalytics/latest/overview
1083+
release_level: preview
1084+
distribution_name: com.google.cloud:google-cloud-geminidataanalytics
1085+
api_id: geminidataanalytics.googleapis.com
1086+
library_type: GAPIC_AUTO
1087+
group_id: com.google.cloud
1088+
cloud_api: true
1089+
GAPICs:
1090+
- proto_path: google/cloud/geminidataanalytics/v1beta
1091+
requires_billing: true
1092+
rpc_documentation: https://cloud.google.com/gemini/docs/conversational-analytics-api/reference
10751093
- api_shortname: gke-backup
10761094
name_pretty: Backup for GKE
10771095
product_documentation: 'https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/concepts/backup-for-gke '
@@ -2299,22 +2317,6 @@ libraries:
22992317
GAPICs:
23002318
- proto_path: google/shopping/merchant/inventories/v1
23012319
- proto_path: google/shopping/merchant/inventories/v1beta
2302-
- api_shortname: shopping-merchant-notifications
2303-
name_pretty: Merchant Notifications API
2304-
product_documentation: https://developers.google.com/merchant/api
2305-
api_description: Programmatically manage your Merchant Center accounts.
2306-
client_documentation:
2307-
https://cloud.google.com/java/docs/reference/google-shopping-merchant-notifications/latest/overview
2308-
release_level: stable
2309-
distribution_name: com.google.shopping:google-shopping-merchant-notifications
2310-
api_id: shopping-merchant-notifications.googleapis.com
2311-
library_type: GAPIC_AUTO
2312-
group_id: com.google.shopping
2313-
cloud_api: false
2314-
GAPICs:
2315-
- proto_path: google/shopping/merchant/notifications/v1
2316-
- proto_path: google/shopping/merchant/notifications/v1beta
2317-
requires_billing: true
23182320
- api_shortname: shopping-merchant-lfp
23192321
name_pretty: Merchant LFP API
23202322
product_documentation: https://developers.google.com/merchant/api
@@ -2332,6 +2334,22 @@ libraries:
23322334
- proto_path: google/shopping/merchant/lfp/v1beta
23332335
requires_billing: true
23342336

2337+
- api_shortname: shopping-merchant-notifications
2338+
name_pretty: Merchant Notifications API
2339+
product_documentation: https://developers.google.com/merchant/api
2340+
api_description: Programmatically manage your Merchant Center accounts.
2341+
client_documentation:
2342+
https://cloud.google.com/java/docs/reference/google-shopping-merchant-notifications/latest/overview
2343+
release_level: stable
2344+
distribution_name: com.google.shopping:google-shopping-merchant-notifications
2345+
api_id: shopping-merchant-notifications.googleapis.com
2346+
library_type: GAPIC_AUTO
2347+
group_id: com.google.shopping
2348+
cloud_api: false
2349+
GAPICs:
2350+
- proto_path: google/shopping/merchant/notifications/v1
2351+
- proto_path: google/shopping/merchant/notifications/v1beta
2352+
requires_billing: true
23352353
- api_shortname: merchantapi
23362354
name_pretty: Merchant API
23372355
product_documentation: https://developers.google.com/merchant/api

java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/GrpcAccessApprovalStub.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
6464
ProtoUtils.marshaller(ListApprovalRequestsMessage.getDefaultInstance()))
6565
.setResponseMarshaller(
6666
ProtoUtils.marshaller(ListApprovalRequestsResponse.getDefaultInstance()))
67+
.setSampledToLocalTracing(true)
6768
.build();
6869

6970
private static final MethodDescriptor<GetApprovalRequestMessage, ApprovalRequest>
@@ -74,6 +75,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
7475
.setRequestMarshaller(
7576
ProtoUtils.marshaller(GetApprovalRequestMessage.getDefaultInstance()))
7677
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
78+
.setSampledToLocalTracing(true)
7779
.build();
7880

7981
private static final MethodDescriptor<ApproveApprovalRequestMessage, ApprovalRequest>
@@ -85,6 +87,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
8587
.setRequestMarshaller(
8688
ProtoUtils.marshaller(ApproveApprovalRequestMessage.getDefaultInstance()))
8789
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
90+
.setSampledToLocalTracing(true)
8891
.build();
8992

9093
private static final MethodDescriptor<DismissApprovalRequestMessage, ApprovalRequest>
@@ -96,6 +99,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
9699
.setRequestMarshaller(
97100
ProtoUtils.marshaller(DismissApprovalRequestMessage.getDefaultInstance()))
98101
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
102+
.setSampledToLocalTracing(true)
99103
.build();
100104

101105
private static final MethodDescriptor<InvalidateApprovalRequestMessage, ApprovalRequest>
@@ -107,6 +111,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
107111
.setRequestMarshaller(
108112
ProtoUtils.marshaller(InvalidateApprovalRequestMessage.getDefaultInstance()))
109113
.setResponseMarshaller(ProtoUtils.marshaller(ApprovalRequest.getDefaultInstance()))
114+
.setSampledToLocalTracing(true)
110115
.build();
111116

112117
private static final MethodDescriptor<GetAccessApprovalSettingsMessage, AccessApprovalSettings>
@@ -119,6 +124,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
119124
ProtoUtils.marshaller(GetAccessApprovalSettingsMessage.getDefaultInstance()))
120125
.setResponseMarshaller(
121126
ProtoUtils.marshaller(AccessApprovalSettings.getDefaultInstance()))
127+
.setSampledToLocalTracing(true)
122128
.build();
123129

124130
private static final MethodDescriptor<UpdateAccessApprovalSettingsMessage, AccessApprovalSettings>
@@ -131,6 +137,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
131137
ProtoUtils.marshaller(UpdateAccessApprovalSettingsMessage.getDefaultInstance()))
132138
.setResponseMarshaller(
133139
ProtoUtils.marshaller(AccessApprovalSettings.getDefaultInstance()))
140+
.setSampledToLocalTracing(true)
134141
.build();
135142

136143
private static final MethodDescriptor<DeleteAccessApprovalSettingsMessage, Empty>
@@ -142,6 +149,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
142149
.setRequestMarshaller(
143150
ProtoUtils.marshaller(DeleteAccessApprovalSettingsMessage.getDefaultInstance()))
144151
.setResponseMarshaller(ProtoUtils.marshaller(Empty.getDefaultInstance()))
152+
.setSampledToLocalTracing(true)
145153
.build();
146154

147155
private static final MethodDescriptor<
@@ -157,6 +165,7 @@ public class GrpcAccessApprovalStub extends AccessApprovalStub {
157165
GetAccessApprovalServiceAccountMessage.getDefaultInstance()))
158166
.setResponseMarshaller(
159167
ProtoUtils.marshaller(AccessApprovalServiceAccount.getDefaultInstance()))
168+
.setSampledToLocalTracing(true)
160169
.build();
161170

162171
private final UnaryCallable<ListApprovalRequestsMessage, ListApprovalRequestsResponse>

0 commit comments

Comments
 (0)