Class ServingConfigServiceStub (2.43.0)

public abstract class ServingConfigServiceStub implements BackgroundResource

Base stub class for the ServingConfigService service API.

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

Inheritance

java.lang.Object > ServingConfigServiceStub

Implements

BackgroundResource

Constructors

ServingConfigServiceStub()

public ServingConfigServiceStub()

Methods

addControlCallable()

public UnaryCallable<AddControlRequest,ServingConfig> addControlCallable()
Returns
TypeDescription
UnaryCallable<AddControlRequest,ServingConfig>

close()

public abstract void close()

createServingConfigCallable()

public UnaryCallable<CreateServingConfigRequest,ServingConfig> createServingConfigCallable()
Returns
TypeDescription
UnaryCallable<CreateServingConfigRequest,ServingConfig>

deleteServingConfigCallable()

public UnaryCallable<DeleteServingConfigRequest,Empty> deleteServingConfigCallable()
Returns
TypeDescription
UnaryCallable<DeleteServingConfigRequest,Empty>

getServingConfigCallable()

public UnaryCallable<GetServingConfigRequest,ServingConfig> getServingConfigCallable()
Returns
TypeDescription
UnaryCallable<GetServingConfigRequest,ServingConfig>

listServingConfigsCallable()

public UnaryCallable<ListServingConfigsRequest,ListServingConfigsResponse> listServingConfigsCallable()
Returns
TypeDescription
UnaryCallable<ListServingConfigsRequest,ListServingConfigsResponse>

listServingConfigsPagedCallable()

public UnaryCallable<ListServingConfigsRequest,ServingConfigServiceClient.ListServingConfigsPagedResponse> listServingConfigsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListServingConfigsRequest,ListServingConfigsPagedResponse>

removeControlCallable()

public UnaryCallable<RemoveControlRequest,ServingConfig> removeControlCallable()
Returns
TypeDescription
UnaryCallable<RemoveControlRequest,ServingConfig>

updateServingConfigCallable()

public UnaryCallable<UpdateServingConfigRequest,ServingConfig> updateServingConfigCallable()
Returns
TypeDescription
UnaryCallable<UpdateServingConfigRequest,ServingConfig>