Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateBigQueryExportRequest.
The request message to update BigQuery Export configuration.
Generated from protobuf message google.cloud.chronicle.v1.UpdateBigQueryExportRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ big_query_export |
BigQueryExport
Required. The BigQueryExport settings to update. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
getBigQueryExport
Required. The BigQueryExport settings to update.
Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
| Returns | |
|---|---|
| Type | Description |
BigQueryExport|null |
|
hasBigQueryExport
clearBigQueryExport
setBigQueryExport
Required. The BigQueryExport settings to update.
Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
| Parameter | |
|---|---|
| Name | Description |
var |
BigQueryExport
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. The list of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
bigQueryExport |
BigQueryExport
Required. The BigQueryExport settings to update. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateBigQueryExportRequest |
|