Skip to content

Commit 15b05fc

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.37.0 (#1553)
* fix(deps): Update the Java code generator (gapic-generator-java) to 2.37.0 PiperOrigin-RevId: 611816371 Source-Link: googleapis/googleapis@2a40f63 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d30ff0767777b381fb1617f67a90e3abd3bdc6dc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDMwZmYwNzY3Nzc3YjM4MWZiMTYxN2Y2N2E5MGUzYWJkM2JkYzZkYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b385106 commit 15b05fc

File tree

9 files changed

+0
-139
lines changed

9 files changed

+0
-139
lines changed

‎google-cloud-logging/src/main/java/com/google/cloud/logging/v2/stub/ConfigServiceV2StubSettings.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
import com.google.api.core.ApiFunction;
2626
import com.google.api.core.ApiFuture;
27-
import com.google.api.core.BetaApi;
2827
import com.google.api.gax.core.GaxProperties;
2928
import com.google.api.gax.core.GoogleCredentialsProvider;
3029
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -1394,8 +1393,6 @@ public UnaryCallSettings.Builder<CreateBucketRequest, Operation> createBucketAsy
13941393
}
13951394

13961395
/** Returns the builder for the settings used for calls to createBucketAsync. */
1397-
@BetaApi(
1398-
"The surface for use by generated code is not stable yet and may change in the future.")
13991396
public OperationCallSettings.Builder<CreateBucketRequest, LogBucket, BucketMetadata>
14001397
createBucketAsyncOperationSettings() {
14011398
return createBucketAsyncOperationSettings;
@@ -1407,8 +1404,6 @@ public UnaryCallSettings.Builder<UpdateBucketRequest, Operation> updateBucketAsy
14071404
}
14081405

14091406
/** Returns the builder for the settings used for calls to updateBucketAsync. */
1410-
@BetaApi(
1411-
"The surface for use by generated code is not stable yet and may change in the future.")
14121407
public OperationCallSettings.Builder<UpdateBucketRequest, LogBucket, BucketMetadata>
14131408
updateBucketAsyncOperationSettings() {
14141409
return updateBucketAsyncOperationSettings;
@@ -1492,8 +1487,6 @@ public UnaryCallSettings.Builder<CreateLinkRequest, Operation> createLinkSetting
14921487
}
14931488

14941489
/** Returns the builder for the settings used for calls to createLink. */
1495-
@BetaApi(
1496-
"The surface for use by generated code is not stable yet and may change in the future.")
14971490
public OperationCallSettings.Builder<CreateLinkRequest, Link, LinkMetadata>
14981491
createLinkOperationSettings() {
14991492
return createLinkOperationSettings;
@@ -1505,8 +1498,6 @@ public UnaryCallSettings.Builder<DeleteLinkRequest, Operation> deleteLinkSetting
15051498
}
15061499

15071500
/** Returns the builder for the settings used for calls to deleteLink. */
1508-
@BetaApi(
1509-
"The surface for use by generated code is not stable yet and may change in the future.")
15101501
public OperationCallSettings.Builder<DeleteLinkRequest, Empty, LinkMetadata>
15111502
deleteLinkOperationSettings() {
15121503
return deleteLinkOperationSettings;
@@ -1580,8 +1571,6 @@ public UnaryCallSettings.Builder<CopyLogEntriesRequest, Operation> copyLogEntrie
15801571
}
15811572

15821573
/** Returns the builder for the settings used for calls to copyLogEntries. */
1583-
@BetaApi(
1584-
"The surface for use by generated code is not stable yet and may change in the future.")
15851574
public OperationCallSettings.Builder<
15861575
CopyLogEntriesRequest, CopyLogEntriesResponse, CopyLogEntriesMetadata>
15871576
copyLogEntriesOperationSettings() {

‎proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/CmekSettingsName.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.google.logging.v2;
1818

19-
import com.google.api.core.BetaApi;
2019
import com.google.api.pathtemplate.PathTemplate;
2120
import com.google.api.pathtemplate.ValidationException;
2221
import com.google.api.resourcenames.ResourceName;
@@ -107,7 +106,6 @@ public static Builder newBuilder() {
107106
return new Builder();
108107
}
109108

110-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
111109
public static Builder newProjectBuilder() {
112110
return new Builder();
113111
}
@@ -118,17 +116,14 @@ public static Builder newProjectCmekSettingsBuilder() {
118116
return new Builder();
119117
}
120118

121-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
122119
public static OrganizationCmekSettingsBuilder newOrganizationCmekSettingsBuilder() {
123120
return new OrganizationCmekSettingsBuilder();
124121
}
125122

126-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
127123
public static FolderCmekSettingsBuilder newFolderCmekSettingsBuilder() {
128124
return new FolderCmekSettingsBuilder();
129125
}
130126

131-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
132127
public static BillingAccountCmekSettingsBuilder newBillingAccountCmekSettingsBuilder() {
133128
return new BillingAccountCmekSettingsBuilder();
134129
}
@@ -141,7 +136,6 @@ public static CmekSettingsName of(String project) {
141136
return newBuilder().setProject(project).build();
142137
}
143138

144-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
145139
public static CmekSettingsName ofProjectName(String project) {
146140
return newBuilder().setProject(project).build();
147141
}
@@ -152,7 +146,6 @@ public static CmekSettingsName ofProjectCmekSettingsName(String project) {
152146
return newBuilder().setProject(project).build();
153147
}
154148

155-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
156149
public static CmekSettingsName ofOrganizationName(String organization) {
157150
return newOrganizationCmekSettingsBuilder().setOrganization(organization).build();
158151
}
@@ -163,7 +156,6 @@ public static CmekSettingsName ofOrganizationCmekSettingsName(String organizatio
163156
return newOrganizationCmekSettingsBuilder().setOrganization(organization).build();
164157
}
165158

166-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
167159
public static CmekSettingsName ofFolderName(String folder) {
168160
return newFolderCmekSettingsBuilder().setFolder(folder).build();
169161
}
@@ -174,7 +166,6 @@ public static CmekSettingsName ofFolderCmekSettingsName(String folder) {
174166
return newFolderCmekSettingsBuilder().setFolder(folder).build();
175167
}
176168

177-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
178169
public static CmekSettingsName ofBillingAccountName(String billingAccount) {
179170
return newBillingAccountCmekSettingsBuilder().setBillingAccount(billingAccount).build();
180171
}
@@ -189,7 +180,6 @@ public static String format(String project) {
189180
return newBuilder().setProject(project).build().toString();
190181
}
191182

192-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
193183
public static String formatProjectName(String project) {
194184
return newBuilder().setProject(project).build().toString();
195185
}
@@ -200,7 +190,6 @@ public static String formatProjectCmekSettingsName(String project) {
200190
return newBuilder().setProject(project).build().toString();
201191
}
202192

203-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
204193
public static String formatOrganizationName(String organization) {
205194
return newOrganizationCmekSettingsBuilder().setOrganization(organization).build().toString();
206195
}
@@ -211,7 +200,6 @@ public static String formatOrganizationCmekSettingsName(String organization) {
211200
return newOrganizationCmekSettingsBuilder().setOrganization(organization).build().toString();
212201
}
213202

214-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
215203
public static String formatFolderName(String folder) {
216204
return newFolderCmekSettingsBuilder().setFolder(folder).build().toString();
217205
}
@@ -222,7 +210,6 @@ public static String formatFolderCmekSettingsName(String folder) {
222210
return newFolderCmekSettingsBuilder().setFolder(folder).build().toString();
223211
}
224212

225-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
226213
public static String formatBillingAccountName(String billingAccount) {
227214
return newBillingAccountCmekSettingsBuilder()
228215
.setBillingAccount(billingAccount)
@@ -379,7 +366,6 @@ public CmekSettingsName build() {
379366
}
380367

381368
/** Builder for organizations/{organization}/cmekSettings. */
382-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
383369
public static class OrganizationCmekSettingsBuilder {
384370
private String organization;
385371

@@ -400,7 +386,6 @@ public CmekSettingsName build() {
400386
}
401387

402388
/** Builder for folders/{folder}/cmekSettings. */
403-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
404389
public static class FolderCmekSettingsBuilder {
405390
private String folder;
406391

@@ -421,7 +406,6 @@ public CmekSettingsName build() {
421406
}
422407

423408
/** Builder for billingAccounts/{billing_account}/cmekSettings. */
424-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
425409
public static class BillingAccountCmekSettingsBuilder {
426410
private String billingAccount;
427411

‎proto-google-cloud-logging-v2/src/main/java/com/google/logging/v2/LinkName.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package com.google.logging.v2;
1818

19-
import com.google.api.core.BetaApi;
2019
import com.google.api.pathtemplate.PathTemplate;
2120
import com.google.api.pathtemplate.ValidationException;
2221
import com.google.api.resourcenames.ResourceName;
@@ -141,22 +140,18 @@ public static Builder newBuilder() {
141140
return new Builder();
142141
}
143142

144-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
145143
public static Builder newProjectLocationBucketLinkBuilder() {
146144
return new Builder();
147145
}
148146

149-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
150147
public static OrganizationLocationBucketLinkBuilder newOrganizationLocationBucketLinkBuilder() {
151148
return new OrganizationLocationBucketLinkBuilder();
152149
}
153150

154-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
155151
public static FolderLocationBucketLinkBuilder newFolderLocationBucketLinkBuilder() {
156152
return new FolderLocationBucketLinkBuilder();
157153
}
158154

159-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
160155
public static BillingAccountLocationBucketLinkBuilder
161156
newBillingAccountLocationBucketLinkBuilder() {
162157
return new BillingAccountLocationBucketLinkBuilder();
@@ -175,7 +170,6 @@ public static LinkName of(String project, String location, String bucket, String
175170
.build();
176171
}
177172

178-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
179173
public static LinkName ofProjectLocationBucketLinkName(
180174
String project, String location, String bucket, String link) {
181175
return newBuilder()
@@ -186,7 +180,6 @@ public static LinkName ofProjectLocationBucketLinkName(
186180
.build();
187181
}
188182

189-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
190183
public static LinkName ofOrganizationLocationBucketLinkName(
191184
String organization, String location, String bucket, String link) {
192185
return newOrganizationLocationBucketLinkBuilder()
@@ -197,7 +190,6 @@ public static LinkName ofOrganizationLocationBucketLinkName(
197190
.build();
198191
}
199192

200-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
201193
public static LinkName ofFolderLocationBucketLinkName(
202194
String folder, String location, String bucket, String link) {
203195
return newFolderLocationBucketLinkBuilder()
@@ -208,7 +200,6 @@ public static LinkName ofFolderLocationBucketLinkName(
208200
.build();
209201
}
210202

211-
@BetaApi("The static create methods are not stable yet and may be changed in the future.")
212203
public static LinkName ofBillingAccountLocationBucketLinkName(
213204
String billingAccount, String location, String bucket, String link) {
214205
return newBillingAccountLocationBucketLinkBuilder()
@@ -229,7 +220,6 @@ public static String format(String project, String location, String bucket, Stri
229220
.toString();
230221
}
231222

232-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
233223
public static String formatProjectLocationBucketLinkName(
234224
String project, String location, String bucket, String link) {
235225
return newBuilder()
@@ -241,7 +231,6 @@ public static String formatProjectLocationBucketLinkName(
241231
.toString();
242232
}
243233

244-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
245234
public static String formatOrganizationLocationBucketLinkName(
246235
String organization, String location, String bucket, String link) {
247236
return newOrganizationLocationBucketLinkBuilder()
@@ -253,7 +242,6 @@ public static String formatOrganizationLocationBucketLinkName(
253242
.toString();
254243
}
255244

256-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
257245
public static String formatFolderLocationBucketLinkName(
258246
String folder, String location, String bucket, String link) {
259247
return newFolderLocationBucketLinkBuilder()
@@ -265,7 +253,6 @@ public static String formatFolderLocationBucketLinkName(
265253
.toString();
266254
}
267255

268-
@BetaApi("The static format methods are not stable yet and may be changed in the future.")
269256
public static String formatBillingAccountLocationBucketLinkName(
270257
String billingAccount, String location, String bucket, String link) {
271258
return newBillingAccountLocationBucketLinkBuilder()
@@ -486,7 +473,6 @@ public LinkName build() {
486473
/**
487474
* Builder for organizations/{organization}/locations/{location}/buckets/{bucket}/links/{link}.
488475
*/
489-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
490476
public static class OrganizationLocationBucketLinkBuilder {
491477
private String organization;
492478
private String location;
@@ -537,7 +523,6 @@ public LinkName build() {
537523
}
538524

539525
/** Builder for folders/{folder}/locations/{location}/buckets/{bucket}/links/{link}. */
540-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
541526
public static class FolderLocationBucketLinkBuilder {
542527
private String folder;
543528
private String location;
@@ -591,7 +576,6 @@ public LinkName build() {
591576
* Builder for
592577
* billingAccounts/{billing_account}/locations/{location}/buckets/{bucket}/links/{link}.
593578
*/
594-
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
595579
public static class BillingAccountLocationBucketLinkBuilder {
596580
private String billingAccount;
597581
private String location;

0 commit comments

Comments
 (0)