@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonOsLoginServiceStub extends OsLoginServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonOsLoginServiceStub(OsLoginServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonOsLoginServiceStub, using the given settings.
|
protected |
HttpJsonOsLoginServiceStub(OsLoginServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonOsLoginServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonOsLoginServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonOsLoginServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonOsLoginServiceStub |
create(OsLoginServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey> |
createSshPublicKeyCallable() |
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() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
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 HttpJsonOsLoginServiceStub(OsLoginServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonOsLoginServiceStub(OsLoginServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonOsLoginServiceStub create(OsLoginServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonOsLoginServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonOsLoginServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey> createSshPublicKeyCallable()
createSshPublicKeyCallable in class OsLoginServiceStubpublic 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 © 2023 Google LLC. All rights reserved.