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