public interface SearchLinksResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Link |
getLinks(int index)
The list of links for a given asset.
|
int |
getLinksCount()
The list of links for a given asset.
|
List<Link> |
getLinksList()
The list of links for a given asset.
|
LinkOrBuilder |
getLinksOrBuilder(int index)
The list of links for a given asset.
|
List<? extends LinkOrBuilder> |
getLinksOrBuilderList()
The list of links for a given asset.
|
String |
getNextPageToken()
The token to specify as `page_token` in the subsequent call to get the next
page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The token to specify as `page_token` in the subsequent call to get the next
page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Link> getLinksList()
The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;Link getLinks(int index)
The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;int getLinksCount()
The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;List<? extends LinkOrBuilder> getLinksOrBuilderList()
The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;LinkOrBuilder getLinksOrBuilder(int index)
The list of links for a given asset. Can be empty if the asset has no relations of requested type (source or target).
repeated .google.cloud.datacatalog.lineage.v1.Link links = 1;String getNextPageToken()
The token to specify as `page_token` in the subsequent call to get the next page. Omitted if there are no more pages in the response.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The token to specify as `page_token` in the subsequent call to get the next page. Omitted if there are no more pages in the response.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.