@BetaApi @Generated(value="by gapic-generator-java") public class HttpJsonRealmsServiceStub extends RealmsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonRealmsServiceStub(RealmsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRealmsServiceStub, using the given settings.
|
protected |
HttpJsonRealmsServiceStub(RealmsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRealmsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonRealmsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonRealmsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonRealmsServiceStub |
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.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
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() |
getOperationsStubprotected HttpJsonRealmsServiceStub(RealmsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonRealmsServiceStub(RealmsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonRealmsServiceStub create(RealmsServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonRealmsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonRealmsServiceStub 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.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub 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.