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