[BindServiceMethod(typeof(BigQueryExportService), "BindService")]
public abstract class BigQueryExportService.BigQueryExportServiceBaseReference documentation and code samples for the Chronicle v1 API class BigQueryExportService.BigQueryExportServiceBase.
Base class for server-side implementations of BigQueryExportService
Namespace
Google.Cloud.Chronicle.V1Assembly
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 |
GetBigQueryExportRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ProvisionBigQueryExportRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
UpdateBigQueryExportRequestThe request received from the client. |
context |
ServerCallContextThe 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). |