@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,
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,Empty> |
createRealmOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteRealmRequest,com.google.longrunning.Operation> |
deleteRealmCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteRealmRequest,Empty,Empty> |
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() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateRealmRequest,com.google.longrunning.Operation> |
updateRealmCallable() |
com.google.api.gax.rpc.OperationCallable<UpdateRealmRequest,Realm,Empty> |
updateRealmOperationCallable() |
protected GrpcRealmsServiceStub(RealmsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcRealmsServiceStub(RealmsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcRealmsServiceStub create(RealmsServiceStubSettings settings) throws IOException
IOException
public static final GrpcRealmsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcRealmsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.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 com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub
in class RealmsServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListRealmsRequest,RealmsServiceClient.ListRealmsPagedResponse> listRealmsPagedCallable()
listRealmsPagedCallable
in class RealmsServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListRealmsRequest,ListRealmsResponse> listRealmsCallable()
listRealmsCallable
in class RealmsServiceStub
public com.google.api.gax.rpc.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 com.google.api.gax.rpc.OperationCallable<CreateRealmRequest,Realm,Empty> createRealmOperationCallable()
createRealmOperationCallable
in class RealmsServiceStub
public com.google.api.gax.rpc.UnaryCallable<CreateRealmRequest,com.google.longrunning.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 com.google.api.gax.rpc.OperationCallable<DeleteRealmRequest,Empty,Empty> deleteRealmOperationCallable()
deleteRealmOperationCallable
in class RealmsServiceStub
public com.google.api.gax.rpc.UnaryCallable<DeleteRealmRequest,com.google.longrunning.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 com.google.api.gax.rpc.OperationCallable<UpdateRealmRequest,Realm,Empty> updateRealmOperationCallable()
updateRealmOperationCallable
in class RealmsServiceStub
public com.google.api.gax.rpc.UnaryCallable<UpdateRealmRequest,com.google.longrunning.Operation> updateRealmCallable()
updateRealmCallable
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 © 2019 Google LLC. All rights reserved.