[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(deps): Update the Java code generator (gapic-generator-java) to 2…
Browse files Browse the repository at this point in the history
….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: googleapis/googleapis-gen@d30ff07
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 6, 2024
1 parent 6c45fa9 commit bcc5668
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
Expand Up @@ -197,7 +197,6 @@ public static Builder newBuilder() {
}

/** Returns a new REST builder for this class. */
@BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
Expand Down Expand Up @@ -239,7 +238,6 @@ private static Builder createDefault() {
return new Builder(DatastoreAdminStubSettings.newBuilder());
}

@BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(DatastoreAdminStubSettings.newHttpJsonBuilder());
}
Expand Down
Expand Up @@ -665,8 +665,6 @@ public UnaryCallSettings.Builder<ExportEntitiesRequest, Operation> exportEntitie
}

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

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

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

/** Returns the builder for the settings used for calls to deleteIndex. */
@BetaApi(
"The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<DeleteIndexRequest, Index, IndexOperationMetadata>
deleteIndexOperationSettings() {
return deleteIndexOperationSettings;
Expand Down
Expand Up @@ -16,7 +16,6 @@

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

import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
Expand All @@ -41,7 +40,6 @@
* <p>This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
@BetaApi
public class HttpJsonDatastoreAdminCallableFactory
implements HttpJsonStubCallableFactory<Operation, OperationsStub> {

Expand Down Expand Up @@ -73,8 +71,6 @@ public <RequestT, ResponseT> UnaryCallable<RequestT, ResponseT> createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}

@BetaApi(
"The surface for long-running operations is not stable yet and may change in the future.")
@Override
public <RequestT, ResponseT, MetadataT>
OperationCallable<RequestT, ResponseT, MetadataT> createOperationCallable(
Expand Down
Expand Up @@ -19,7 +19,6 @@
import static com.google.cloud.datastore.admin.v1.DatastoreAdminClient.ListIndexesPagedResponse;

import com.google.api.HttpRule;
import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
Expand Down Expand Up @@ -66,7 +65,6 @@
* <p>This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
@BetaApi
public class HttpJsonDatastoreAdminStub extends DatastoreAdminStub {
private static final TypeRegistry typeRegistry =
TypeRegistry.newBuilder()
Expand Down

0 comments on commit bcc5668

Please sign in to comment.