Chronicle v1 API - Class GetBigQueryExportRequest (1.0.0-beta05)

public sealed class GetBigQueryExportRequest : IMessage<GetBigQueryExportRequest>, IEquatable<GetBigQueryExportRequest>, IDeepCloneable<GetBigQueryExportRequest>, IBufferMessage, IMessage

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

The request message to fetch BigQuery Export configuration.

Inheritance

object > GetBigQueryExportRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GetBigQueryExportRequest()

public GetBigQueryExportRequest()

GetBigQueryExportRequest(GetBigQueryExportRequest)

public GetBigQueryExportRequest(GetBigQueryExportRequest other)
Parameter
Name Description
other GetBigQueryExportRequest

Properties

BigQueryExportName

public BigQueryExportName BigQueryExportName { get; set; }

BigQueryExportName-typed view over the Name resource name property.

Property Value
Type Description
BigQueryExportName

Name

public string Name { get; set; }

Required. The resource name of the BigqueryExport to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport

Property Value
Type Description
string