@Generated(value="by gapic-generator-java") public class GrpcCloudCatalogStub extends CloudCatalogStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcCloudCatalogStub(CloudCatalogStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCloudCatalogStub, using the given settings.
|
protected |
GrpcCloudCatalogStub(CloudCatalogStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCloudCatalogStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcCloudCatalogStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcCloudCatalogStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcCloudCatalogStub |
create(CloudCatalogStubSettings settings) |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
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 GrpcCloudCatalogStub(CloudCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcCloudCatalogStub(CloudCatalogStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcCloudCatalogStub create(CloudCatalogStubSettings settings) throws IOException
IOExceptionpublic static final GrpcCloudCatalogStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcCloudCatalogStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
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 © 2025 Google LLC. All rights reserved.