@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") 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.
|
protected GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcOsLoginServiceStub create(OsLoginServiceStubSettings settings) throws IOException
IOException
public static final GrpcOsLoginServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcOsLoginServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallable<DeletePosixAccountRequest,Empty> deletePosixAccountCallable()
deletePosixAccountCallable
in class OsLoginServiceStub
public com.google.api.gax.rpc.UnaryCallable<DeleteSshPublicKeyRequest,Empty> deleteSshPublicKeyCallable()
deleteSshPublicKeyCallable
in class OsLoginServiceStub
public com.google.api.gax.rpc.UnaryCallable<GetLoginProfileRequest,LoginProfile> getLoginProfileCallable()
getLoginProfileCallable
in class OsLoginServiceStub
public com.google.api.gax.rpc.UnaryCallable<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getSshPublicKeyCallable()
getSshPublicKeyCallable
in class OsLoginServiceStub
public com.google.api.gax.rpc.UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> importSshPublicKeyCallable()
importSshPublicKeyCallable
in class OsLoginServiceStub
public com.google.api.gax.rpc.UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> updateSshPublicKeyCallable()
updateSshPublicKeyCallable
in class OsLoginServiceStub
public final void close()
close
in interface AutoCloseable
close
in class OsLoginServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.