Chronicle v1 API - Class BigQueryExportService.BigQueryExportServiceBase (1.0.0-beta05)

[BindServiceMethod(typeof(BigQueryExportService), "BindService")]
public abstract class BigQueryExportService.BigQueryExportServiceBase

Reference documentation and code samples for the Chronicle v1 API class BigQueryExportService.BigQueryExportServiceBase.

Base class for server-side implementations of BigQueryExportService

Inheritance

object > BigQueryExportService.BigQueryExportServiceBase

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Methods

GetBigQueryExport(GetBigQueryExportRequest, ServerCallContext)

public virtual Task<BigQueryExport> GetBigQueryExport(GetBigQueryExportRequest request, ServerCallContext context)

Get the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request GetBigQueryExportRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskBigQueryExport

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

ProvisionBigQueryExport(ProvisionBigQueryExportRequest, ServerCallContext)

public virtual Task<BigQueryExport> ProvisionBigQueryExport(ProvisionBigQueryExportRequest request, ServerCallContext context)

Provision the BigQuery export for a Chronicle instance. This will create {{gcp_name}} resources like {{storage_name}} buckets, BigQuery datasets and set default export settings for each data source.

Parameters
Name Description
request ProvisionBigQueryExportRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskBigQueryExport

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

UpdateBigQueryExport(UpdateBigQueryExportRequest, ServerCallContext)

public virtual Task<BigQueryExport> UpdateBigQueryExport(UpdateBigQueryExportRequest request, ServerCallContext context)

Update the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request UpdateBigQueryExportRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskBigQueryExport

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