Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DataSourceExportSettings.
The export settings for a data source.
Generated from protobuf message google.cloud.chronicle.v1.DataSourceExportSettings
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ enabled
bool
Required. Whether the data source is enabled for export.
↳ retention_days
int
Required. The retention period for the data source in days.
↳ latest_export_job_state
int
Output only. The state of the latest data source export job.
↳ data_freshness_time
Google\Protobuf\Timestamp
Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
↳ data_volume
int|string
Output only. The stored data volume of all the exports.
getEnabled
Required. Whether the data source is enabled for export.
bool
setEnabled
Required. Whether the data source is enabled for export.
var
bool
$this
getRetentionDays
Required. The retention period for the data source in days.
int
setRetentionDays
Required. The retention period for the data source in days.
var
int
$this
getLatestExportJobState
Output only. The state of the latest data source export job.
setLatestExportJobState
Output only. The state of the latest data source export job.
$this
getDataFreshnessTime
Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
hasDataFreshnessTime
clearDataFreshnessTime
setDataFreshnessTime
Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
$this
getDataVolume
Output only. The stored data volume of all the exports.
int|string
setDataVolume
Output only. The stored data volume of all the exports.
var
int|string
$this

