BigQuery Data Policy v1 API - Class ListDataPoliciesResponse (1.0.0)

public sealed class ListDataPoliciesResponse : IMessage<ListDataPoliciesResponse>, IEquatable<ListDataPoliciesResponse>, IDeepCloneable<ListDataPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<DataPolicy>, IEnumerable<DataPolicy>, IEnumerable

Reference documentation and code samples for the BigQuery Data Policy v1 API class ListDataPoliciesResponse.

Response message for the ListDataPolicies method.

Inheritance

object > ListDataPoliciesResponse

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.DataPoliciesV1

Assembly

Google.Cloud.BigQuery.DataPolicies.V1.dll

Constructors

ListDataPoliciesResponse()

public ListDataPoliciesResponse()

ListDataPoliciesResponse(ListDataPoliciesResponse)

public ListDataPoliciesResponse(ListDataPoliciesResponse other)
Parameter
NameDescription
otherListDataPoliciesResponse

Properties

DataPolicies

public RepeatedField<DataPolicy> DataPolicies { get; }

Data policies that belong to the requested project.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DataPolicy> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDataPolicy