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
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BigQueryExport.Builder newBuilder()
newBuilder(BigQueryExport prototype)
public static BigQueryExport.Builder newBuilder(BigQueryExport prototype)
public static BigQueryExport parseDelimitedFrom(InputStream input)
public static BigQueryExport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BigQueryExport parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BigQueryExport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BigQueryExport parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryExport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BigQueryExport parseFrom(CodedInputStream input)
public static BigQueryExport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BigQueryExport parseFrom(InputStream input)
public static BigQueryExport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BigQueryExport parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BigQueryExport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BigQueryExport> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
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];
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()
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];
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];
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];
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];
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()
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];
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];
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];
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];
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];
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];
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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BigQueryExport.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BigQueryExport.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public BigQueryExport.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides