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 TypeMethodDescriptionToken used to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteStringToken used to retrieve the next page of results, or empty if there are no more results in the list.getPolicyTags(int index) The policy tags that are in the requested taxonomy.intThe policy tags that are in the requested taxonomy.The policy tags that are in the requested taxonomy.getPolicyTagsOrBuilder(int index) The policy tags that are in the requested taxonomy.List<? extends PolicyTagOrBuilder>The policy tags that are in the requested 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 are in the requested taxonomy.
repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1; -
getPolicyTags
The policy tags that are in the requested taxonomy.
repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1; -
getPolicyTagsCount
int getPolicyTagsCount()The policy tags that are in the requested taxonomy.
repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1; -
getPolicyTagsOrBuilderList
List<? extends PolicyTagOrBuilder> getPolicyTagsOrBuilderList()The policy tags that are in the requested taxonomy.
repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1; -
getPolicyTagsOrBuilder
The policy tags that are in the requested taxonomy.
repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1; -
getNextPageToken
String getNextPageToken()Token used to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Token used to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-