Interface BigQueryExportOrBuilder (0.31.0)

public interface BigQueryExportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQueryExportPackage()

public abstract BigQueryExportPackage getBigQueryExportPackage()

Output only. The BigQueryExportPackage entitled for the Chronicle instance.

.google.cloud.chronicle.v1.BigQueryExportPackage big_query_export_package = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BigQueryExportPackage

The bigQueryExportPackage.

getBigQueryExportPackageValue()

public abstract int getBigQueryExportPackageValue()

Output only. The BigQueryExportPackage entitled for the Chronicle instance.

.google.cloud.chronicle.v1.BigQueryExportPackage big_query_export_package = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for bigQueryExportPackage.

getEntityGraphSettings()

public abstract DataSourceExportSettings getEntityGraphSettings()

Optional. The export settings for the Entity Graph data source.

.google.cloud.chronicle.v1.DataSourceExportSettings entity_graph_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettings

The entityGraphSettings.

getEntityGraphSettingsOrBuilder()

public abstract DataSourceExportSettingsOrBuilder getEntityGraphSettingsOrBuilder()

Optional. The export settings for the Entity Graph data source.

.google.cloud.chronicle.v1.DataSourceExportSettings entity_graph_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettingsOrBuilder

getIocMatchesSettings()

public abstract DataSourceExportSettings getIocMatchesSettings()

Optional. The export settings for the IOC Matches data source.

.google.cloud.chronicle.v1.DataSourceExportSettings ioc_matches_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettings

The iocMatchesSettings.

getIocMatchesSettingsOrBuilder()

public abstract DataSourceExportSettingsOrBuilder getIocMatchesSettingsOrBuilder()

Optional. The export settings for the IOC Matches data source.

.google.cloud.chronicle.v1.DataSourceExportSettings ioc_matches_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettingsOrBuilder

getName()

public abstract String getName()

Identifier. The resource name of the BigQueryExport. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The resource name of the BigQueryExport. Format: projects/{project}/locations/{location}/instances/{instance}/bigQueryExport

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getProvisioned()

public abstract boolean getProvisioned()

Output only. Whether the BigQueryExport has been provisioned for the Chronicle instance.

bool provisioned = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The provisioned.

getRuleDetectionsSettings()

public abstract DataSourceExportSettings getRuleDetectionsSettings()

Optional. The export settings for the Rule Detections data source.

.google.cloud.chronicle.v1.DataSourceExportSettings rule_detections_settings = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettings

The ruleDetectionsSettings.

getRuleDetectionsSettingsOrBuilder()

public abstract DataSourceExportSettingsOrBuilder getRuleDetectionsSettingsOrBuilder()

Optional. The export settings for the Rule Detections data source.

.google.cloud.chronicle.v1.DataSourceExportSettings rule_detections_settings = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettingsOrBuilder

getUdmEventsAggregatesSettings()

public abstract DataSourceExportSettings getUdmEventsAggregatesSettings()

Optional. The export settings for the UDM Events Aggregates data source.

.google.cloud.chronicle.v1.DataSourceExportSettings udm_events_aggregates_settings = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettings

The udmEventsAggregatesSettings.

getUdmEventsAggregatesSettingsOrBuilder()

public abstract DataSourceExportSettingsOrBuilder getUdmEventsAggregatesSettingsOrBuilder()

Optional. The export settings for the UDM Events Aggregates data source.

.google.cloud.chronicle.v1.DataSourceExportSettings udm_events_aggregates_settings = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettingsOrBuilder

getUdmEventsSettings()

public abstract DataSourceExportSettings getUdmEventsSettings()

Optional. The export settings for the UDM Events data source.

.google.cloud.chronicle.v1.DataSourceExportSettings udm_events_settings = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettings

The udmEventsSettings.

getUdmEventsSettingsOrBuilder()

public abstract DataSourceExportSettingsOrBuilder getUdmEventsSettingsOrBuilder()

Optional. The export settings for the UDM Events data source.

.google.cloud.chronicle.v1.DataSourceExportSettings udm_events_settings = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DataSourceExportSettingsOrBuilder

hasEntityGraphSettings()

public abstract boolean hasEntityGraphSettings()

Optional. The export settings for the Entity Graph data source.

.google.cloud.chronicle.v1.DataSourceExportSettings entity_graph_settings = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the entityGraphSettings field is set.

hasIocMatchesSettings()

public abstract boolean hasIocMatchesSettings()

Optional. The export settings for the IOC Matches data source.

.google.cloud.chronicle.v1.DataSourceExportSettings ioc_matches_settings = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the iocMatchesSettings field is set.

hasRuleDetectionsSettings()

public abstract boolean hasRuleDetectionsSettings()

Optional. The export settings for the Rule Detections data source.

.google.cloud.chronicle.v1.DataSourceExportSettings rule_detections_settings = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the ruleDetectionsSettings field is set.

hasUdmEventsAggregatesSettings()

public abstract boolean hasUdmEventsAggregatesSettings()

Optional. The export settings for the UDM Events Aggregates data source.

.google.cloud.chronicle.v1.DataSourceExportSettings udm_events_aggregates_settings = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the udmEventsAggregatesSettings field is set.

hasUdmEventsSettings()

public abstract boolean hasUdmEventsSettings()

Optional. The export settings for the UDM Events data source.

.google.cloud.chronicle.v1.DataSourceExportSettings udm_events_settings = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the udmEventsSettings field is set.