@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonNodeTypeStub extends NodeTypeStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier and Type | Field and Description |
|---|---|
static com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListNodeTypesHttpRequest,NodeTypeAggregatedList> |
aggregatedListNodeTypesMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetNodeTypeHttpRequest,NodeType> |
getNodeTypeMethodDescriptor |
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListNodeTypesHttpRequest,NodeTypeList> |
listNodeTypesMethodDescriptor |
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonNodeTypeStub(NodeTypeStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonNodeTypeStub, using the given settings.
|
protected |
HttpJsonNodeTypeStub(NodeTypeStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonNodeTypeStub, using the given settings.
|
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<AggregatedListNodeTypesHttpRequest,NodeTypeAggregatedList> aggregatedListNodeTypesMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<GetNodeTypeHttpRequest,NodeType> getNodeTypeMethodDescriptor
@InternalApi public static final com.google.api.gax.httpjson.ApiMethodDescriptor<ListNodeTypesHttpRequest,NodeTypeList> listNodeTypesMethodDescriptor
protected HttpJsonNodeTypeStub(NodeTypeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonNodeTypeStub(NodeTypeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonNodeTypeStub create(NodeTypeStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonNodeTypeStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonNodeTypeStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeTypesHttpRequest,NodeTypeClient.AggregatedListNodeTypesPagedResponse> aggregatedListNodeTypesPagedCallable()
aggregatedListNodeTypesPagedCallable in class NodeTypeStub@BetaApi public com.google.api.gax.rpc.UnaryCallable<AggregatedListNodeTypesHttpRequest,NodeTypeAggregatedList> aggregatedListNodeTypesCallable()
aggregatedListNodeTypesCallable in class NodeTypeStub@BetaApi public com.google.api.gax.rpc.UnaryCallable<GetNodeTypeHttpRequest,NodeType> getNodeTypeCallable()
getNodeTypeCallable in class NodeTypeStub@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListNodeTypesHttpRequest,NodeTypeClient.ListNodeTypesPagedResponse> listNodeTypesPagedCallable()
listNodeTypesPagedCallable in class NodeTypeStub@BetaApi public com.google.api.gax.rpc.UnaryCallable<ListNodeTypesHttpRequest,NodeTypeList> listNodeTypesCallable()
listNodeTypesCallable in class NodeTypeStubpublic final void close()
close in interface AutoCloseableclose in class NodeTypeStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2019 Google LLC. All rights reserved.