public abstract class EntityTypesStub implements BackgroundResource
Base stub class for the EntityTypes service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
EntityTypesStub()
Methods
batchCreateEntitiesCallable()
public UnaryCallable<BatchCreateEntitiesRequest,Operation> batchCreateEntitiesCallable()
batchCreateEntitiesOperationCallable()
public OperationCallable<BatchCreateEntitiesRequest,Empty,Struct> batchCreateEntitiesOperationCallable()
batchDeleteEntitiesCallable()
public UnaryCallable<BatchDeleteEntitiesRequest,Operation> batchDeleteEntitiesCallable()
batchDeleteEntitiesOperationCallable()
public OperationCallable<BatchDeleteEntitiesRequest,Empty,Struct> batchDeleteEntitiesOperationCallable()
batchDeleteEntityTypesCallable()
public UnaryCallable<BatchDeleteEntityTypesRequest,Operation> batchDeleteEntityTypesCallable()
batchDeleteEntityTypesOperationCallable()
public OperationCallable<BatchDeleteEntityTypesRequest,Empty,Struct> batchDeleteEntityTypesOperationCallable()
batchUpdateEntitiesCallable()
public UnaryCallable<BatchUpdateEntitiesRequest,Operation> batchUpdateEntitiesCallable()
batchUpdateEntitiesOperationCallable()
public OperationCallable<BatchUpdateEntitiesRequest,Empty,Struct> batchUpdateEntitiesOperationCallable()
batchUpdateEntityTypesCallable()
public UnaryCallable<BatchUpdateEntityTypesRequest,Operation> batchUpdateEntityTypesCallable()
batchUpdateEntityTypesOperationCallable()
public OperationCallable<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> batchUpdateEntityTypesOperationCallable()
close()
public abstract void close()
createEntityTypeCallable()
public UnaryCallable<CreateEntityTypeRequest,EntityType> createEntityTypeCallable()
deleteEntityTypeCallable()
public UnaryCallable<DeleteEntityTypeRequest,Empty> deleteEntityTypeCallable()
getEntityTypeCallable()
public UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
listEntityTypesCallable()
public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
listEntityTypesPagedCallable()
public UnaryCallable<ListEntityTypesRequest,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns |
Type |
Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
|
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,EntityTypesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
updateEntityTypeCallable()
public UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()