@Generated(value="by gapic-generator-java") public class HttpJsonPreviewFeaturesStub extends PreviewFeaturesStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonPreviewFeaturesStub(PreviewFeaturesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonPreviewFeaturesStub, using the given settings.
|
protected |
HttpJsonPreviewFeaturesStub(PreviewFeaturesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonPreviewFeaturesStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonPreviewFeaturesStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonPreviewFeaturesStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonPreviewFeaturesStub |
create(PreviewFeaturesStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<GetPreviewFeatureRequest,PreviewFeature> |
getCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListPreviewFeaturesRequest,PreviewFeatureList> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPreviewFeaturesRequest,PreviewFeaturesClient.ListPagedResponse> |
listPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdatePreviewFeatureRequest,Operation> |
updateCallable() |
com.google.api.gax.rpc.OperationCallable<UpdatePreviewFeatureRequest,Operation,Operation> |
updateOperationCallable() |
protected HttpJsonPreviewFeaturesStub(PreviewFeaturesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonPreviewFeaturesStub(PreviewFeaturesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonPreviewFeaturesStub create(PreviewFeaturesStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonPreviewFeaturesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonPreviewFeaturesStub 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<GetPreviewFeatureRequest,PreviewFeature> getCallable()
getCallable in class PreviewFeaturesStubpublic com.google.api.gax.rpc.UnaryCallable<ListPreviewFeaturesRequest,PreviewFeatureList> listCallable()
listCallable in class PreviewFeaturesStubpublic com.google.api.gax.rpc.UnaryCallable<ListPreviewFeaturesRequest,PreviewFeaturesClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class PreviewFeaturesStubpublic com.google.api.gax.rpc.UnaryCallable<UpdatePreviewFeatureRequest,Operation> updateCallable()
updateCallable in class PreviewFeaturesStubpublic com.google.api.gax.rpc.OperationCallable<UpdatePreviewFeatureRequest,Operation,Operation> updateOperationCallable()
updateOperationCallable in class PreviewFeaturesStubpublic final void close()
close in interface AutoCloseableclose in class PreviewFeaturesStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.