Interface ListPolicyTagsResponseOrBuilder (1.9.3)

public interface ListPolicyTagsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.

getPolicyTags(int index)

public abstract PolicyTag getPolicyTags(int index)

The policy tags that belong to the taxonomy.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
PolicyTag

getPolicyTagsCount()

public abstract int getPolicyTagsCount()

The policy tags that belong to the taxonomy.

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

Returns
TypeDescription
int

getPolicyTagsList()

public abstract List<PolicyTag> getPolicyTagsList()

The policy tags that belong to the taxonomy.

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

Returns
TypeDescription
List<PolicyTag>

getPolicyTagsOrBuilder(int index)

public abstract PolicyTagOrBuilder getPolicyTagsOrBuilder(int index)

The policy tags that belong to the taxonomy.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
PolicyTagOrBuilder

getPolicyTagsOrBuilderList()

public abstract List<? extends PolicyTagOrBuilder> getPolicyTagsOrBuilderList()

The policy tags that belong to the taxonomy.

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

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.v1.PolicyTagOrBuilder>