public interface ListPolicyTagsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
PolicyTag |
|
getPolicyTagsCount()
public abstract int getPolicyTagsCount()The policy tags that belong to the taxonomy.
repeated .google.cloud.datacatalog.v1.PolicyTag policy_tags = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datacatalog.v1.PolicyTagOrBuilder> |
|