@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") 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,
ClientContext clientContext)
Constructs an instance of GrpcRealmsServiceStub, using the given settings.
|
protected |
GrpcRealmsServiceStub(RealmsServiceStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcRealmsServiceStub, using the given settings.
|
protected GrpcRealmsServiceStub(RealmsServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcRealmsServiceStub(RealmsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcRealmsServiceStub create(RealmsServiceStubSettings settings) throws IOException
IOException
public static final GrpcRealmsServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcRealmsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public GrpcOperationsStub getOperationsStub()
getOperationsStub
in class RealmsServiceStub
public UnaryCallable<ListRealmsRequest,RealmsServiceClient.ListRealmsPagedResponse> listRealmsPagedCallable()
listRealmsPagedCallable
in class RealmsServiceStub
public UnaryCallable<ListRealmsRequest,ListRealmsResponse> listRealmsCallable()
listRealmsCallable
in class RealmsServiceStub
public UnaryCallable<GetRealmRequest,Realm> getRealmCallable()
getRealmCallable
in class RealmsServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<CreateRealmRequest,Realm,Empty> createRealmOperationCallable()
createRealmOperationCallable
in class RealmsServiceStub
public UnaryCallable<CreateRealmRequest,Operation> createRealmCallable()
createRealmCallable
in class RealmsServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<DeleteRealmRequest,Empty,Empty> deleteRealmOperationCallable()
deleteRealmOperationCallable
in class RealmsServiceStub
public UnaryCallable<DeleteRealmRequest,Operation> deleteRealmCallable()
deleteRealmCallable
in class RealmsServiceStub
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallable<UpdateRealmRequest,Realm,Empty> updateRealmOperationCallable()
updateRealmOperationCallable
in class RealmsServiceStub
public UnaryCallable<UpdateRealmRequest,Operation> updateRealmCallable()
updateRealmCallable
in class RealmsServiceStub
public UnaryCallable<PreviewRealmUpdateRequest,PreviewRealmUpdateResponse> previewRealmUpdateCallable()
previewRealmUpdateCallable
in class RealmsServiceStub
public final void close()
close
in interface AutoCloseable
close
in class RealmsServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2020 Google LLC. All rights reserved.