Class BigQueryExport (0.31.0)

public final class BigQueryExport extends GeneratedMessage 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 Fields

BIG_QUERY_EXPORT_PACKAGE_FIELD_NUMBER

public static final int BIG_QUERY_EXPORT_PACKAGE_FIELD_NUMBER
Field Value
Type Description
int

ENTITY_GRAPH_SETTINGS_FIELD_NUMBER

public static final int ENTITY_GRAPH_SETTINGS_FIELD_NUMBER
Field Value
Type Description
int

IOC_MATCHES_SETTINGS_FIELD_NUMBER

public static final int IOC_MATCHES_SETTINGS_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PROVISIONED_FIELD_NUMBER

public static final int PROVISIONED_FIELD_NUMBER
Field Value
Type Description
int

RULE_DETECTIONS_SETTINGS_FIELD_NUMBER

public static final int RULE_DETECTIONS_SETTINGS_FIELD_NUMBER
Field Value
Type Description
int

UDM_EVENTS_AGGREGATES_SETTINGS_FIELD_NUMBER

public static final int UDM_EVENTS_AGGREGATES_SETTINGS_FIELD_NUMBER
Field Value
Type Description
int

UDM_EVENTS_SETTINGS_FIELD_NUMBER

public static final int UDM_EVENTS_SETTINGS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BigQueryExport getDefaultInstance()
Returns
Type Description
BigQueryExport

getDescriptor()

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

newBuilder()

public static BigQueryExport.Builder newBuilder()
Returns
Type Description
BigQueryExport.Builder

newBuilder(BigQueryExport prototype)

public static BigQueryExport.Builder newBuilder(BigQueryExport prototype)
Parameter
Name Description
prototype BigQueryExport
Returns
Type Description
BigQueryExport.Builder

parseDelimitedFrom(InputStream input)

public static BigQueryExport parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryExport
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryExport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryExport
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BigQueryExport parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BigQueryExport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BigQueryExport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryExport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BigQueryExport parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BigQueryExport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BigQueryExport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryExport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BigQueryExport parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BigQueryExport
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryExport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryExport
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BigQueryExport parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BigQueryExport
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BigQueryExport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryExport
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BigQueryExport parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BigQueryExport
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BigQueryExport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BigQueryExport
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BigQueryExport> parser()
Returns
Type Description
Parser<BigQueryExport>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

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

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.

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.

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.

getParserForType()

public Parser<BigQueryExport> getParserForType()
Returns
Type Description
Parser<BigQueryExport>
Overrides

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.

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

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.

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BigQueryExport.Builder newBuilderForType()
Returns
Type Description
BigQueryExport.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BigQueryExport.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BigQueryExport.Builder
Overrides

toBuilder()

public BigQueryExport.Builder toBuilder()
Returns
Type Description
BigQueryExport.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException