Package com.google.cloud.billing.v1
Interface CloudCatalogGrpc.AsyncService
-
- All Known Implementing Classes:
CloudCatalogGrpc.CloudCatalogImplBase
- Enclosing class:
- CloudCatalogGrpc
public static interface CloudCatalogGrpc.AsyncService
A catalog of Google Cloud Platform services and SKUs. Provides pricing information and metadata on Google Cloud Platform services and SKUs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists all public cloud services.default void
listSkus(ListSkusRequest request, io.grpc.stub.StreamObserver<ListSkusResponse> responseObserver)
Lists all publicly available SKUs for a given cloud service.
-
-
-
Method Detail
-
listServices
default void listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists all public cloud services.
-
listSkus
default void listSkus(ListSkusRequest request, io.grpc.stub.StreamObserver<ListSkusResponse> responseObserver)
Lists all publicly available SKUs for a given cloud service.
-
-