@Generated(value="by gapic-generator-java") public class HttpJsonSnapshotSettingsServiceStub extends SnapshotSettingsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonSnapshotSettingsServiceStub(SnapshotSettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSnapshotSettingsServiceStub, using the given settings.
|
protected |
HttpJsonSnapshotSettingsServiceStub(SnapshotSettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSnapshotSettingsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonSnapshotSettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonSnapshotSettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonSnapshotSettingsServiceStub |
create(SnapshotSettingsServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<GetSnapshotSettingRequest,SnapshotSettings> |
getCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<PatchSnapshotSettingRequest,Operation> |
patchCallable() |
com.google.api.gax.rpc.OperationCallable<PatchSnapshotSettingRequest,Operation,Operation> |
patchOperationCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonSnapshotSettingsServiceStub(SnapshotSettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonSnapshotSettingsServiceStub(SnapshotSettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonSnapshotSettingsServiceStub create(SnapshotSettingsServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonSnapshotSettingsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonSnapshotSettingsServiceStub 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<GetSnapshotSettingRequest,SnapshotSettings> getCallable()
getCallable in class SnapshotSettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<PatchSnapshotSettingRequest,Operation> patchCallable()
patchCallable in class SnapshotSettingsServiceStubpublic com.google.api.gax.rpc.OperationCallable<PatchSnapshotSettingRequest,Operation,Operation> patchOperationCallable()
patchOperationCallable in class SnapshotSettingsServiceStubpublic final void close()
close in interface AutoCloseableclose in class SnapshotSettingsServiceStubpublic 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.