Skip to content

Commit bcc5668

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.37.0 (#1355)
* 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 6c45fa9 commit bcc5668

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

‎google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/DatastoreAdminSettings.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public static Builder newBuilder() {
197197
}
198198

199199
/** Returns a new REST builder for this class. */
200-
@BetaApi
201200
public static Builder newHttpJsonBuilder() {
202201
return Builder.createHttpJsonDefault();
203202
}
@@ -239,7 +238,6 @@ private static Builder createDefault() {
239238
return new Builder(DatastoreAdminStubSettings.newBuilder());
240239
}
241240

242-
@BetaApi
243241
private static Builder createHttpJsonDefault() {
244242
return new Builder(DatastoreAdminStubSettings.newHttpJsonBuilder());
245243
}

‎google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/DatastoreAdminStubSettings.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,6 @@ public UnaryCallSettings.Builder<ExportEntitiesRequest, Operation> exportEntitie
665665
}
666666

667667
/** Returns the builder for the settings used for calls to exportEntities. */
668-
@BetaApi(
669-
"The surface for use by generated code is not stable yet and may change in the future.")
670668
public OperationCallSettings.Builder<
671669
ExportEntitiesRequest, ExportEntitiesResponse, ExportEntitiesMetadata>
672670
exportEntitiesOperationSettings() {
@@ -679,8 +677,6 @@ public UnaryCallSettings.Builder<ImportEntitiesRequest, Operation> importEntitie
679677
}
680678

681679
/** Returns the builder for the settings used for calls to importEntities. */
682-
@BetaApi(
683-
"The surface for use by generated code is not stable yet and may change in the future.")
684680
public OperationCallSettings.Builder<ImportEntitiesRequest, Empty, ImportEntitiesMetadata>
685681
importEntitiesOperationSettings() {
686682
return importEntitiesOperationSettings;
@@ -692,8 +688,6 @@ public UnaryCallSettings.Builder<CreateIndexRequest, Operation> createIndexSetti
692688
}
693689

694690
/** Returns the builder for the settings used for calls to createIndex. */
695-
@BetaApi(
696-
"The surface for use by generated code is not stable yet and may change in the future.")
697691
public OperationCallSettings.Builder<CreateIndexRequest, Index, IndexOperationMetadata>
698692
createIndexOperationSettings() {
699693
return createIndexOperationSettings;
@@ -705,8 +699,6 @@ public UnaryCallSettings.Builder<DeleteIndexRequest, Operation> deleteIndexSetti
705699
}
706700

707701
/** Returns the builder for the settings used for calls to deleteIndex. */
708-
@BetaApi(
709-
"The surface for use by generated code is not stable yet and may change in the future.")
710702
public OperationCallSettings.Builder<DeleteIndexRequest, Index, IndexOperationMetadata>
711703
deleteIndexOperationSettings() {
712704
return deleteIndexOperationSettings;

‎google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/HttpJsonDatastoreAdminCallableFactory.java

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

1717
package com.google.cloud.datastore.admin.v1.stub;
1818

19-
import com.google.api.core.BetaApi;
2019
import com.google.api.gax.httpjson.HttpJsonCallSettings;
2120
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
2221
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
4140
* <p>This class is for advanced usage.
4241
*/
4342
@Generated("by gapic-generator-java")
44-
@BetaApi
4543
public class HttpJsonDatastoreAdminCallableFactory
4644
implements HttpJsonStubCallableFactory<Operation, OperationsStub> {
4745

@@ -73,8 +71,6 @@ public <RequestT, ResponseT> UnaryCallable<RequestT, ResponseT> createBatchingCa
7371
httpJsonCallSettings, callSettings, clientContext);
7472
}
7573

76-
@BetaApi(
77-
"The surface for long-running operations is not stable yet and may change in the future.")
7874
@Override
7975
public <RequestT, ResponseT, MetadataT>
8076
OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable(

‎google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/HttpJsonDatastoreAdminStub.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import static com.google.cloud.datastore.admin.v1.DatastoreAdminClient.ListIndexesPagedResponse;
2020

2121
import com.google.api.HttpRule;
22-
import com.google.api.core.BetaApi;
2322
import com.google.api.core.InternalApi;
2423
import com.google.api.gax.core.BackgroundResource;
2524
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -66,7 +65,6 @@
6665
* <p>This class is for advanced usage and reflects the underlying API directly.
6766
*/
6867
@Generated("by gapic-generator-java")
69-
@BetaApi
7068
public class HttpJsonDatastoreAdminStub extends DatastoreAdminStub {
7169
private static final TypeRegistry typeRegistry =
7270
TypeRegistry.newBuilder()

0 commit comments

Comments
 (0)