public interface ListTagsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Pagination token of the next results page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token of the next results page.
|
Tag |
getTags(int index)
[Tag][google.cloud.datacatalog.v1.Tag] details.
|
int |
getTagsCount()
[Tag][google.cloud.datacatalog.v1.Tag] details.
|
List<Tag> |
getTagsList()
[Tag][google.cloud.datacatalog.v1.Tag] details.
|
TagOrBuilder |
getTagsOrBuilder(int index)
[Tag][google.cloud.datacatalog.v1.Tag] details.
|
List<? extends TagOrBuilder> |
getTagsOrBuilderList()
[Tag][google.cloud.datacatalog.v1.Tag] details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Tag> getTagsList()
[Tag][google.cloud.datacatalog.v1.Tag] details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;Tag getTags(int index)
[Tag][google.cloud.datacatalog.v1.Tag] details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;int getTagsCount()
[Tag][google.cloud.datacatalog.v1.Tag] details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;List<? extends TagOrBuilder> getTagsOrBuilderList()
[Tag][google.cloud.datacatalog.v1.Tag] details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;TagOrBuilder getTagsOrBuilder(int index)
[Tag][google.cloud.datacatalog.v1.Tag] details.
repeated .google.cloud.datacatalog.v1.Tag tags = 1;String getNextPageToken()
Pagination token of the next results page. Empty if there are no more items in results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token of the next results page. Empty if there are no more items in results.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.