public sealed class ListDataPoliciesRequest : IMessage<ListDataPoliciesRequest>, IEquatable<ListDataPoliciesRequest>, IDeepCloneable<ListDataPoliciesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the BigQuery Data Policy v1beta1 API class ListDataPoliciesRequest.
Request message for the ListDataPolicies method.
Implements
IMessage<ListDataPoliciesRequest>, IEquatable<ListDataPoliciesRequest>, IDeepCloneable<ListDataPoliciesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.DataPolicies.V1Beta1Assembly
Google.Cloud.BigQuery.DataPolicies.V1Beta1.dll
Constructors
ListDataPoliciesRequest()
public ListDataPoliciesRequest()
ListDataPoliciesRequest(ListDataPoliciesRequest)
public ListDataPoliciesRequest(ListDataPoliciesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListDataPoliciesRequest |
Properties
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 |
Int32 |
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 |