Google Cloud Security Command Center V1 Client - Class UpdateBigQueryExportRequest (1.13.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class UpdateBigQueryExportRequest.

Request message for updating a BigQuery export.

Generated from protobuf message google.cloud.securitycenter.v1.UpdateBigQueryExportRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ big_query_export Google\Cloud\SecurityCenter\V1\BigQueryExport

Required. The BigQuery export being updated.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to be updated. If empty all mutable fields will be updated.

getBigQueryExport

Required. The BigQuery export being updated.

Generated from protobuf field .google.cloud.securitycenter.v1.BigQueryExport big_query_export = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\BigQueryExport|null

hasBigQueryExport

clearBigQueryExport

setBigQueryExport

Required. The BigQuery export being updated.

Generated from protobuf field .google.cloud.securitycenter.v1.BigQueryExport big_query_export = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\BigQueryExport
Returns
TypeDescription
$this

getUpdateMask

The list of fields to be updated.

If empty all mutable fields will be updated.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated.

If empty all mutable fields will be updated.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this