public interface ListTagsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tag |
|
getTagsCount()
public abstract int getTagsCount()Tag details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTagsList()
public abstract List<Tag> getTagsList()Tag details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;
| Returns | |
|---|---|
| Type | Description |
List<Tag> |
|
getTagsOrBuilder(int index)
public abstract TagOrBuilder getTagsOrBuilder(int index)Tag details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagOrBuilder |
|
getTagsOrBuilderList()
public abstract List<? extends TagOrBuilder> getTagsOrBuilderList()Tag details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1.TagOrBuilder> |
|