Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: update gax-java dependency to 1.62 (#278)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/8f966dc9-8611-4e71-a69b-4cc9a85e78af/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 361377784
Source-Link: googleapis/googleapis@0e91521
  • Loading branch information
yoshi-automation committed Mar 8, 2021
1 parent ba380c6 commit 7831a10
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 98 deletions.
Expand Up @@ -16,11 +16,6 @@
package com.google.cloud.recommendationengine.v1beta1;

import static io.grpc.MethodDescriptor.generateFullMethodName;
import static io.grpc.stub.ClientCalls.asyncUnaryCall;
import static io.grpc.stub.ClientCalls.blockingUnaryCall;
import static io.grpc.stub.ClientCalls.futureUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;

/**
*
Expand Down Expand Up @@ -382,7 +377,8 @@ public void createCatalogItem(
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.recommendationengine.v1beta1.CatalogItem>
responseObserver) {
asyncUnimplementedUnaryCall(getCreateCatalogItemMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getCreateCatalogItemMethod(), responseObserver);
}

/**
Expand All @@ -396,7 +392,8 @@ public void getCatalogItem(
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.recommendationengine.v1beta1.CatalogItem>
responseObserver) {
asyncUnimplementedUnaryCall(getGetCatalogItemMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getGetCatalogItemMethod(), responseObserver);
}

/**
Expand All @@ -411,7 +408,8 @@ public void listCatalogItems(
io.grpc.stub.StreamObserver<
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse>
responseObserver) {
asyncUnimplementedUnaryCall(getListCatalogItemsMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getListCatalogItemsMethod(), responseObserver);
}

/**
Expand All @@ -426,7 +424,8 @@ public void updateCatalogItem(
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.recommendationengine.v1beta1.CatalogItem>
responseObserver) {
asyncUnimplementedUnaryCall(getUpdateCatalogItemMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getUpdateCatalogItemMethod(), responseObserver);
}

/**
Expand All @@ -439,7 +438,8 @@ public void updateCatalogItem(
public void deleteCatalogItem(
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnimplementedUnaryCall(getDeleteCatalogItemMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getDeleteCatalogItemMethod(), responseObserver);
}

/**
Expand All @@ -456,49 +456,50 @@ public void deleteCatalogItem(
public void importCatalogItems(
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver) {
asyncUnimplementedUnaryCall(getImportCatalogItemsMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getImportCatalogItemsMethod(), responseObserver);
}

@java.lang.Override
public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getCreateCatalogItemMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequest,
com.google.cloud.recommendationengine.v1beta1.CatalogItem>(
this, METHODID_CREATE_CATALOG_ITEM)))
.addMethod(
getGetCatalogItemMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest,
com.google.cloud.recommendationengine.v1beta1.CatalogItem>(
this, METHODID_GET_CATALOG_ITEM)))
.addMethod(
getListCatalogItemsMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequest,
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse>(
this, METHODID_LIST_CATALOG_ITEMS)))
.addMethod(
getUpdateCatalogItemMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequest,
com.google.cloud.recommendationengine.v1beta1.CatalogItem>(
this, METHODID_UPDATE_CATALOG_ITEM)))
.addMethod(
getDeleteCatalogItemMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest,
com.google.protobuf.Empty>(this, METHODID_DELETE_CATALOG_ITEM)))
.addMethod(
getImportCatalogItemsMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequest,
com.google.longrunning.Operation>(this, METHODID_IMPORT_CATALOG_ITEMS)))
Expand Down Expand Up @@ -535,7 +536,7 @@ public void createCatalogItem(
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.recommendationengine.v1beta1.CatalogItem>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateCatalogItemMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -552,7 +553,7 @@ public void getCatalogItem(
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.recommendationengine.v1beta1.CatalogItem>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetCatalogItemMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -570,7 +571,7 @@ public void listCatalogItems(
io.grpc.stub.StreamObserver<
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListCatalogItemsMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -588,7 +589,7 @@ public void updateCatalogItem(
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.recommendationengine.v1beta1.CatalogItem>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateCatalogItemMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -604,7 +605,7 @@ public void updateCatalogItem(
public void deleteCatalogItem(
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteCatalogItemMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -624,7 +625,7 @@ public void deleteCatalogItem(
public void importCatalogItems(
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getImportCatalogItemsMethod(), getCallOptions()),
request,
responseObserver);
Expand Down Expand Up @@ -659,7 +660,7 @@ protected CatalogServiceBlockingStub build(
*/
public com.google.cloud.recommendationengine.v1beta1.CatalogItem createCatalogItem(
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateCatalogItemMethod(), getCallOptions(), request);
}

Expand All @@ -672,7 +673,8 @@ public com.google.cloud.recommendationengine.v1beta1.CatalogItem createCatalogIt
*/
public com.google.cloud.recommendationengine.v1beta1.CatalogItem getCatalogItem(
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest request) {
return blockingUnaryCall(getChannel(), getGetCatalogItemMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetCatalogItemMethod(), getCallOptions(), request);
}

/**
Expand All @@ -684,7 +686,7 @@ public com.google.cloud.recommendationengine.v1beta1.CatalogItem getCatalogItem(
*/
public com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse listCatalogItems(
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListCatalogItemsMethod(), getCallOptions(), request);
}

Expand All @@ -698,7 +700,7 @@ public com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse li
*/
public com.google.cloud.recommendationengine.v1beta1.CatalogItem updateCatalogItem(
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateCatalogItemMethod(), getCallOptions(), request);
}

Expand All @@ -711,7 +713,7 @@ public com.google.cloud.recommendationengine.v1beta1.CatalogItem updateCatalogIt
*/
public com.google.protobuf.Empty deleteCatalogItem(
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteCatalogItemMethod(), getCallOptions(), request);
}

Expand All @@ -728,7 +730,7 @@ public com.google.protobuf.Empty deleteCatalogItem(
*/
public com.google.longrunning.Operation importCatalogItems(
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getImportCatalogItemsMethod(), getCallOptions(), request);
}
}
Expand Down Expand Up @@ -763,7 +765,7 @@ protected CatalogServiceFutureStub build(
com.google.cloud.recommendationengine.v1beta1.CatalogItem>
createCatalogItem(
com.google.cloud.recommendationengine.v1beta1.CreateCatalogItemRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateCatalogItemMethod(), getCallOptions()), request);
}

Expand All @@ -778,7 +780,7 @@ protected CatalogServiceFutureStub build(
com.google.cloud.recommendationengine.v1beta1.CatalogItem>
getCatalogItem(
com.google.cloud.recommendationengine.v1beta1.GetCatalogItemRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetCatalogItemMethod(), getCallOptions()), request);
}

Expand All @@ -793,7 +795,7 @@ protected CatalogServiceFutureStub build(
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsResponse>
listCatalogItems(
com.google.cloud.recommendationengine.v1beta1.ListCatalogItemsRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListCatalogItemsMethod(), getCallOptions()), request);
}

Expand All @@ -809,7 +811,7 @@ protected CatalogServiceFutureStub build(
com.google.cloud.recommendationengine.v1beta1.CatalogItem>
updateCatalogItem(
com.google.cloud.recommendationengine.v1beta1.UpdateCatalogItemRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateCatalogItemMethod(), getCallOptions()), request);
}

Expand All @@ -823,7 +825,7 @@ protected CatalogServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
deleteCatalogItem(
com.google.cloud.recommendationengine.v1beta1.DeleteCatalogItemRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteCatalogItemMethod(), getCallOptions()), request);
}

Expand All @@ -841,7 +843,7 @@ protected CatalogServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
importCatalogItems(
com.google.cloud.recommendationengine.v1beta1.ImportCatalogItemsRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getImportCatalogItemsMethod(), getCallOptions()), request);
}
}
Expand Down

0 comments on commit 7831a10

Please sign in to comment.