Interface ListTagsResponseOrBuilder (1.7.2)

public interface ListTagsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Pagination token of the next results page. Empty if there are no more items in results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Pagination token of the next results page. Empty if there are no more items in results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTags(int index)

public abstract Tag getTags(int index)

Tag details.

repeated .google.cloud.datacatalog.v1.Tag tags = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Tag

getTagsCount()

public abstract int getTagsCount()

Tag details.

repeated .google.cloud.datacatalog.v1.Tag tags = 1;

Returns
TypeDescription
int

getTagsList()

public abstract List<Tag> getTagsList()

Tag details.

repeated .google.cloud.datacatalog.v1.Tag tags = 1;

Returns
TypeDescription
List<Tag>

getTagsOrBuilder(int index)

public abstract TagOrBuilder getTagsOrBuilder(int index)

Tag details.

repeated .google.cloud.datacatalog.v1.Tag tags = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TagOrBuilder

getTagsOrBuilderList()

public abstract List<? extends TagOrBuilder> getTagsOrBuilderList()

Tag details.

repeated .google.cloud.datacatalog.v1.Tag tags = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder>