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 (#397)
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/6f08a280-f372-463e-a4b0-e3f23d251cf4/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 aaa5cc9 commit bd27322
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 38 deletions.
Expand Up @@ -16,11 +16,6 @@
package com.google.cloud.oslogin.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 @@ -380,7 +375,8 @@ public abstract static class OsLoginServiceImplBase implements io.grpc.BindableS
public void deletePosixAccount(
com.google.cloud.oslogin.v1.DeletePosixAccountRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnimplementedUnaryCall(getDeletePosixAccountMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getDeletePosixAccountMethod(), responseObserver);
}

/**
Expand All @@ -393,7 +389,8 @@ public void deletePosixAccount(
public void deleteSshPublicKey(
com.google.cloud.oslogin.v1.DeleteSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnimplementedUnaryCall(getDeleteSshPublicKeyMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getDeleteSshPublicKeyMethod(), responseObserver);
}

/**
Expand All @@ -407,7 +404,8 @@ public void deleteSshPublicKey(
public void getLoginProfile(
com.google.cloud.oslogin.v1.GetLoginProfileRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.v1.LoginProfile> responseObserver) {
asyncUnimplementedUnaryCall(getGetLoginProfileMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getGetLoginProfileMethod(), responseObserver);
}

/**
Expand All @@ -421,7 +419,8 @@ public void getSshPublicKey(
com.google.cloud.oslogin.v1.GetSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>
responseObserver) {
asyncUnimplementedUnaryCall(getGetSshPublicKeyMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getGetSshPublicKeyMethod(), responseObserver);
}

/**
Expand All @@ -437,7 +436,8 @@ public void importSshPublicKey(
com.google.cloud.oslogin.v1.ImportSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.v1.ImportSshPublicKeyResponse>
responseObserver) {
asyncUnimplementedUnaryCall(getImportSshPublicKeyMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getImportSshPublicKeyMethod(), responseObserver);
}

/**
Expand All @@ -452,47 +452,48 @@ public void updateSshPublicKey(
com.google.cloud.oslogin.v1.UpdateSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>
responseObserver) {
asyncUnimplementedUnaryCall(getUpdateSshPublicKeyMethod(), responseObserver);
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
getUpdateSshPublicKeyMethod(), responseObserver);
}

@java.lang.Override
public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getDeletePosixAccountMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.oslogin.v1.DeletePosixAccountRequest,
com.google.protobuf.Empty>(this, METHODID_DELETE_POSIX_ACCOUNT)))
.addMethod(
getDeleteSshPublicKeyMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.oslogin.v1.DeleteSshPublicKeyRequest,
com.google.protobuf.Empty>(this, METHODID_DELETE_SSH_PUBLIC_KEY)))
.addMethod(
getGetLoginProfileMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.oslogin.v1.GetLoginProfileRequest,
com.google.cloud.oslogin.v1.LoginProfile>(this, METHODID_GET_LOGIN_PROFILE)))
.addMethod(
getGetSshPublicKeyMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.oslogin.v1.GetSshPublicKeyRequest,
com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>(
this, METHODID_GET_SSH_PUBLIC_KEY)))
.addMethod(
getImportSshPublicKeyMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.oslogin.v1.ImportSshPublicKeyRequest,
com.google.cloud.oslogin.v1.ImportSshPublicKeyResponse>(
this, METHODID_IMPORT_SSH_PUBLIC_KEY)))
.addMethod(
getUpdateSshPublicKeyMethod(),
asyncUnaryCall(
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.oslogin.v1.UpdateSshPublicKeyRequest,
com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>(
Expand Down Expand Up @@ -531,7 +532,7 @@ protected OsLoginServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions
public void deletePosixAccount(
com.google.cloud.oslogin.v1.DeletePosixAccountRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeletePosixAccountMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -547,7 +548,7 @@ public void deletePosixAccount(
public void deleteSshPublicKey(
com.google.cloud.oslogin.v1.DeleteSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteSshPublicKeyMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -564,7 +565,7 @@ public void deleteSshPublicKey(
public void getLoginProfile(
com.google.cloud.oslogin.v1.GetLoginProfileRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.v1.LoginProfile> responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetLoginProfileMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -581,7 +582,7 @@ public void getSshPublicKey(
com.google.cloud.oslogin.v1.GetSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetSshPublicKeyMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -600,7 +601,7 @@ public void importSshPublicKey(
com.google.cloud.oslogin.v1.ImportSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.v1.ImportSshPublicKeyResponse>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getImportSshPublicKeyMethod(), getCallOptions()),
request,
responseObserver);
Expand All @@ -618,7 +619,7 @@ public void updateSshPublicKey(
com.google.cloud.oslogin.v1.UpdateSshPublicKeyRequest request,
io.grpc.stub.StreamObserver<com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>
responseObserver) {
asyncUnaryCall(
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateSshPublicKeyMethod(), getCallOptions()),
request,
responseObserver);
Expand Down Expand Up @@ -655,7 +656,7 @@ protected OsLoginServiceBlockingStub build(
*/
public com.google.protobuf.Empty deletePosixAccount(
com.google.cloud.oslogin.v1.DeletePosixAccountRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeletePosixAccountMethod(), getCallOptions(), request);
}

Expand All @@ -668,7 +669,7 @@ public com.google.protobuf.Empty deletePosixAccount(
*/
public com.google.protobuf.Empty deleteSshPublicKey(
com.google.cloud.oslogin.v1.DeleteSshPublicKeyRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteSshPublicKeyMethod(), getCallOptions(), request);
}

Expand All @@ -682,7 +683,8 @@ public com.google.protobuf.Empty deleteSshPublicKey(
*/
public com.google.cloud.oslogin.v1.LoginProfile getLoginProfile(
com.google.cloud.oslogin.v1.GetLoginProfileRequest request) {
return blockingUnaryCall(getChannel(), getGetLoginProfileMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetLoginProfileMethod(), getCallOptions(), request);
}

/**
Expand All @@ -694,7 +696,8 @@ public com.google.cloud.oslogin.v1.LoginProfile getLoginProfile(
*/
public com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey getSshPublicKey(
com.google.cloud.oslogin.v1.GetSshPublicKeyRequest request) {
return blockingUnaryCall(getChannel(), getGetSshPublicKeyMethod(), getCallOptions(), request);
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetSshPublicKeyMethod(), getCallOptions(), request);
}

/**
Expand All @@ -708,7 +711,7 @@ public com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey getSshPublicKey
*/
public com.google.cloud.oslogin.v1.ImportSshPublicKeyResponse importSshPublicKey(
com.google.cloud.oslogin.v1.ImportSshPublicKeyRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getImportSshPublicKeyMethod(), getCallOptions(), request);
}

Expand All @@ -722,7 +725,7 @@ public com.google.cloud.oslogin.v1.ImportSshPublicKeyResponse importSshPublicKey
*/
public com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey updateSshPublicKey(
com.google.cloud.oslogin.v1.UpdateSshPublicKeyRequest request) {
return blockingUnaryCall(
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateSshPublicKeyMethod(), getCallOptions(), request);
}
}
Expand Down Expand Up @@ -757,7 +760,7 @@ protected OsLoginServiceFutureStub build(
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
deletePosixAccount(com.google.cloud.oslogin.v1.DeletePosixAccountRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeletePosixAccountMethod(), getCallOptions()), request);
}

Expand All @@ -770,7 +773,7 @@ protected OsLoginServiceFutureStub build(
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
deleteSshPublicKey(com.google.cloud.oslogin.v1.DeleteSshPublicKeyRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteSshPublicKeyMethod(), getCallOptions()), request);
}

Expand All @@ -785,7 +788,7 @@ protected OsLoginServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.oslogin.v1.LoginProfile>
getLoginProfile(com.google.cloud.oslogin.v1.GetLoginProfileRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetLoginProfileMethod(), getCallOptions()), request);
}

Expand All @@ -799,7 +802,7 @@ protected OsLoginServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>
getSshPublicKey(com.google.cloud.oslogin.v1.GetSshPublicKeyRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetSshPublicKeyMethod(), getCallOptions()), request);
}

Expand All @@ -815,7 +818,7 @@ protected OsLoginServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.oslogin.v1.ImportSshPublicKeyResponse>
importSshPublicKey(com.google.cloud.oslogin.v1.ImportSshPublicKeyRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getImportSshPublicKeyMethod(), getCallOptions()), request);
}

Expand All @@ -830,7 +833,7 @@ protected OsLoginServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.oslogin.common.OsLoginProto.SshPublicKey>
updateSshPublicKey(com.google.cloud.oslogin.v1.UpdateSshPublicKeyRequest request) {
return futureUnaryCall(
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateSshPublicKeyMethod(), 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-os-login.git",
"sha": "19f7412dc736fbf29f359fe1da5d0d610a908a3b"
"sha": "aaa5cc91c1213ca6b33913a44072b01feecf7987"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3befd26ca55723d3e8111909331eac1249837987",
"internalRef": "360805639"
"sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
"internalRef": "361377784"
}
},
{
Expand Down

0 comments on commit bd27322

Please sign in to comment.