public interface ListPolicyTagsResponseOrBuilder
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.
|
PolicyTag |
getPolicyTags(int index)
The policy tags that belong to the taxonomy.
|
int |
getPolicyTagsCount()
The policy tags that belong to the taxonomy.
|
List<PolicyTag> |
getPolicyTagsList()
The policy tags that belong to the taxonomy.
|
PolicyTagOrBuilder |
getPolicyTagsOrBuilder(int index)
The policy tags that belong to the taxonomy.
|
List<? extends PolicyTagOrBuilder> |
getPolicyTagsOrBuilderList()
The policy tags that belong to the taxonomy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<PolicyTag> getPolicyTagsList()
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;PolicyTag getPolicyTags(int index)
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;int getPolicyTagsCount()
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;List<? extends PolicyTagOrBuilder> getPolicyTagsOrBuilderList()
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;PolicyTagOrBuilder getPolicyTagsOrBuilder(int index)
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;String getNextPageToken()
Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.