Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class BigQueryDestination.
The destination big query dataset to export findings to.
Generated from protobuf message google.cloud.securitycenter.v2.BigQueryDestination
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset |
string
Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}. |
getDataset
Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.
Returns | |
---|---|
Type | Description |
string |
setDataset
Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |