Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update the Java code generator (gapic-generator-java) to 2.37.0 #1355

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
🦉 Updates from OwlBot post-processor
  • Loading branch information
gcf-owl-bot[bot] committed Mar 1, 2024
commit 4fb94fc8b5cbfce795e6da58e1a8bb6be4fc4b41
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

This file was deleted.