Class EntityTypesStub (0.20.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

close()

public abstract void close()

createEntityTypeCallable()

public UnaryCallable<CreateEntityTypeRequest,EntityType> createEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<CreateEntityTypeRequest,EntityType>

deleteEntityTypeCallable()

public UnaryCallable<DeleteEntityTypeRequest,Empty> deleteEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<DeleteEntityTypeRequest,Empty>

getEntityTypeCallable()

public UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<GetEntityTypeRequest,EntityType>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listEntityTypesCallable()

public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
Returns
TypeDescription
UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse>

listEntityTypesPagedCallable()

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

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,EntityTypesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

updateEntityTypeCallable()

public UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<UpdateEntityTypeRequest,EntityType>