From ef3d90f9f6d3f886a855e1f09e3d1b7c5774257d Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 8 Mar 2021 08:28:10 -0800 Subject: [PATCH] chore: update gax-java dependency to 1.62 (#354) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/fb4d0c25-9954-4a13-bd64-deb2f0d5f0d5/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 361377784 Source-Link: https://github.com/googleapis/googleapis/commit/0e915217fb5261c1e57bfaf0e16ee5c7feaaba89 --- .../cloud/billing/v1/CloudBillingGrpc.java | 117 ++++++++++-------- .../cloud/billing/v1/CloudCatalogGrpc.java | 29 +++-- synth.metadata | 6 +- 3 files changed, 79 insertions(+), 73 deletions(-) diff --git a/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudBillingGrpc.java b/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudBillingGrpc.java index ec79971d..8653588a 100644 --- a/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudBillingGrpc.java +++ b/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudBillingGrpc.java @@ -16,11 +16,6 @@ package com.google.cloud.billing.v1; 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; /** * @@ -559,7 +554,8 @@ public abstract static class CloudBillingImplBase implements io.grpc.BindableSer public void getBillingAccount( com.google.cloud.billing.v1.GetBillingAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetBillingAccountMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetBillingAccountMethod(), responseObserver); } /** @@ -575,7 +571,8 @@ public void listBillingAccounts( com.google.cloud.billing.v1.ListBillingAccountsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListBillingAccountsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListBillingAccountsMethod(), responseObserver); } /** @@ -593,7 +590,8 @@ public void listBillingAccounts( public void updateBillingAccount( com.google.cloud.billing.v1.UpdateBillingAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getUpdateBillingAccountMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateBillingAccountMethod(), responseObserver); } /** @@ -615,7 +613,8 @@ public void updateBillingAccount( public void createBillingAccount( com.google.cloud.billing.v1.CreateBillingAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getCreateBillingAccountMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getCreateBillingAccountMethod(), responseObserver); } /** @@ -632,7 +631,8 @@ public void listProjectBillingInfo( com.google.cloud.billing.v1.ListProjectBillingInfoRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListProjectBillingInfoMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListProjectBillingInfoMethod(), responseObserver); } /** @@ -649,7 +649,8 @@ public void getProjectBillingInfo( com.google.cloud.billing.v1.GetProjectBillingInfoRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetProjectBillingInfoMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetProjectBillingInfoMethod(), responseObserver); } /** @@ -689,7 +690,8 @@ public void updateProjectBillingInfo( com.google.cloud.billing.v1.UpdateProjectBillingInfoRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getUpdateProjectBillingInfoMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getUpdateProjectBillingInfoMethod(), responseObserver); } /** @@ -705,7 +707,8 @@ public void updateProjectBillingInfo( public void getIamPolicy( com.google.iam.v1.GetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getGetIamPolicyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getGetIamPolicyMethod(), responseObserver); } /** @@ -722,7 +725,8 @@ public void getIamPolicy( public void setIamPolicy( com.google.iam.v1.SetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getSetIamPolicyMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getSetIamPolicyMethod(), responseObserver); } /** @@ -738,7 +742,8 @@ public void testIamPermissions( com.google.iam.v1.TestIamPermissionsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getTestIamPermissionsMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getTestIamPermissionsMethod(), responseObserver); } @java.lang.Override @@ -746,68 +751,68 @@ public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getGetBillingAccountMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.GetBillingAccountRequest, com.google.cloud.billing.v1.BillingAccount>( this, METHODID_GET_BILLING_ACCOUNT))) .addMethod( getListBillingAccountsMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.ListBillingAccountsRequest, com.google.cloud.billing.v1.ListBillingAccountsResponse>( this, METHODID_LIST_BILLING_ACCOUNTS))) .addMethod( getUpdateBillingAccountMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.UpdateBillingAccountRequest, com.google.cloud.billing.v1.BillingAccount>( this, METHODID_UPDATE_BILLING_ACCOUNT))) .addMethod( getCreateBillingAccountMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.CreateBillingAccountRequest, com.google.cloud.billing.v1.BillingAccount>( this, METHODID_CREATE_BILLING_ACCOUNT))) .addMethod( getListProjectBillingInfoMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.ListProjectBillingInfoRequest, com.google.cloud.billing.v1.ListProjectBillingInfoResponse>( this, METHODID_LIST_PROJECT_BILLING_INFO))) .addMethod( getGetProjectBillingInfoMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.GetProjectBillingInfoRequest, com.google.cloud.billing.v1.ProjectBillingInfo>( this, METHODID_GET_PROJECT_BILLING_INFO))) .addMethod( getUpdateProjectBillingInfoMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.UpdateProjectBillingInfoRequest, com.google.cloud.billing.v1.ProjectBillingInfo>( this, METHODID_UPDATE_PROJECT_BILLING_INFO))) .addMethod( getGetIamPolicyMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.iam.v1.GetIamPolicyRequest, com.google.iam.v1.Policy>( this, METHODID_GET_IAM_POLICY))) .addMethod( getSetIamPolicyMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.iam.v1.SetIamPolicyRequest, com.google.iam.v1.Policy>( this, METHODID_SET_IAM_POLICY))) .addMethod( getTestIamPermissionsMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.iam.v1.TestIamPermissionsRequest, com.google.iam.v1.TestIamPermissionsResponse>( @@ -846,7 +851,7 @@ protected CloudBillingStub build(io.grpc.Channel channel, io.grpc.CallOptions ca public void getBillingAccount( com.google.cloud.billing.v1.GetBillingAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetBillingAccountMethod(), getCallOptions()), request, responseObserver); @@ -865,7 +870,7 @@ public void listBillingAccounts( com.google.cloud.billing.v1.ListBillingAccountsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListBillingAccountsMethod(), getCallOptions()), request, responseObserver); @@ -886,7 +891,7 @@ public void listBillingAccounts( public void updateBillingAccount( com.google.cloud.billing.v1.UpdateBillingAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUpdateBillingAccountMethod(), getCallOptions()), request, responseObserver); @@ -911,7 +916,7 @@ public void updateBillingAccount( public void createBillingAccount( com.google.cloud.billing.v1.CreateBillingAccountRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getCreateBillingAccountMethod(), getCallOptions()), request, responseObserver); @@ -931,7 +936,7 @@ public void listProjectBillingInfo( com.google.cloud.billing.v1.ListProjectBillingInfoRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListProjectBillingInfoMethod(), getCallOptions()), request, responseObserver); @@ -951,7 +956,7 @@ public void getProjectBillingInfo( com.google.cloud.billing.v1.GetProjectBillingInfoRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetProjectBillingInfoMethod(), getCallOptions()), request, responseObserver); @@ -994,7 +999,7 @@ public void updateProjectBillingInfo( com.google.cloud.billing.v1.UpdateProjectBillingInfoRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUpdateProjectBillingInfoMethod(), getCallOptions()), request, responseObserver); @@ -1013,7 +1018,7 @@ public void updateProjectBillingInfo( public void getIamPolicy( com.google.iam.v1.GetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request, responseObserver); @@ -1033,7 +1038,7 @@ public void getIamPolicy( public void setIamPolicy( com.google.iam.v1.SetIamPolicyRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request, responseObserver); @@ -1052,7 +1057,7 @@ public void testIamPermissions( com.google.iam.v1.TestIamPermissionsRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), request, responseObserver); @@ -1089,7 +1094,7 @@ protected CloudBillingBlockingStub build( */ public com.google.cloud.billing.v1.BillingAccount getBillingAccount( com.google.cloud.billing.v1.GetBillingAccountRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetBillingAccountMethod(), getCallOptions(), request); } @@ -1104,7 +1109,7 @@ public com.google.cloud.billing.v1.BillingAccount getBillingAccount( */ public com.google.cloud.billing.v1.ListBillingAccountsResponse listBillingAccounts( com.google.cloud.billing.v1.ListBillingAccountsRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListBillingAccountsMethod(), getCallOptions(), request); } @@ -1122,7 +1127,7 @@ public com.google.cloud.billing.v1.ListBillingAccountsResponse listBillingAccoun */ public com.google.cloud.billing.v1.BillingAccount updateBillingAccount( com.google.cloud.billing.v1.UpdateBillingAccountRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateBillingAccountMethod(), getCallOptions(), request); } @@ -1144,7 +1149,7 @@ public com.google.cloud.billing.v1.BillingAccount updateBillingAccount( */ public com.google.cloud.billing.v1.BillingAccount createBillingAccount( com.google.cloud.billing.v1.CreateBillingAccountRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateBillingAccountMethod(), getCallOptions(), request); } @@ -1160,7 +1165,7 @@ public com.google.cloud.billing.v1.BillingAccount createBillingAccount( */ public com.google.cloud.billing.v1.ListProjectBillingInfoResponse listProjectBillingInfo( com.google.cloud.billing.v1.ListProjectBillingInfoRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getListProjectBillingInfoMethod(), getCallOptions(), request); } @@ -1176,7 +1181,7 @@ public com.google.cloud.billing.v1.ListProjectBillingInfoResponse listProjectBil */ public com.google.cloud.billing.v1.ProjectBillingInfo getProjectBillingInfo( com.google.cloud.billing.v1.GetProjectBillingInfoRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetProjectBillingInfoMethod(), getCallOptions(), request); } @@ -1215,7 +1220,7 @@ public com.google.cloud.billing.v1.ProjectBillingInfo getProjectBillingInfo( */ public com.google.cloud.billing.v1.ProjectBillingInfo updateProjectBillingInfo( com.google.cloud.billing.v1.UpdateProjectBillingInfoRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateProjectBillingInfoMethod(), getCallOptions(), request); } @@ -1230,7 +1235,8 @@ public com.google.cloud.billing.v1.ProjectBillingInfo updateProjectBillingInfo( * */ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) { - return blockingUnaryCall(getChannel(), getGetIamPolicyMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getGetIamPolicyMethod(), getCallOptions(), request); } /** @@ -1245,7 +1251,8 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque * */ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) { - return blockingUnaryCall(getChannel(), getSetIamPolicyMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getSetIamPolicyMethod(), getCallOptions(), request); } /** @@ -1259,7 +1266,7 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque */ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions( com.google.iam.v1.TestIamPermissionsRequest request) { - return blockingUnaryCall( + return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getTestIamPermissionsMethod(), getCallOptions(), request); } } @@ -1295,7 +1302,7 @@ protected CloudBillingFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.BillingAccount> getBillingAccount(com.google.cloud.billing.v1.GetBillingAccountRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetBillingAccountMethod(), getCallOptions()), request); } @@ -1311,7 +1318,7 @@ protected CloudBillingFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.ListBillingAccountsResponse> listBillingAccounts(com.google.cloud.billing.v1.ListBillingAccountsRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListBillingAccountsMethod(), getCallOptions()), request); } @@ -1330,7 +1337,7 @@ protected CloudBillingFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.BillingAccount> updateBillingAccount(com.google.cloud.billing.v1.UpdateBillingAccountRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateBillingAccountMethod(), getCallOptions()), request); } @@ -1353,7 +1360,7 @@ protected CloudBillingFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.BillingAccount> createBillingAccount(com.google.cloud.billing.v1.CreateBillingAccountRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getCreateBillingAccountMethod(), getCallOptions()), request); } @@ -1370,7 +1377,7 @@ protected CloudBillingFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.ListProjectBillingInfoResponse> listProjectBillingInfo(com.google.cloud.billing.v1.ListProjectBillingInfoRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListProjectBillingInfoMethod(), getCallOptions()), request); } @@ -1387,7 +1394,7 @@ protected CloudBillingFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.ProjectBillingInfo> getProjectBillingInfo(com.google.cloud.billing.v1.GetProjectBillingInfoRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetProjectBillingInfoMethod(), getCallOptions()), request); } @@ -1428,7 +1435,7 @@ protected CloudBillingFutureStub build( com.google.cloud.billing.v1.ProjectBillingInfo> updateProjectBillingInfo( com.google.cloud.billing.v1.UpdateProjectBillingInfoRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUpdateProjectBillingInfoMethod(), getCallOptions()), request); } @@ -1444,7 +1451,7 @@ protected CloudBillingFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetIamPolicyMethod(), getCallOptions()), request); } @@ -1461,7 +1468,7 @@ protected CloudBillingFutureStub build( */ public com.google.common.util.concurrent.ListenableFuture setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getSetIamPolicyMethod(), getCallOptions()), request); } @@ -1477,7 +1484,7 @@ protected CloudBillingFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.iam.v1.TestIamPermissionsResponse> testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getTestIamPermissionsMethod(), getCallOptions()), request); } } diff --git a/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudCatalogGrpc.java b/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudCatalogGrpc.java index bb853f72..0017eed4 100644 --- a/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudCatalogGrpc.java +++ b/grpc-google-cloud-billing-v1/src/main/java/com/google/cloud/billing/v1/CloudCatalogGrpc.java @@ -16,11 +16,6 @@ package com.google.cloud.billing.v1; 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; /** * @@ -191,7 +186,8 @@ public void listServices( com.google.cloud.billing.v1.ListServicesRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListServicesMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall( + getListServicesMethod(), responseObserver); } /** @@ -205,7 +201,7 @@ public void listSkus( com.google.cloud.billing.v1.ListSkusRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnimplementedUnaryCall(getListSkusMethod(), responseObserver); + io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getListSkusMethod(), responseObserver); } @java.lang.Override @@ -213,14 +209,14 @@ public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getListServicesMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.ListServicesRequest, com.google.cloud.billing.v1.ListServicesResponse>( this, METHODID_LIST_SERVICES))) .addMethod( getListSkusMethod(), - asyncUnaryCall( + io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.cloud.billing.v1.ListSkusRequest, com.google.cloud.billing.v1.ListSkusResponse>(this, METHODID_LIST_SKUS))) @@ -259,7 +255,7 @@ public void listServices( com.google.cloud.billing.v1.ListServicesRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListServicesMethod(), getCallOptions()), request, responseObserver); @@ -276,7 +272,7 @@ public void listSkus( com.google.cloud.billing.v1.ListSkusRequest request, io.grpc.stub.StreamObserver responseObserver) { - asyncUnaryCall( + io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getListSkusMethod(), getCallOptions()), request, responseObserver); } } @@ -311,7 +307,8 @@ protected CloudCatalogBlockingStub build( */ public com.google.cloud.billing.v1.ListServicesResponse listServices( com.google.cloud.billing.v1.ListServicesRequest request) { - return blockingUnaryCall(getChannel(), getListServicesMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListServicesMethod(), getCallOptions(), request); } /** @@ -323,7 +320,8 @@ public com.google.cloud.billing.v1.ListServicesResponse listServices( */ public com.google.cloud.billing.v1.ListSkusResponse listSkus( com.google.cloud.billing.v1.ListSkusRequest request) { - return blockingUnaryCall(getChannel(), getListSkusMethod(), getCallOptions(), request); + return io.grpc.stub.ClientCalls.blockingUnaryCall( + getChannel(), getListSkusMethod(), getCallOptions(), request); } } @@ -358,7 +356,7 @@ protected CloudCatalogFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.ListServicesResponse> listServices(com.google.cloud.billing.v1.ListServicesRequest request) { - return futureUnaryCall( + return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getListServicesMethod(), getCallOptions()), request); } @@ -372,7 +370,8 @@ protected CloudCatalogFutureStub build( public com.google.common.util.concurrent.ListenableFuture< com.google.cloud.billing.v1.ListSkusResponse> listSkus(com.google.cloud.billing.v1.ListSkusRequest request) { - return futureUnaryCall(getChannel().newCall(getListSkusMethod(), getCallOptions()), request); + return io.grpc.stub.ClientCalls.futureUnaryCall( + getChannel().newCall(getListSkusMethod(), getCallOptions()), request); } } diff --git a/synth.metadata b/synth.metadata index a57c905a..236bdf15 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-billing.git", - "sha": "9f23107c4e8d897c94f6a60df68a403a6ff211c0" + "sha": "9acd7c8267f2b760ed0b60110e18524094d970bc" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "3befd26ca55723d3e8111909331eac1249837987", - "internalRef": "360805639" + "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89", + "internalRef": "361377784" } }, {