public class HttpJsonResourceSettingsServiceStub extends ResourceSettingsServiceStub
REST stub implementation for the ResourceSettingsService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonResourceSettingsServiceStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonResourceSettingsServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(ResourceSettingsServiceStubSettings settings)
public static final HttpJsonResourceSettingsServiceStub create(ResourceSettingsServiceStubSettings settings)
Parameter
Returns
Exceptions
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Constructors
HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonResourceSettingsServiceStub, using the given settings. This
is protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonResourceSettingsServiceStub, using the given settings. This
is protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
getSettingCallable()
public UnaryCallable<GetSettingRequest,Setting> getSettingCallable()
Returns
Overrides
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listSettingsCallable()
public UnaryCallable<ListSettingsRequest,ListSettingsResponse> listSettingsCallable()
Returns
Overrides
listSettingsPagedCallable()
public UnaryCallable<ListSettingsRequest,ResourceSettingsServiceClient.ListSettingsPagedResponse> listSettingsPagedCallable()
Returns
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateSettingCallable()
public UnaryCallable<UpdateSettingRequest,Setting> updateSettingCallable()
Returns
Overrides