Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BigQueryExport.
This resource represents the BigQuery export configuration for a Chronicle instance which includes Google Cloud Platform resources like Cloud Storage buckets, BigQuery datasets etc and the export settings for each data source.
Generated from protobuf message google.cloud.chronicle.v1.BigQueryExport
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the BigQueryExport. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
↳ provisioned
bool
Output only. Whether the BigQueryExport has been provisioned for the Chronicle instance.
↳ big_query_export_package
int
Output only. The BigQueryExportPackage entitled for the Chronicle instance.
↳ entity_graph_settings
↳ ioc_matches_settings
↳ rule_detections_settings
↳ udm_events_aggregates_settings
↳ udm_events_settings
getName
Identifier. The resource name of the BigQueryExport.
Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
string
setName
Identifier. The resource name of the BigQueryExport.
Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport
var
string
$this
getProvisioned
Output only. Whether the BigQueryExport has been provisioned for the Chronicle instance.
bool
setProvisioned
Output only. Whether the BigQueryExport has been provisioned for the Chronicle instance.
var
bool
$this
getBigQueryExportPackage
Output only. The BigQueryExportPackage entitled for the Chronicle instance.
setBigQueryExportPackage
Output only. The BigQueryExportPackage entitled for the Chronicle instance.
$this
getEntityGraphSettings
Optional. The export settings for the Entity Graph data source.
hasEntityGraphSettings
clearEntityGraphSettings
setEntityGraphSettings
Optional. The export settings for the Entity Graph data source.
$this
getIocMatchesSettings
Optional. The export settings for the IOC Matches data source.
hasIocMatchesSettings
clearIocMatchesSettings
setIocMatchesSettings
Optional. The export settings for the IOC Matches data source.
$this
getRuleDetectionsSettings
Optional. The export settings for the Rule Detections data source.
hasRuleDetectionsSettings
clearRuleDetectionsSettings
setRuleDetectionsSettings
Optional. The export settings for the Rule Detections data source.
$this
getUdmEventsAggregatesSettings
Optional. The export settings for the UDM Events Aggregates data source.
hasUdmEventsAggregatesSettings
clearUdmEventsAggregatesSettings
setUdmEventsAggregatesSettings
Optional. The export settings for the UDM Events Aggregates data source.
$this
getUdmEventsSettings
Optional. The export settings for the UDM Events data source.
hasUdmEventsSettings
clearUdmEventsSettings
setUdmEventsSettings
Optional. The export settings for the UDM Events data source.
$this

