public interface DataSourceExportSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataFreshnessTime()
public abstract Timestamp getDataFreshnessTime()Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
.google.protobuf.Timestamp data_freshness_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The dataFreshnessTime. |
getDataFreshnessTimeOrBuilder()
public abstract TimestampOrBuilder getDataFreshnessTimeOrBuilder()Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
.google.protobuf.Timestamp data_freshness_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDataVolume()
public abstract long getDataVolume()Output only. The stored data volume of all the exports.
int64 data_volume = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The dataVolume. |
getEnabled()
public abstract boolean getEnabled()Required. Whether the data source is enabled for export.
bool enabled = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enabled. |
getLatestExportJobState()
public abstract LatestExportJobState getLatestExportJobState()Output only. The state of the latest data source export job.
.google.cloud.chronicle.v1.LatestExportJobState latest_export_job_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
LatestExportJobState |
The latestExportJobState. |
getLatestExportJobStateValue()
public abstract int getLatestExportJobStateValue()Output only. The state of the latest data source export job.
.google.cloud.chronicle.v1.LatestExportJobState latest_export_job_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for latestExportJobState. |
getRetentionDays()
public abstract int getRetentionDays()Required. The retention period for the data source in days.
int32 retention_days = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The retentionDays. |
hasDataFreshnessTime()
public abstract boolean hasDataFreshnessTime()Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
.google.protobuf.Timestamp data_freshness_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataFreshnessTime field is set. |