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.v2beta1.DataPolicy data_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataPolicy |
|
getDataPoliciesCount()
public abstract int getDataPoliciesCount()Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v2beta1.DataPolicy data_policies = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDataPoliciesList()
public abstract List<DataPolicy> getDataPoliciesList()Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v2beta1.DataPolicy data_policies = 1;
| Returns | |
|---|---|
| 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.v2beta1.DataPolicy data_policies = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataPolicyOrBuilder |
|
getDataPoliciesOrBuilderList()
public abstract List<? extends DataPolicyOrBuilder> getDataPoliciesOrBuilderList()Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v2beta1.DataPolicy data_policies = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.datapolicies.v2beta1.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;
| 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.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |