Class EntityTypesStub (4.48.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()
Returns
Type Description
UnaryCallable<BatchCreateEntitiesRequest,Operation>

batchCreateEntitiesOperationCallable()

public OperationCallable<BatchCreateEntitiesRequest,Empty,Struct> batchCreateEntitiesOperationCallable()
Returns
Type Description
OperationCallable<BatchCreateEntitiesRequest,Empty,Struct>

batchDeleteEntitiesCallable()

public UnaryCallable<BatchDeleteEntitiesRequest,Operation> batchDeleteEntitiesCallable()
Returns
Type Description
UnaryCallable<BatchDeleteEntitiesRequest,Operation>

batchDeleteEntitiesOperationCallable()

public OperationCallable<BatchDeleteEntitiesRequest,Empty,Struct> batchDeleteEntitiesOperationCallable()
Returns
Type Description
OperationCallable<BatchDeleteEntitiesRequest,Empty,Struct>

batchDeleteEntityTypesCallable()

public UnaryCallable<BatchDeleteEntityTypesRequest,Operation> batchDeleteEntityTypesCallable()
Returns
Type Description
UnaryCallable<BatchDeleteEntityTypesRequest,Operation>

batchDeleteEntityTypesOperationCallable()

public OperationCallable<BatchDeleteEntityTypesRequest,Empty,Struct> batchDeleteEntityTypesOperationCallable()
Returns
Type Description
OperationCallable<BatchDeleteEntityTypesRequest,Empty,Struct>

batchUpdateEntitiesCallable()

public UnaryCallable<BatchUpdateEntitiesRequest,Operation> batchUpdateEntitiesCallable()
Returns
Type Description
UnaryCallable<BatchUpdateEntitiesRequest,Operation>

batchUpdateEntitiesOperationCallable()

public OperationCallable<BatchUpdateEntitiesRequest,Empty,Struct> batchUpdateEntitiesOperationCallable()
Returns
Type Description
OperationCallable<BatchUpdateEntitiesRequest,Empty,Struct>

batchUpdateEntityTypesCallable()

public UnaryCallable<BatchUpdateEntityTypesRequest,Operation> batchUpdateEntityTypesCallable()
Returns
Type Description
UnaryCallable<BatchUpdateEntityTypesRequest,Operation>

batchUpdateEntityTypesOperationCallable()

public OperationCallable<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct> batchUpdateEntityTypesOperationCallable()
Returns
Type Description
OperationCallable<BatchUpdateEntityTypesRequest,BatchUpdateEntityTypesResponse,Struct>

close()

public abstract void close()

createEntityTypeCallable()

public UnaryCallable<CreateEntityTypeRequest,EntityType> createEntityTypeCallable()
Returns
Type Description
UnaryCallable<CreateEntityTypeRequest,EntityType>

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()
Returns
Type Description
UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse>

listEntityTypesPagedCallable()

public UnaryCallable<ListEntityTypesRequest,EntityTypesClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
Returns
Type Description
UnaryCallable<ListEntityTypesRequest,ListEntityTypesPagedResponse>

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()
Returns
Type Description
UnaryCallable<UpdateEntityTypeRequest,EntityType>