Enum BigQueryExportPackage (0.31.0)

public enum BigQueryExportPackage extends Enum<BigQueryExportPackage> implements ProtocolMessageEnum

The BigQueryExportPackage entitled for the Chronicle instance.

Protobuf enum google.cloud.chronicle.v1.BigQueryExportPackage

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIG_QUERY_EXPORT_PACKAGE_ADVANCED

The BigQueryExportPackage is Advanced BigQuery.

BIG_QUERY_EXPORT_PACKAGE_ADVANCED = 2;

BIG_QUERY_EXPORT_PACKAGE_ADVANCED_VALUE

The BigQueryExportPackage is Advanced BigQuery.

BIG_QUERY_EXPORT_PACKAGE_ADVANCED = 2;

BIG_QUERY_EXPORT_PACKAGE_BYOBQ

The BigQueryExportPackage is Bring Your Own BigQuery.

BIG_QUERY_EXPORT_PACKAGE_BYOBQ = 1;

BIG_QUERY_EXPORT_PACKAGE_BYOBQ_VALUE

The BigQueryExportPackage is Bring Your Own BigQuery.

BIG_QUERY_EXPORT_PACKAGE_BYOBQ = 1;

BIG_QUERY_EXPORT_PACKAGE_UNSPECIFIED

The BigQueryExportPackage is unspecified.

BIG_QUERY_EXPORT_PACKAGE_UNSPECIFIED = 0;

BIG_QUERY_EXPORT_PACKAGE_UNSPECIFIED_VALUE

The BigQueryExportPackage is unspecified.

BIG_QUERY_EXPORT_PACKAGE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()