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

Commit

Permalink
chore: update gax-java dependency to 1.62 (#325)
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/7e2e9c02-b8c0-4067-8a5f-964a3f8fb03d/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 65b06a2 commit 12f2dad
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 33 deletions.
Expand Up @@ -16,11 +16,6 @@
package com.google.monitoring.dashboard.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;

/**
*
Expand Down Expand Up @@ -333,7 +328,8 @@ public void createDashboard(
com.google.monitoring.dashboard.v1.CreateDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.Dashboard>
responseObserver) {
asyncUnimplementedUnaryCall(getCreateDashboardMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getCreateDashboardMethod(), responseObserver);
}

/**
Expand All @@ -350,7 +346,8 @@ public void listDashboards(
com.google.monitoring.dashboard.v1.ListDashboardsRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.ListDashboardsResponse>
responseObserver) {
asyncUnimplementedUnaryCall(getListDashboardsMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getListDashboardsMethod(), responseObserver);
}

/**
Expand All @@ -367,7 +364,8 @@ public void getDashboard(
com.google.monitoring.dashboard.v1.GetDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.Dashboard>
responseObserver) {
asyncUnimplementedUnaryCall(getGetDashboardMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getGetDashboardMethod(), responseObserver);
}

/**
Expand All @@ -383,7 +381,8 @@ public void getDashboard(
public void deleteDashboard(
com.google.monitoring.dashboard.v1.DeleteDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnimplementedUnaryCall(getDeleteDashboardMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getDeleteDashboardMethod(), responseObserver);
}

/**
Expand All @@ -400,41 +399,42 @@ public void updateDashboard(
com.google.monitoring.dashboard.v1.UpdateDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.Dashboard>
responseObserver) {
asyncUnimplementedUnaryCall(getUpdateDashboardMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getUpdateDashboardMethod(), responseObserver);
}

@java.lang.Override
public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getCreateDashboardMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.monitoring.dashboard.v1.CreateDashboardRequest,
com.google.monitoring.dashboard.v1.Dashboard>(
this, METHODID_CREATE_DASHBOARD)))
.addMethod(
getListDashboardsMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.monitoring.dashboard.v1.ListDashboardsRequest,
com.google.monitoring.dashboard.v1.ListDashboardsResponse>(
this, METHODID_LIST_DASHBOARDS)))
.addMethod(
getGetDashboardMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.monitoring.dashboard.v1.GetDashboardRequest,
com.google.monitoring.dashboard.v1.Dashboard>(this, METHODID_GET_DASHBOARD)))
.addMethod(
getDeleteDashboardMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.monitoring.dashboard.v1.DeleteDashboardRequest,
com.google.protobuf.Empty>(this, METHODID_DELETE_DASHBOARD)))
.addMethod(
getUpdateDashboardMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.monitoring.dashboard.v1.UpdateDashboardRequest,
com.google.monitoring.dashboard.v1.Dashboard>(
Expand Down Expand Up @@ -477,7 +477,7 @@ public void createDashboard(
com.google.monitoring.dashboard.v1.CreateDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.Dashboard>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateDashboardMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -497,7 +497,7 @@ public void listDashboards(
com.google.monitoring.dashboard.v1.ListDashboardsRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.ListDashboardsResponse>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListDashboardsMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -517,7 +517,7 @@ public void getDashboard(
com.google.monitoring.dashboard.v1.GetDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.Dashboard>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetDashboardMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -536,7 +536,7 @@ public void getDashboard(
public void deleteDashboard(
com.google.monitoring.dashboard.v1.DeleteDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteDashboardMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -556,7 +556,7 @@ public void updateDashboard(
com.google.monitoring.dashboard.v1.UpdateDashboardRequest request,
io.grpc.stub.StreamObserver<com.google.monitoring.dashboard.v1.Dashboard>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateDashboardMethod(), getCallOptions()),
request,
responseObserver);
Expand Down Expand Up @@ -596,7 +596,8 @@ protected DashboardsServiceBlockingStub build(
*/
public com.google.monitoring.dashboard.v1.Dashboard createDashboard(
com.google.monitoring.dashboard.v1.CreateDashboardRequest request) {
return blockingUnaryCall(getChannel(), getCreateDashboardMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateDashboardMethod(), getCallOptions(), request);
}

/**
Expand All @@ -611,7 +612,8 @@ public com.google.monitoring.dashboard.v1.Dashboard createDashboard(
*/
public com.google.monitoring.dashboard.v1.ListDashboardsResponse listDashboards(
com.google.monitoring.dashboard.v1.ListDashboardsRequest request) {
return blockingUnaryCall(getChannel(), getListDashboardsMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListDashboardsMethod(), getCallOptions(), request);
}

/**
Expand All @@ -626,7 +628,8 @@ public com.google.monitoring.dashboard.v1.ListDashboardsResponse listDashboards(
*/
public com.google.monitoring.dashboard.v1.Dashboard getDashboard(
com.google.monitoring.dashboard.v1.GetDashboardRequest request) {
return blockingUnaryCall(getChannel(), getGetDashboardMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetDashboardMethod(), getCallOptions(), request);
}

/**
Expand All @@ -641,7 +644,8 @@ public com.google.monitoring.dashboard.v1.Dashboard getDashboard(
*/
public com.google.protobuf.Empty deleteDashboard(
com.google.monitoring.dashboard.v1.DeleteDashboardRequest request) {
return blockingUnaryCall(getChannel(), getDeleteDashboardMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteDashboardMethod(), getCallOptions(), request);
}

/**
Expand All @@ -656,7 +660,8 @@ public com.google.protobuf.Empty deleteDashboard(
*/
public com.google.monitoring.dashboard.v1.Dashboard updateDashboard(
com.google.monitoring.dashboard.v1.UpdateDashboardRequest request) {
return blockingUnaryCall(getChannel(), getUpdateDashboardMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateDashboardMethod(), getCallOptions(), request);
}
}

Expand Down Expand Up @@ -693,7 +698,7 @@ protected DashboardsServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.monitoring.dashboard.v1.Dashboard>
createDashboard(com.google.monitoring.dashboard.v1.CreateDashboardRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateDashboardMethod(), getCallOptions()), request);
}

Expand All @@ -710,7 +715,7 @@ protected DashboardsServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.monitoring.dashboard.v1.ListDashboardsResponse>
listDashboards(com.google.monitoring.dashboard.v1.ListDashboardsRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListDashboardsMethod(), getCallOptions()), request);
}

Expand All @@ -727,7 +732,7 @@ protected DashboardsServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.monitoring.dashboard.v1.Dashboard>
getDashboard(com.google.monitoring.dashboard.v1.GetDashboardRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetDashboardMethod(), getCallOptions()), request);
}

Expand All @@ -743,7 +748,7 @@ protected DashboardsServiceFutureStub build(
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
deleteDashboard(com.google.monitoring.dashboard.v1.DeleteDashboardRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteDashboardMethod(), getCallOptions()), request);
}

Expand All @@ -760,7 +765,7 @@ protected DashboardsServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.monitoring.dashboard.v1.Dashboard>
updateDashboard(com.google.monitoring.dashboard.v1.UpdateDashboardRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateDashboardMethod(), getCallOptions()), request);
}
}
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-monitoring-dashboards.git",
"sha": "44a7ef12b65d28e4c92ca4bebf2541fefe000e47"
"sha": "65b06a2c1b89d6f57e4fda1cccf5441800323791"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3befd26ca55723d3e8111909331eac1249837987",
"internalRef": "360805639"
"sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
"internalRef": "361377784"
}
},
{
Expand Down

0 comments on commit 12f2dad

Please sign in to comment.