[BindServiceMethod(typeof(CloudCatalog), "BindService")]
public abstract class CloudCatalog.CloudCatalogBaseReference documentation and code samples for the Google Cloud Billing v1 API class CloudCatalog.CloudCatalogBase.
Base class for server-side implementations of CloudCatalog
Namespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Methods
ListServices(ListServicesRequest, ServerCallContext)
public virtual Task<ListServicesResponse> ListServices(ListServicesRequest request, ServerCallContext context)Lists all public cloud services.
| Parameters | |
|---|---|
| Name | Description |
request |
ListServicesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListServicesResponse |
The response to send back to the client (wrapped by a task). |
ListSkus(ListSkusRequest, ServerCallContext)
public virtual Task<ListSkusResponse> ListSkus(ListSkusRequest request, ServerCallContext context)Lists all publicly available SKUs for a given cloud service.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSkusRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListSkusResponse |
The response to send back to the client (wrapped by a task). |