BigQuery Data Policy v1 API - Class ListDataPoliciesRequest (1.4.0)

public sealed class ListDataPoliciesRequest : IMessage<ListDataPoliciesRequest>, IEquatable<ListDataPoliciesRequest>, IDeepCloneable<ListDataPoliciesRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for the ListDataPolicies method.

Inheritance

object > ListDataPoliciesRequest

Namespace

Google.Cloud.BigQuery.DataPolicies.V1

Assembly

Google.Cloud.BigQuery.DataPolicies.V1.dll

Constructors

ListDataPoliciesRequest()

public ListDataPoliciesRequest()

ListDataPoliciesRequest(ListDataPoliciesRequest)

public ListDataPoliciesRequest(ListDataPoliciesRequest other)
Parameter
NameDescription
otherListDataPoliciesRequest

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 also use wildcard such as "policy<span></span>_tag: projects/1/locations/us/taxonomies/2*". Please note that OR predicates cannot be used with wildcard filters.

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

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName