Class EntityTypesStub (4.46.0)

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.

Inheritance

java.lang.Object > EntityTypesStub

Implements

BackgroundResource

Constructors

EntityTypesStub()

public 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()
Returns
Type Description
UnaryCallable<DeleteEntityTypeRequest,Empty>

getEntityTypeCallable()

public UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
Returns
Type Description
UnaryCallable<GetEntityTypeRequest,EntityType>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

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
Type Description
OperationsStub

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()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

updateEntityTypeCallable()

public UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()