Database Center v1beta API - Class DatabaseCenter.DatabaseCenterBase (1.0.0-beta01)

[BindServiceMethod(typeof(DatabaseCenter), "BindService")]
public abstract class DatabaseCenter.DatabaseCenterBase

Reference documentation and code samples for the Database Center v1beta API class DatabaseCenter.DatabaseCenterBase.

Base class for server-side implementations of DatabaseCenter

Inheritance

object > DatabaseCenter.DatabaseCenterBase

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Methods

QueryProducts(QueryProductsRequest, ServerCallContext)

public virtual Task<QueryProductsResponse> QueryProducts(QueryProductsRequest request, ServerCallContext context)

QueryProducts provides a list of all possible products which can be used to filter database resources.

Parameters
Name Description
request QueryProductsRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskQueryProductsResponse

The response to send back to the client (wrapped by a task).