Enum Config.Ingestion.IngestionRule.IntegrationSelector.Integration (0.83.0)

public enum Config.Ingestion.IngestionRule.IntegrationSelector.Integration extends Enum<Config.Ingestion.IngestionRule.IntegrationSelector.Integration> implements ProtocolMessageEnum

Integration to which the rule applies. This enum is expected to grow over time.

Protobuf enum google.cloud.datacatalog.lineage.configmanagement.v1.Config.Ingestion.IngestionRule.IntegrationSelector.Integration

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATAPROC

Dataproc

DATAPROC = 2;

DATAPROC_VALUE

Dataproc

DATAPROC = 2;

INTEGRATION_UNSPECIFIED

Integration is Unspecified

INTEGRATION_UNSPECIFIED = 0;

INTEGRATION_UNSPECIFIED_VALUE

Integration is Unspecified

INTEGRATION_UNSPECIFIED = 0;

LOOKER_CORE

Looker Core

LOOKER_CORE = 3;

LOOKER_CORE_VALUE

Looker Core

LOOKER_CORE = 3;

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()