Enum DataDocumentationResult.SchemaRelationship.Source (1.89.0)

public enum DataDocumentationResult.SchemaRelationship.Source extends Enum<DataDocumentationResult.SchemaRelationship.Source> implements ProtocolMessageEnum

Source which generated the schema relation edge.

Protobuf enum google.cloud.dataplex.v1.DataDocumentationResult.SchemaRelationship.Source

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT

The source of the schema relationship is agent.

AGENT = 4;

AGENT_VALUE

The source of the schema relationship is agent.

AGENT = 4;

QUERY_HISTORY

The source of the schema relationship is query history from the source system.

QUERY_HISTORY = 5;

QUERY_HISTORY_VALUE

The source of the schema relationship is query history from the source system.

QUERY_HISTORY = 5;

SOURCE_UNSPECIFIED

The source of the schema relationship is unspecified.

SOURCE_UNSPECIFIED = 0;

SOURCE_UNSPECIFIED_VALUE

The source of the schema relationship is unspecified.

SOURCE_UNSPECIFIED = 0;

TABLE_CONSTRAINTS

The source of the schema relationship is table constraints added in the source system.

TABLE_CONSTRAINTS = 6;

TABLE_CONSTRAINTS_VALUE

The source of the schema relationship is table constraints added in the source system.

TABLE_CONSTRAINTS = 6;

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