Interface SearchLinksResponseOrBuilder (0.33.0)

public interface SearchLinksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
int
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.