@Generated(value="by gapic-generator-java") public class HttpJsonResourceSettingsServiceStub extends ResourceSettingsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonResourceSettingsServiceStub, using the given settings.
|
protected |
HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonResourceSettingsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonResourceSettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonResourceSettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonResourceSettingsServiceStub |
create(ResourceSettingsServiceStubSettings settings) |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
com.google.api.gax.rpc.UnaryCallable<GetSettingRequest,Setting> |
getSettingCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListSettingsRequest,ListSettingsResponse> |
listSettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSettingsRequest,ResourceSettingsServiceClient.ListSettingsPagedResponse> |
listSettingsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateSettingRequest,Setting> |
updateSettingCallable() |
protected HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonResourceSettingsServiceStub(ResourceSettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonResourceSettingsServiceStub create(ResourceSettingsServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonResourceSettingsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonResourceSettingsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<ListSettingsRequest,ListSettingsResponse> listSettingsCallable()
listSettingsCallable in class ResourceSettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListSettingsRequest,ResourceSettingsServiceClient.ListSettingsPagedResponse> listSettingsPagedCallable()
listSettingsPagedCallable in class ResourceSettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetSettingRequest,Setting> getSettingCallable()
getSettingCallable in class ResourceSettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateSettingRequest,Setting> updateSettingCallable()
updateSettingCallable in class ResourceSettingsServiceStubpublic final void close()
close in interface AutoCloseableclose in class ResourceSettingsServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.