public sealed class ListDataPoliciesResponse : IMessage<ListDataPoliciesResponse>, IEquatable<ListDataPoliciesResponse>, IDeepCloneable<ListDataPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<DataPolicy>, IEnumerable<DataPolicy>, IEnumerableReference documentation and code samples for the BigQuery Data Policy v1 API class ListDataPoliciesResponse.
Response message for the ListDataPolicies method.
Implements
IMessageListDataPoliciesResponse, IEquatableListDataPoliciesResponse, IDeepCloneableListDataPoliciesResponse, IBufferMessage, IMessage, IPageResponseDataPolicy, IEnumerableDataPolicy, IEnumerableNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.DataPoliciesV1Assembly
Google.Cloud.BigQuery.DataPolicies.V1.dll
Constructors
ListDataPoliciesResponse()
public ListDataPoliciesResponse()ListDataPoliciesResponse(ListDataPoliciesResponse)
public ListDataPoliciesResponse(ListDataPoliciesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataPoliciesResponse |
Properties
DataPolicies
public RepeatedField<DataPolicy> DataPolicies { get; }Data policies that belong to the requested project.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataPolicy |
|
NextPageToken
public string NextPageToken { get; set; }Token used to retrieve the next page of results, or empty if there are no more results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<DataPolicy> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDataPolicy |
|