Class SessionEntityTypesStub (0.52.0)

public abstract class SessionEntityTypesStub implements BackgroundResource

Base stub class for the SessionEntityTypes service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SessionEntityTypesStub

Implements

BackgroundResource

Constructors

SessionEntityTypesStub()

public SessionEntityTypesStub()

Methods

close()

public abstract void close()

createSessionEntityTypeCallable()

public UnaryCallable<CreateSessionEntityTypeRequest,SessionEntityType> createSessionEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<CreateSessionEntityTypeRequest,SessionEntityType>

deleteSessionEntityTypeCallable()

public UnaryCallable<DeleteSessionEntityTypeRequest,Empty> deleteSessionEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<DeleteSessionEntityTypeRequest,Empty>

getLocationCallable()

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

getSessionEntityTypeCallable()

public UnaryCallable<GetSessionEntityTypeRequest,SessionEntityType> getSessionEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<GetSessionEntityTypeRequest,SessionEntityType>

listLocationsCallable()

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

listLocationsPagedCallable()

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

listSessionEntityTypesCallable()

public UnaryCallable<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse> listSessionEntityTypesCallable()
Returns
TypeDescription
UnaryCallable<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse>

listSessionEntityTypesPagedCallable()

public UnaryCallable<ListSessionEntityTypesRequest,SessionEntityTypesClient.ListSessionEntityTypesPagedResponse> listSessionEntityTypesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSessionEntityTypesRequest,ListSessionEntityTypesPagedResponse>

updateSessionEntityTypeCallable()

public UnaryCallable<UpdateSessionEntityTypeRequest,SessionEntityType> updateSessionEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<UpdateSessionEntityTypeRequest,SessionEntityType>