Class ApiHubPluginStub (0.2.0)

public abstract class ApiHubPluginStub implements BackgroundResource

Base stub class for the ApiHubPlugin service API.

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

Inheritance

java.lang.Object > ApiHubPluginStub

Implements

BackgroundResource

Constructors

ApiHubPluginStub()

public ApiHubPluginStub()

Methods

close()

public abstract void close()

disablePluginCallable()

public UnaryCallable<DisablePluginRequest,Plugin> disablePluginCallable()
Returns
Type Description
UnaryCallable<DisablePluginRequest,Plugin>

enablePluginCallable()

public UnaryCallable<EnablePluginRequest,Plugin> enablePluginCallable()
Returns
Type Description
UnaryCallable<EnablePluginRequest,Plugin>

getLocationCallable()

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

getPluginCallable()

public UnaryCallable<GetPluginRequest,Plugin> getPluginCallable()
Returns
Type Description
UnaryCallable<GetPluginRequest,Plugin>

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ApiHubPluginClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>