public interface ListDataPoliciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataPolicies(int index)
public abstract DataPolicy getDataPolicies(int index)Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1.DataPolicy data_policies = 1;
| Name | Description |
| index | int |
| Type | Description |
| DataPolicy |
getDataPoliciesCount()
public abstract int getDataPoliciesCount()Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1.DataPolicy data_policies = 1;
| Type | Description |
| int |
getDataPoliciesList()
public abstract List<DataPolicy> getDataPoliciesList()Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1.DataPolicy data_policies = 1;
| Type | Description |
| List<DataPolicy> |
getDataPoliciesOrBuilder(int index)
public abstract DataPolicyOrBuilder getDataPoliciesOrBuilder(int index)Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1.DataPolicy data_policies = 1;
| Name | Description |
| index | int |
| Type | Description |
| DataPolicyOrBuilder |
getDataPoliciesOrBuilderList()
public abstract List<? extends DataPolicyOrBuilder> getDataPoliciesOrBuilderList()Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1.DataPolicy data_policies = 1;
| Type | Description |
| List<? extends com.google.cloud.bigquery.datapolicies.v1.DataPolicyOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()Token used to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;
| 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.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |