Enum DataDocumentationResult.SchemaRelationship.Type (1.89.0)

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

The type of relationship.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
SCHEMA_JOIN

Indicates a join relationship between the schema fields.

SCHEMA_JOIN = 1;

SCHEMA_JOIN_VALUE

Indicates a join relationship between the schema fields.

SCHEMA_JOIN = 1;

TYPE_UNSPECIFIED

The type of the schema relationship is unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

The type of the schema relationship is unspecified.

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