Dataproc Metastore v1alpha API - Class DataprocMetastoreFederation.DataprocMetastoreFederationBase (2.0.0-alpha09)

[BindServiceMethod(typeof(DataprocMetastoreFederation), "BindService")]
public abstract class DataprocMetastoreFederation.DataprocMetastoreFederationBase

Reference documentation and code samples for the Dataproc Metastore v1alpha API class DataprocMetastoreFederation.DataprocMetastoreFederationBase.

Base class for server-side implementations of DataprocMetastoreFederation

Inheritance

object > DataprocMetastoreFederation.DataprocMetastoreFederationBase

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Methods

CreateFederation(CreateFederationRequest, ServerCallContext)

public virtual Task<Operation> CreateFederation(CreateFederationRequest request, ServerCallContext context)

Creates a metastore federation in a project and location.

Parameters
NameDescription
requestCreateFederationRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskOperation

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

DeleteFederation(DeleteFederationRequest, ServerCallContext)

public virtual Task<Operation> DeleteFederation(DeleteFederationRequest request, ServerCallContext context)

Deletes a single federation.

Parameters
NameDescription
requestDeleteFederationRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskOperation

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

GetFederation(GetFederationRequest, ServerCallContext)

public virtual Task<Federation> GetFederation(GetFederationRequest request, ServerCallContext context)

Gets the details of a single federation.

Parameters
NameDescription
requestGetFederationRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskFederation

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

ListFederations(ListFederationsRequest, ServerCallContext)

public virtual Task<ListFederationsResponse> ListFederations(ListFederationsRequest request, ServerCallContext context)

Lists federations in a project and location.

Parameters
NameDescription
requestListFederationsRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskListFederationsResponse

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

UpdateFederation(UpdateFederationRequest, ServerCallContext)

public virtual Task<Operation> UpdateFederation(UpdateFederationRequest request, ServerCallContext context)

Updates the fields of a federation.

Parameters
NameDescription
requestUpdateFederationRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskOperation

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