public interface ListDataPoliciesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataPolicy |
getDataPolicies(int index)
Data policies that belong to the requested project.
|
int |
getDataPoliciesCount()
Data policies that belong to the requested project.
|
List<DataPolicy> |
getDataPoliciesList()
Data policies that belong to the requested project.
|
DataPolicyOrBuilder |
getDataPoliciesOrBuilder(int index)
Data policies that belong to the requested project.
|
List<? extends DataPolicyOrBuilder> |
getDataPoliciesOrBuilderList()
Data policies that belong to the requested project.
|
String |
getNextPageToken()
Token used to retrieve the next page of results, or empty if there are no
more results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token used to retrieve the next page of results, or empty if there are no
more results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DataPolicy> getDataPoliciesList()
Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policies = 1;DataPolicy getDataPolicies(int index)
Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policies = 1;int getDataPoliciesCount()
Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policies = 1;List<? extends DataPolicyOrBuilder> getDataPoliciesOrBuilderList()
Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policies = 1;DataPolicyOrBuilder getDataPoliciesOrBuilder(int index)
Data policies that belong to the requested project.
repeated .google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policies = 1;String getNextPageToken()
Token used to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token used to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.