public interface SearchLineageStreamingResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLinks(int index)
public abstract LineageLink getLinks(int index)Output only. The lineage links that match the search criteria. Can be empty if no links match.
repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LineageLink |
|
getLinksCount()
public abstract int getLinksCount()Output only. The lineage links that match the search criteria. Can be empty if no links match.
repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLinksList()
public abstract List<LineageLink> getLinksList()Output only. The lineage links that match the search criteria. Can be empty if no links match.
repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<LineageLink> |
|
getLinksOrBuilder(int index)
public abstract LineageLinkOrBuilder getLinksOrBuilder(int index)Output only. The lineage links that match the search criteria. Can be empty if no links match.
repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LineageLinkOrBuilder |
|
getLinksOrBuilderList()
public abstract List<? extends LineageLinkOrBuilder> getLinksOrBuilderList()Output only. The lineage links that match the search criteria. Can be empty if no links match.
repeated .google.cloud.datacatalog.lineage.v1.LineageLink links = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.lineage.v1.LineageLinkOrBuilder> |
|
getUnreachable(int index)
public abstract String getUnreachable(int index)Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.
Currently, only locations are supported.
Format: projects/[PROJECT_NUMBER]/locations/[LOCATION]
Example: projects/123456789/locations/us-east1
repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.
Currently, only locations are supported.
Format: projects/[PROJECT_NUMBER]/locations/[LOCATION]
Example: projects/123456789/locations/us-east1
repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.
Currently, only locations are supported.
Format: projects/[PROJECT_NUMBER]/locations/[LOCATION]
Example: projects/123456789/locations/us-east1
repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.
Currently, only locations are supported.
Format: projects/[PROJECT_NUMBER]/locations/[LOCATION]
Example: projects/123456789/locations/us-east1
repeated string unreachable = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |