@Generated(value="by gapic-generator-java") public class GrpcRealmsServiceStub extends RealmsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcRealmsServiceStub(RealmsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcRealmsServiceStub, using the given settings.
|
protected |
GrpcRealmsServiceStub(RealmsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcRealmsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcRealmsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcRealmsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcRealmsServiceStub |
create(RealmsServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateRealmRequest,com.google.longrunning.Operation> |
createRealmCallable() |
com.google.api.gax.rpc.OperationCallable<CreateRealmRequest,Realm,OperationMetadata> |
createRealmOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteRealmRequest,com.google.longrunning.Operation> |
deleteRealmCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteRealmRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteRealmOperationCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetRealmRequest,Realm> |
getRealmCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListRealmsRequest,ListRealmsResponse> |
listRealmsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListRealmsRequest,RealmsServiceClient.ListRealmsPagedResponse> |
listRealmsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<PreviewRealmUpdateRequest,PreviewRealmUpdateResponse> |
previewRealmUpdateCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateRealmRequest,com.google.longrunning.Operation> |
updateRealmCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateRealmRequest,Realm,OperationMetadata> |
updateRealmOperationCallable() |
getHttpJsonOperationsStubprotected GrpcRealmsServiceStub(RealmsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcRealmsServiceStub(RealmsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcRealmsServiceStub create(RealmsServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcRealmsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcRealmsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class RealmsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListRealmsRequest,ListRealmsResponse> listRealmsCallable()
listRealmsCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListRealmsRequest,RealmsServiceClient.ListRealmsPagedResponse> listRealmsPagedCallable()
listRealmsPagedCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetRealmRequest,Realm> getRealmCallable()
getRealmCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateRealmRequest,com.google.longrunning.Operation> createRealmCallable()
createRealmCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.OperationCallable<CreateRealmRequest,Realm,OperationMetadata> createRealmOperationCallable()
createRealmOperationCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteRealmRequest,com.google.longrunning.Operation> deleteRealmCallable()
deleteRealmCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.OperationCallable<DeleteRealmRequest,com.google.protobuf.Empty,OperationMetadata> deleteRealmOperationCallable()
deleteRealmOperationCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateRealmRequest,com.google.longrunning.Operation> updateRealmCallable()
updateRealmCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.OperationCallable<UpdateRealmRequest,Realm,OperationMetadata> updateRealmOperationCallable()
updateRealmOperationCallable in class RealmsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<PreviewRealmUpdateRequest,PreviewRealmUpdateResponse> previewRealmUpdateCallable()
previewRealmUpdateCallable in class RealmsServiceStubpublic final void close()
close in interface AutoCloseableclose in class RealmsServiceStubpublic 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.