Interface ListTagsResponseOrBuilder

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][google.cloud.datacatalog.v1.Tag] details.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
Tag

getTagsCount()

public abstract int getTagsCount()
[Tag][google.cloud.datacatalog.v1.Tag] details.

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

Returns
TypeDescription
int

getTagsList()

public abstract List<Tag> getTagsList()
[Tag][google.cloud.datacatalog.v1.Tag] details.

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

Returns
TypeDescription
List<Tag>

getTagsOrBuilder(int index)

public abstract TagOrBuilder getTagsOrBuilder(int index)
[Tag][google.cloud.datacatalog.v1.Tag] details.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
TagOrBuilder

getTagsOrBuilderList()

public abstract List<? extends TagOrBuilder> getTagsOrBuilderList()
[Tag][google.cloud.datacatalog.v1.Tag] details.

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

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