Interface ListPolicyTagsResponseOrBuilder (1.51.0)

public interface ListPolicyTagsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
Type Description
ByteString

The bytes for nextPageToken.

getPolicyTags(int index)

public abstract PolicyTag getPolicyTags(int index)

The policy tags that are in the requested taxonomy.

repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;

Parameter
Name Description
index int
Returns
Type Description
PolicyTag

getPolicyTagsCount()

public abstract int getPolicyTagsCount()

The policy tags that are in the requested taxonomy.

repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;

Returns
Type Description
int

getPolicyTagsList()

public abstract List<PolicyTag> getPolicyTagsList()

The policy tags that are in the requested taxonomy.

repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;

Returns
Type Description
List<PolicyTag>

getPolicyTagsOrBuilder(int index)

public abstract PolicyTagOrBuilder getPolicyTagsOrBuilder(int index)

The policy tags that are in the requested taxonomy.

repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;

Parameter
Name Description
index int
Returns
Type Description
PolicyTagOrBuilder

getPolicyTagsOrBuilderList()

public abstract List<? extends PolicyTagOrBuilder> getPolicyTagsOrBuilderList()

The policy tags that are in the requested taxonomy.

repeated .google.cloud.datacatalog.v1beta1.PolicyTag policy_tags = 1;

Returns
Type Description
List<? extends com.google.cloud.datacatalog.v1beta1.PolicyTagOrBuilder>