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()
Returns
batchCreateEntitiesOperationCallable()
public OperationCallable<BatchCreateEntitiesRequest,Empty,Struct> batchCreateEntitiesOperationCallable()
Returns
batchDeleteEntitiesCallable()
public UnaryCallable<BatchDeleteEntitiesRequest,Operation> batchDeleteEntitiesCallable()
Returns
batchDeleteEntitiesOperationCallable()
public OperationCallable<BatchDeleteEntitiesRequest,Empty,Struct> batchDeleteEntitiesOperationCallable()
Returns
batchDeleteEntityTypesCallable()
public UnaryCallable<BatchDeleteEntityTypesRequest,Operation> batchDeleteEntityTypesCallable()
Returns
batchDeleteEntityTypesOperationCallable()
public OperationCallable<BatchDeleteEntityTypesRequest,Empty,Struct> batchDeleteEntityTypesOperationCallable()
Returns
batchUpdateEntitiesCallable()
public UnaryCallable<BatchUpdateEntitiesRequest,Operation> batchUpdateEntitiesCallable()
Returns
batchUpdateEntitiesOperationCallable()
public OperationCallable<BatchUpdateEntitiesRequest,Empty,Struct> batchUpdateEntitiesOperationCallable()
Returns
batchUpdateEntityTypesCallable()
public UnaryCallable<BatchUpdateEntityTypesRequest,Operation> batchUpdateEntityTypesCallable()
Returns
batchUpdateEntityTypesOperationCallable()
public OperationCallable<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> batchUpdateEntityTypesOperationCallable()
Returns
close()
public abstract void close()
createEntityTypeCallable()
public UnaryCallable<CreateEntityTypeRequest,EntityType> createEntityTypeCallable()
Returns
deleteEntityTypeCallable()
public UnaryCallable<DeleteEntityTypeRequest,Empty> deleteEntityTypeCallable()
Returns
getEntityTypeCallable()
public UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
Returns
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
Returns
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type |
Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
|
getOperationsStub()
public OperationsStub getOperationsStub()
Returns
listEntityTypesCallable()
public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
Returns
listEntityTypesPagedCallable()
public UnaryCallable<ListEntityTypesRequest,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
Returns
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()
Returns
updateEntityTypeCallable()
public UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()
Returns