@Generated(value="by gapic-generator-java") @BetaApi public class HttpJsonCloudCatalogStub extends CloudCatalogStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonCloudCatalogStub(CloudCatalogStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCloudCatalogStub, using the given settings.
|
protected |
HttpJsonCloudCatalogStub(CloudCatalogStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCloudCatalogStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonCloudCatalogStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonCloudCatalogStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonCloudCatalogStub |
create(CloudCatalogStubSettings settings) |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse> |
listServicesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,CloudCatalogClient.ListServicesPagedResponse> |
listServicesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,ListSkusResponse> |
listSkusCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,CloudCatalogClient.ListSkusPagedResponse> |
listSkusPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected HttpJsonCloudCatalogStub(CloudCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonCloudCatalogStub(CloudCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonCloudCatalogStub create(CloudCatalogStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonCloudCatalogStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonCloudCatalogStub 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<ListServicesRequest,ListServicesResponse> listServicesCallable()
listServicesCallable in class CloudCatalogStubpublic com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,CloudCatalogClient.ListServicesPagedResponse> listServicesPagedCallable()
listServicesPagedCallable in class CloudCatalogStubpublic com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,ListSkusResponse> listSkusCallable()
listSkusCallable in class CloudCatalogStubpublic com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,CloudCatalogClient.ListSkusPagedResponse> listSkusPagedCallable()
listSkusPagedCallable in class CloudCatalogStubpublic final void close()
close in interface AutoCloseableclose in class CloudCatalogStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2022 Google LLC. All rights reserved.