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

public class BigQueryExportService.BigQueryExportServiceClient : ClientBase<BigQueryExportService.BigQueryExportServiceClient>

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

Client for BigQueryExportService

Inheritance

object > ClientBase > ClientBaseBigQueryExportServiceBigQueryExportServiceClient > BigQueryExportService.BigQueryExportServiceClient

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

BigQueryExportServiceClient()

protected BigQueryExportServiceClient()

Protected parameterless constructor to allow creation of test doubles.

BigQueryExportServiceClient(CallInvoker)

public BigQueryExportServiceClient(CallInvoker callInvoker)

Creates a new client for BigQueryExportService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

BigQueryExportServiceClient(ChannelBase)

public BigQueryExportServiceClient(ChannelBase channel)

Creates a new client for BigQueryExportService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

BigQueryExportServiceClient(ClientBaseConfiguration)

protected BigQueryExportServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

GetBigQueryExport(GetBigQueryExportRequest, CallOptions)

public virtual BigQueryExport GetBigQueryExport(GetBigQueryExportRequest request, CallOptions options)

Get the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request GetBigQueryExportRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
BigQueryExport

The response received from the server.

GetBigQueryExport(GetBigQueryExportRequest, Metadata, DateTime?, CancellationToken)

public virtual BigQueryExport GetBigQueryExport(GetBigQueryExportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request GetBigQueryExportRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
BigQueryExport

The response received from the server.

GetBigQueryExportAsync(GetBigQueryExportRequest, CallOptions)

public virtual AsyncUnaryCall<BigQueryExport> GetBigQueryExportAsync(GetBigQueryExportRequest request, CallOptions options)

Get the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request GetBigQueryExportRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBigQueryExport

The call object.

GetBigQueryExportAsync(GetBigQueryExportRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<BigQueryExport> GetBigQueryExportAsync(GetBigQueryExportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Get the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request GetBigQueryExportRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallBigQueryExport

The call object.

NewInstance(ClientBaseConfiguration)

protected override BigQueryExportService.BigQueryExportServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
BigQueryExportServiceBigQueryExportServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.Chronicle.V1.BigQueryExportService.BigQueryExportServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

ProvisionBigQueryExport(ProvisionBigQueryExportRequest, CallOptions)

public virtual BigQueryExport ProvisionBigQueryExport(ProvisionBigQueryExportRequest request, CallOptions options)

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 to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
BigQueryExport

The response received from the server.

ProvisionBigQueryExport(ProvisionBigQueryExportRequest, Metadata, DateTime?, CancellationToken)

public virtual BigQueryExport ProvisionBigQueryExport(ProvisionBigQueryExportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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 to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
BigQueryExport

The response received from the server.

ProvisionBigQueryExportAsync(ProvisionBigQueryExportRequest, CallOptions)

public virtual AsyncUnaryCall<BigQueryExport> ProvisionBigQueryExportAsync(ProvisionBigQueryExportRequest request, CallOptions options)

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 to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBigQueryExport

The call object.

ProvisionBigQueryExportAsync(ProvisionBigQueryExportRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<BigQueryExport> ProvisionBigQueryExportAsync(ProvisionBigQueryExportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

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 to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallBigQueryExport

The call object.

UpdateBigQueryExport(UpdateBigQueryExportRequest, CallOptions)

public virtual BigQueryExport UpdateBigQueryExport(UpdateBigQueryExportRequest request, CallOptions options)

Update the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request UpdateBigQueryExportRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
BigQueryExport

The response received from the server.

UpdateBigQueryExport(UpdateBigQueryExportRequest, Metadata, DateTime?, CancellationToken)

public virtual BigQueryExport UpdateBigQueryExport(UpdateBigQueryExportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Update the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request UpdateBigQueryExportRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
BigQueryExport

The response received from the server.

UpdateBigQueryExportAsync(UpdateBigQueryExportRequest, CallOptions)

public virtual AsyncUnaryCall<BigQueryExport> UpdateBigQueryExportAsync(UpdateBigQueryExportRequest request, CallOptions options)

Update the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request UpdateBigQueryExportRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBigQueryExport

The call object.

UpdateBigQueryExportAsync(UpdateBigQueryExportRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<BigQueryExport> UpdateBigQueryExportAsync(UpdateBigQueryExportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Update the BigQuery export configuration for a Chronicle instance.

Parameters
Name Description
request UpdateBigQueryExportRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallBigQueryExport

The call object.