@Generated(value="by gapic-generator-java") public class HttpJsonRegionDiskTypesStub extends RegionDiskTypesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonRegionDiskTypesStub(RegionDiskTypesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonRegionDiskTypesStub, using the given settings.
|
protected |
HttpJsonRegionDiskTypesStub(RegionDiskTypesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionDiskTypesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonRegionDiskTypesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonRegionDiskTypesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonRegionDiskTypesStub |
create(RegionDiskTypesStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<GetRegionDiskTypeRequest,DiskType> |
getCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListRegionDiskTypesRequest,RegionDiskTypeList> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListRegionDiskTypesRequest,RegionDiskTypesClient.ListPagedResponse> |
listPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonRegionDiskTypesStub(RegionDiskTypesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonRegionDiskTypesStub(RegionDiskTypesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonRegionDiskTypesStub create(RegionDiskTypesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonRegionDiskTypesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonRegionDiskTypesStub 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<GetRegionDiskTypeRequest,DiskType> getCallable()
getCallable in class RegionDiskTypesStubpublic com.google.api.gax.rpc.UnaryCallable<ListRegionDiskTypesRequest,RegionDiskTypeList> listCallable()
listCallable in class RegionDiskTypesStubpublic com.google.api.gax.rpc.UnaryCallable<ListRegionDiskTypesRequest,RegionDiskTypesClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class RegionDiskTypesStubpublic final void close()
close in interface AutoCloseableclose in class RegionDiskTypesStubpublic 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.