@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") 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,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcEntityTypesStub, using the given settings.
|
protected |
GrpcEntityTypesStub(EntityTypesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcEntityTypesStub, using the given settings.
|
protected GrpcEntityTypesStub(EntityTypesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcEntityTypesStub(EntityTypesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcEntityTypesStub create(EntityTypesStubSettings settings) throws IOException
IOException
public static final GrpcEntityTypesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcEntityTypesStub 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 EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
listEntityTypesPagedCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
listEntityTypesCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
getEntityTypeCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<CreateEntityTypeRequest,EntityType> createEntityTypeCallable()
createEntityTypeCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()
updateEntityTypeCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<DeleteEntityTypeRequest,Empty> deleteEntityTypeCallable()
deleteEntityTypeCallable
in class EntityTypesStub
@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<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> batchUpdateEntityTypesOperationCallable()
batchUpdateEntityTypesOperationCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<BatchUpdateEntityTypesRequest,com.google.longrunning.Operation> batchUpdateEntityTypesCallable()
batchUpdateEntityTypesCallable
in class EntityTypesStub
@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<BatchDeleteEntityTypesRequest,Empty,Struct> batchDeleteEntityTypesOperationCallable()
batchDeleteEntityTypesOperationCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<BatchDeleteEntityTypesRequest,com.google.longrunning.Operation> batchDeleteEntityTypesCallable()
batchDeleteEntityTypesCallable
in class EntityTypesStub
@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<BatchCreateEntitiesRequest,Empty,Struct> batchCreateEntitiesOperationCallable()
batchCreateEntitiesOperationCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<BatchCreateEntitiesRequest,com.google.longrunning.Operation> batchCreateEntitiesCallable()
batchCreateEntitiesCallable
in class EntityTypesStub
@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<BatchUpdateEntitiesRequest,Empty,Struct> batchUpdateEntitiesOperationCallable()
batchUpdateEntitiesOperationCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<BatchUpdateEntitiesRequest,com.google.longrunning.Operation> batchUpdateEntitiesCallable()
batchUpdateEntitiesCallable
in class EntityTypesStub
@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<BatchDeleteEntitiesRequest,Empty,Struct> batchDeleteEntitiesOperationCallable()
batchDeleteEntitiesOperationCallable
in class EntityTypesStub
public com.google.api.gax.rpc.UnaryCallable<BatchDeleteEntitiesRequest,com.google.longrunning.Operation> batchDeleteEntitiesCallable()
batchDeleteEntitiesCallable
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 © 2019 Google LLC. All rights reserved.