Package com.google.cloud.billing.v1.stub
Class CloudCatalogStub
- java.lang.Object
-
- com.google.cloud.billing.v1.stub.CloudCatalogStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcCloudCatalogStub,HttpJsonCloudCatalogStub
@Generated("by gapic-generator-java") public abstract class CloudCatalogStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CloudCatalog service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CloudCatalogStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()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()
-
-
-
Method Detail
-
listServicesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,CloudCatalogClient.ListServicesPagedResponse> listServicesPagedCallable()
-
listServicesCallable
public com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,ListServicesResponse> listServicesCallable()
-
listSkusPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,CloudCatalogClient.ListSkusPagedResponse> listSkusPagedCallable()
-
listSkusCallable
public com.google.api.gax.rpc.UnaryCallable<ListSkusRequest,ListSkusResponse> listSkusCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-