Interface ListPolicyTagsResponseOrBuilder (1.43.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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.datacatalog.v1beta1.PolicyTagOrBuilder>