Interface Affiliation.LineageOrBuilder (0.12.0)

public static interface Affiliation.LineageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProcessFqn()

public abstract String getProcessFqn()

Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.

string process_fqn = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The processFqn.

getProcessFqnBytes()

public abstract ByteString getProcessFqnBytes()

Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.

string process_fqn = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for processFqn.

getProcessType()

public abstract Affiliation.ProcessType getProcessType()

Optional. Type of process which created the lineage.

.google.cloud.databasecenter.v1beta.Affiliation.ProcessType process_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Affiliation.ProcessType

The processType.

getProcessTypeValue()

public abstract int getProcessTypeValue()

Optional. Type of process which created the lineage.

.google.cloud.databasecenter.v1beta.Affiliation.ProcessType process_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for processType.

getSourceFqn()

public abstract String getSourceFqn()

Optional. FQN of source table / column

string source_fqn = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The sourceFqn.

getSourceFqnBytes()

public abstract ByteString getSourceFqnBytes()

Optional. FQN of source table / column

string source_fqn = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for sourceFqn.

getTargetFqn()

public abstract String getTargetFqn()

Optional. FQN of target table / column

string target_fqn = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The targetFqn.

getTargetFqnBytes()

public abstract ByteString getTargetFqnBytes()

Optional. FQN of target table / column

string target_fqn = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for targetFqn.