public class GrpcOsLoginServiceStub extends OsLoginServiceStub
gRPC stub implementation for the OsLoginService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcOsLoginServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcOsLoginServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(OsLoginServiceStubSettings settings)
public static final GrpcOsLoginServiceStub create(OsLoginServiceStubSettings settings)
Constructors
GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, ClientContext clientContext)
protected GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcOsLoginServiceStub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcOsLoginServiceStub(OsLoginServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcOsLoginServiceStub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createSshPublicKeyCallable()
public UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey> createSshPublicKeyCallable()
Overrides
deletePosixAccountCallable()
public UnaryCallable<DeletePosixAccountRequest,Empty> deletePosixAccountCallable()
Overrides
deleteSshPublicKeyCallable()
public UnaryCallable<DeleteSshPublicKeyRequest,Empty> deleteSshPublicKeyCallable()
Overrides
getLoginProfileCallable()
public UnaryCallable<GetLoginProfileRequest,LoginProfile> getLoginProfileCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
getSshPublicKeyCallable()
public UnaryCallable<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getSshPublicKeyCallable()
Overrides
importSshPublicKeyCallable()
public UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> importSshPublicKeyCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
shutdown()
shutdownNow()
public void shutdownNow()
updateSshPublicKeyCallable()
public UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> updateSshPublicKeyCallable()
Overrides