Enum Context.SchemaRelationship.Source (0.9.0)

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

Source which generated the schema relation edge.

Protobuf enum google.cloud.geminidataanalytics.v1beta.Context.SchemaRelationship.Source

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIGQUERY_JOB_HISTORY

The source of the schema relationship is BigQuery job history.

BIGQUERY_JOB_HISTORY = 1;

BIGQUERY_JOB_HISTORY_VALUE

The source of the schema relationship is BigQuery job history.

BIGQUERY_JOB_HISTORY = 1;

BIGQUERY_TABLE_CONSTRAINTS

The source of the schema relationship is BigQuery table constraints.

BIGQUERY_TABLE_CONSTRAINTS = 3;

BIGQUERY_TABLE_CONSTRAINTS_VALUE

The source of the schema relationship is BigQuery table constraints.

BIGQUERY_TABLE_CONSTRAINTS = 3;

LLM_SUGGESTED

The source of the schema relationship is LLM suggested.

LLM_SUGGESTED = 2;

LLM_SUGGESTED_VALUE

The source of the schema relationship is LLM suggested.

LLM_SUGGESTED = 2;

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;

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