Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class UpdateBigQueryExportRequest.
Request message for updating a BigQuery export.
Generated from protobuf message google.cloud.securitycenter.v2.UpdateBigQueryExportRequest
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ big_query_export | BigQueryExportRequired. The BigQuery export being updated. | 
| ↳ update_mask | Google\Protobuf\FieldMaskThe list of fields to be updated. If empty all mutable fields will be updated. | 
getBigQueryExport
Required. The BigQuery export being updated.
| Returns | |
|---|---|
| Type | Description | 
| BigQueryExport|null | |
hasBigQueryExport
clearBigQueryExport
setBigQueryExport
Required. The BigQuery export being updated.
| Parameter | |
|---|---|
| Name | Description | 
| var | BigQueryExport | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getUpdateMask
The list of fields to be updated.
If empty all mutable fields will be updated.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\FieldMask|null | |
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated.
If empty all mutable fields will be updated.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Protobuf\FieldMask | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
static::build
| Parameters | |
|---|---|
| Name | Description | 
| bigQueryExport | BigQueryExportRequired. The BigQuery export being updated. | 
| updateMask | Google\Protobuf\FieldMaskThe list of fields to be updated. If empty all mutable fields will be updated. | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateBigQueryExportRequest | |