public static interface SearchLineageStreamingRequest.RootCriteriaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCriteriaCase()
public abstract SearchLineageStreamingRequest.RootCriteria.CriteriaCase getCriteriaCase()| Returns | |
|---|---|
| Type | Description |
SearchLineageStreamingRequest.RootCriteria.CriteriaCase |
|
getEntities()
public abstract MultipleEntityReference getEntities() Optional. The entities to initiate the search from. Entities can be
specified by FQN only, or by FQN and field. To search by FQN and all
available fields for that FQN, use the wildcard * as the field value.
.google.cloud.datacatalog.lineage.v1.MultipleEntityReference entities = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MultipleEntityReference |
The entities. |
getEntitiesOrBuilder()
public abstract MultipleEntityReferenceOrBuilder getEntitiesOrBuilder() Optional. The entities to initiate the search from. Entities can be
specified by FQN only, or by FQN and field. To search by FQN and all
available fields for that FQN, use the wildcard * as the field value.
.google.cloud.datacatalog.lineage.v1.MultipleEntityReference entities = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
MultipleEntityReferenceOrBuilder |
|
hasEntities()
public abstract boolean hasEntities() Optional. The entities to initiate the search from. Entities can be
specified by FQN only, or by FQN and field. To search by FQN and all
available fields for that FQN, use the wildcard * as the field value.
.google.cloud.datacatalog.lineage.v1.MultipleEntityReference entities = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the entities field is set. |