public sealed class ListDataPoliciesRequest : IMessage<ListDataPoliciesRequest>, IEquatable<ListDataPoliciesRequest>, IDeepCloneable<ListDataPoliciesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the BigQuery Data Policy v1 API class ListDataPoliciesRequest.
Request message for the ListDataPolicies method.
Implements
IMessageListDataPoliciesRequest, IEquatableListDataPoliciesRequest, IDeepCloneableListDataPoliciesRequest, IBufferMessage, IMessage, IPageRequestNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.DataPoliciesV1Assembly
Google.Cloud.BigQuery.DataPolicies.V1.dll
Constructors
ListDataPoliciesRequest()
public ListDataPoliciesRequest()ListDataPoliciesRequest(ListDataPoliciesRequest)
public ListDataPoliciesRequest(ListDataPoliciesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataPoliciesRequest |
Properties
Filter
public string Filter { get; set; }Filters the data policies by policy tags that they
are associated with. Currently filter only supports
"policy<span></span>_tag" based filtering and OR based predicates. Sample
filter can be "policy<span></span>_tag:
'projects/1/locations/us/taxonomies/2/policyTags/3'". You may use
wildcard such as "policy<span></span>_tag:
'projects/1/locations/us/taxonomies/2/*'".
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }The maximum number of data policies to return. Must be a value between 1 and 1000. If not set, defaults to 50.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The nextPageToken value returned from a previous list request, if any. If
not set, defaults to an empty string.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Resource name of the project for which to list data policies.
Format is projects/{project_number}/locations/{location_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|