@Generated(value="by gapic-generator-java") public class GrpcEntityTypesStub extends EntityTypesStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcEntityTypesStub(EntityTypesStubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcEntityTypesStub, using the given settings.
|
protected |
GrpcEntityTypesStub(EntityTypesStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcEntityTypesStub, using the given settings.
|
protected GrpcEntityTypesStub(EntityTypesStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcEntityTypesStub(EntityTypesStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcEntityTypesStub create(EntityTypesStubSettings settings) throws IOException
IOException
public static final GrpcEntityTypesStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcEntityTypesStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public GrpcOperationsStub getOperationsStub()
getOperationsStub
in class EntityTypesStub
public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
listEntityTypesCallable
in class EntityTypesStub
public UnaryCallable<ListEntityTypesRequest,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
listEntityTypesPagedCallable
in class EntityTypesStub
public UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
getEntityTypeCallable
in class EntityTypesStub
public UnaryCallable<CreateEntityTypeRequest,EntityType> createEntityTypeCallable()
createEntityTypeCallable
in class EntityTypesStub
public UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()
updateEntityTypeCallable
in class EntityTypesStub
public UnaryCallable<DeleteEntityTypeRequest,Empty> deleteEntityTypeCallable()
deleteEntityTypeCallable
in class EntityTypesStub
public UnaryCallable<BatchUpdateEntityTypesRequest,Operation> batchUpdateEntityTypesCallable()
batchUpdateEntityTypesCallable
in class EntityTypesStub
public OperationCallable<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> batchUpdateEntityTypesOperationCallable()
batchUpdateEntityTypesOperationCallable
in class EntityTypesStub
public UnaryCallable<BatchDeleteEntityTypesRequest,Operation> batchDeleteEntityTypesCallable()
batchDeleteEntityTypesCallable
in class EntityTypesStub
public OperationCallable<BatchDeleteEntityTypesRequest,Empty,Struct> batchDeleteEntityTypesOperationCallable()
batchDeleteEntityTypesOperationCallable
in class EntityTypesStub
public UnaryCallable<BatchCreateEntitiesRequest,Operation> batchCreateEntitiesCallable()
batchCreateEntitiesCallable
in class EntityTypesStub
public OperationCallable<BatchCreateEntitiesRequest,Empty,Struct> batchCreateEntitiesOperationCallable()
batchCreateEntitiesOperationCallable
in class EntityTypesStub
public UnaryCallable<BatchUpdateEntitiesRequest,Operation> batchUpdateEntitiesCallable()
batchUpdateEntitiesCallable
in class EntityTypesStub
public OperationCallable<BatchUpdateEntitiesRequest,Empty,Struct> batchUpdateEntitiesOperationCallable()
batchUpdateEntitiesOperationCallable
in class EntityTypesStub
public UnaryCallable<BatchDeleteEntitiesRequest,Operation> batchDeleteEntitiesCallable()
batchDeleteEntitiesCallable
in class EntityTypesStub
public OperationCallable<BatchDeleteEntitiesRequest,Empty,Struct> batchDeleteEntitiesOperationCallable()
batchDeleteEntitiesOperationCallable
in class EntityTypesStub
public final void close()
close
in interface AutoCloseable
close
in class EntityTypesStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2021 Google LLC. All rights reserved.