@Generated(value="by gapic-generator-java") public class GrpcOsLoginServiceStub extends OsLoginServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcOsLoginServiceStub, using the given settings.
|
protected |
GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcOsLoginServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcOsLoginServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcOsLoginServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcOsLoginServiceStub |
create(OsLoginServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<DeletePosixAccountRequest,com.google.protobuf.Empty> |
deletePosixAccountCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> |
deleteSshPublicKeyCallable() |
com.google.api.gax.rpc.UnaryCallable<GetLoginProfileRequest,LoginProfile> |
getLoginProfileCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
getSshPublicKeyCallable() |
com.google.api.gax.rpc.UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> |
importSshPublicKeyCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
updateSshPublicKeyCallable() |
protected GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcOsLoginServiceStub create(OsLoginServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcOsLoginServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcOsLoginServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<DeletePosixAccountRequest,com.google.protobuf.Empty> deletePosixAccountCallable()
deletePosixAccountCallable in class OsLoginServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteSshPublicKeyRequest,com.google.protobuf.Empty> deleteSshPublicKeyCallable()
deleteSshPublicKeyCallable in class OsLoginServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetLoginProfileRequest,LoginProfile> getLoginProfileCallable()
getLoginProfileCallable in class OsLoginServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getSshPublicKeyCallable()
getSshPublicKeyCallable in class OsLoginServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> importSshPublicKeyCallable()
importSshPublicKeyCallable in class OsLoginServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> updateSshPublicKeyCallable()
updateSshPublicKeyCallable in class OsLoginServiceStubpublic final void close()
close in interface AutoCloseableclose in class OsLoginServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2022 Google LLC. All rights reserved.