Class BigQueryExport.Builder (0.31.0)

public static final class BigQueryExport.Builder extends GeneratedMessage.Builder<BigQueryExport.Builder> implements BigQueryExportOrBuilder

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.

Protobuf type google.cloud.chronicle.v1.BigQueryExport

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public BigQueryExport build()
Returns
Type Description
BigQueryExport

buildPartial()

public BigQueryExport buildPartial()
Returns
Type Description
BigQueryExport

clear()

public BigQueryExport.Builder clear()
Returns
Type Description
BigQueryExport.Builder
Overrides

clearBigQueryExportPackage()

public BigQueryExport.Builder clearBigQueryExportPackage()

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
BigQueryExport.Builder

This builder for chaining.

clearEntityGraphSettings()

public BigQueryExport.Builder clearEntityGraphSettings()

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
BigQueryExport.Builder

clearIocMatchesSettings()

public BigQueryExport.Builder clearIocMatchesSettings()

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
BigQueryExport.Builder

clearName()

public BigQueryExport.Builder clearName()

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
BigQueryExport.Builder

This builder for chaining.

clearProvisioned()

public BigQueryExport.Builder clearProvisioned()

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

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

Returns
Type Description
BigQueryExport.Builder

This builder for chaining.

clearRuleDetectionsSettings()

public BigQueryExport.Builder clearRuleDetectionsSettings()

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
BigQueryExport.Builder

clearUdmEventsAggregatesSettings()

public BigQueryExport.Builder clearUdmEventsAggregatesSettings()

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
BigQueryExport.Builder

clearUdmEventsSettings()

public BigQueryExport.Builder clearUdmEventsSettings()

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
BigQueryExport.Builder

getBigQueryExportPackage()

public 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 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.

getDefaultInstanceForType()

public BigQueryExport getDefaultInstanceForType()
Returns
Type Description
BigQueryExport

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEntityGraphSettings()

public 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.

getEntityGraphSettingsBuilder()

public DataSourceExportSettings.Builder getEntityGraphSettingsBuilder()

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.Builder

getEntityGraphSettingsOrBuilder()

public 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 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.

getIocMatchesSettingsBuilder()

public DataSourceExportSettings.Builder getIocMatchesSettingsBuilder()

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.Builder

getIocMatchesSettingsOrBuilder()

public 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 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 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 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 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.

getRuleDetectionsSettingsBuilder()

public DataSourceExportSettings.Builder getRuleDetectionsSettingsBuilder()

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.Builder

getRuleDetectionsSettingsOrBuilder()

public 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 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.

getUdmEventsAggregatesSettingsBuilder()

public DataSourceExportSettings.Builder getUdmEventsAggregatesSettingsBuilder()

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.Builder

getUdmEventsAggregatesSettingsOrBuilder()

public 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 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.

getUdmEventsSettingsBuilder()

public DataSourceExportSettings.Builder getUdmEventsSettingsBuilder()

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.Builder

getUdmEventsSettingsOrBuilder()

public 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEntityGraphSettings(DataSourceExportSettings value)

public BigQueryExport.Builder mergeEntityGraphSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

mergeFrom(BigQueryExport other)

public BigQueryExport.Builder mergeFrom(BigQueryExport other)
Parameter
Name Description
other BigQueryExport
Returns
Type Description
BigQueryExport.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BigQueryExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryExport.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BigQueryExport.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BigQueryExport.Builder
Overrides

mergeIocMatchesSettings(DataSourceExportSettings value)

public BigQueryExport.Builder mergeIocMatchesSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

mergeRuleDetectionsSettings(DataSourceExportSettings value)

public BigQueryExport.Builder mergeRuleDetectionsSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

mergeUdmEventsAggregatesSettings(DataSourceExportSettings value)

public BigQueryExport.Builder mergeUdmEventsAggregatesSettings(DataSourceExportSettings value)

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];

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

mergeUdmEventsSettings(DataSourceExportSettings value)

public BigQueryExport.Builder mergeUdmEventsSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

setBigQueryExportPackage(BigQueryExportPackage value)

public BigQueryExport.Builder setBigQueryExportPackage(BigQueryExportPackage value)

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];

Parameter
Name Description
value BigQueryExportPackage

The bigQueryExportPackage to set.

Returns
Type Description
BigQueryExport.Builder

This builder for chaining.

setBigQueryExportPackageValue(int value)

public BigQueryExport.Builder setBigQueryExportPackageValue(int value)

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];

Parameter
Name Description
value int

The enum numeric value on the wire for bigQueryExportPackage to set.

Returns
Type Description
BigQueryExport.Builder

This builder for chaining.

setEntityGraphSettings(DataSourceExportSettings value)

public BigQueryExport.Builder setEntityGraphSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

setEntityGraphSettings(DataSourceExportSettings.Builder builderForValue)

public BigQueryExport.Builder setEntityGraphSettings(DataSourceExportSettings.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue DataSourceExportSettings.Builder
Returns
Type Description
BigQueryExport.Builder

setIocMatchesSettings(DataSourceExportSettings value)

public BigQueryExport.Builder setIocMatchesSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

setIocMatchesSettings(DataSourceExportSettings.Builder builderForValue)

public BigQueryExport.Builder setIocMatchesSettings(DataSourceExportSettings.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue DataSourceExportSettings.Builder
Returns
Type Description
BigQueryExport.Builder

setName(String value)

public BigQueryExport.Builder setName(String value)

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

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
BigQueryExport.Builder

This builder for chaining.

setNameBytes(ByteString value)

public BigQueryExport.Builder setNameBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
BigQueryExport.Builder

This builder for chaining.

setProvisioned(boolean value)

public BigQueryExport.Builder setProvisioned(boolean value)

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

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

Parameter
Name Description
value boolean

The provisioned to set.

Returns
Type Description
BigQueryExport.Builder

This builder for chaining.

setRuleDetectionsSettings(DataSourceExportSettings value)

public BigQueryExport.Builder setRuleDetectionsSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

setRuleDetectionsSettings(DataSourceExportSettings.Builder builderForValue)

public BigQueryExport.Builder setRuleDetectionsSettings(DataSourceExportSettings.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue DataSourceExportSettings.Builder
Returns
Type Description
BigQueryExport.Builder

setUdmEventsAggregatesSettings(DataSourceExportSettings value)

public BigQueryExport.Builder setUdmEventsAggregatesSettings(DataSourceExportSettings value)

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];

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

setUdmEventsAggregatesSettings(DataSourceExportSettings.Builder builderForValue)

public BigQueryExport.Builder setUdmEventsAggregatesSettings(DataSourceExportSettings.Builder builderForValue)

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];

Parameter
Name Description
builderForValue DataSourceExportSettings.Builder
Returns
Type Description
BigQueryExport.Builder

setUdmEventsSettings(DataSourceExportSettings value)

public BigQueryExport.Builder setUdmEventsSettings(DataSourceExportSettings value)

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

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

Parameter
Name Description
value DataSourceExportSettings
Returns
Type Description
BigQueryExport.Builder

setUdmEventsSettings(DataSourceExportSettings.Builder builderForValue)

public BigQueryExport.Builder setUdmEventsSettings(DataSourceExportSettings.Builder builderForValue)

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

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

Parameter
Name Description
builderForValue DataSourceExportSettings.Builder
Returns
Type Description
BigQueryExport.Builder