Package com.google.cloud.datacatalog.v1
Interface ListPolicyTagsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListPolicyTagsResponse,ListPolicyTagsResponse.Builder
@Generated
public interface ListPolicyTagsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPagination token of the next results page.com.google.protobuf.ByteStringPagination token of the next results page.getPolicyTags(int index) The policy tags that belong to the taxonomy.intThe policy tags that belong to the taxonomy.The policy tags that belong to the taxonomy.getPolicyTagsOrBuilder(int index) The policy tags that belong to the taxonomy.List<? extends PolicyTagOrBuilder>The policy tags that belong to the taxonomy.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPolicyTagsList
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1; -
getPolicyTags
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1; -
getPolicyTagsCount
int getPolicyTagsCount()The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1; -
getPolicyTagsOrBuilderList
List<? extends PolicyTagOrBuilder> getPolicyTagsOrBuilderList()The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1; -
getPolicyTagsOrBuilder
The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1; -
getNextPageToken
String getNextPageToken()Pagination token of the next results page. Empty if there are no more results in the list.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-