Class ConfigManagementServiceStub (0.83.0)

public abstract class ConfigManagementServiceStub implements BackgroundResource

Base stub class for the ConfigManagementService service API.

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

Inheritance

java.lang.Object > ConfigManagementServiceStub

Implements

BackgroundResource

Constructors

ConfigManagementServiceStub()

public ConfigManagementServiceStub()

Methods

close()

public abstract void close()

getConfigCallable()

public UnaryCallable<GetConfigRequest,Config> getConfigCallable()
Returns
Type Description
UnaryCallable<GetConfigRequest,Config>

updateConfigCallable()

public UnaryCallable<UpdateConfigRequest,Config> updateConfigCallable()
Returns
Type Description
UnaryCallable<UpdateConfigRequest,Config>