Class SessionEntityTypesStub (4.8.6)

See more code actions.
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.

java.lang.Object > SessionEntityTypesStub
BackgroundResource

Constructors

SessionEntityTypesStub()

public SessionEntityTypesStub()

Methods

close()

public abstract void close()

createSessionEntityTypeCallable()

public UnaryCallable<CreateSessionEntityTypeRequest,SessionEntityType> createSessionEntityTypeCallable()
Returns

deleteSessionEntityTypeCallable()

public UnaryCallable<DeleteSessionEntityTypeRequest,Empty> deleteSessionEntityTypeCallable()
Returns

getLocationCallable()

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

getSessionEntityTypeCallable()

public UnaryCallable<GetSessionEntityTypeRequest,SessionEntityType> getSessionEntityTypeCallable()
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,SessionEntityTypesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listSessionEntityTypesCallable()

public UnaryCallable<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse> listSessionEntityTypesCallable()
Returns

listSessionEntityTypesPagedCallable()

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

updateSessionEntityTypeCallable()

public UnaryCallable<UpdateSessionEntityTypeRequest,SessionEntityType> updateSessionEntityTypeCallable()
Returns