public interface SearchLinksResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLinks(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Link |
getLinksCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int |
getLinksList()
public abstract List<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;
Returns | |
---|---|
Type | Description |
List<Link> |
getLinksOrBuilder(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LinkOrBuilder |
getLinksOrBuilderList()
public abstract 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;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.datacatalog.lineage.v1.LinkOrBuilder> |
getNextPageToken()
public abstract 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;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |