BigQuery Data Policy v1beta1 API - Class ListDataPoliciesRequest (1.0.0-beta03)

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.

Inheritance

object > ListDataPoliciesRequest

Namespace

Google.Cloud.BigQuery.DataPolicies.V1Beta1

Assembly

Google.Cloud.BigQuery.DataPolicies.V1Beta1.dll

Constructors

ListDataPoliciesRequest()

public ListDataPoliciesRequest()

ListDataPoliciesRequest(ListDataPoliciesRequest)

public ListDataPoliciesRequest(ListDataPoliciesRequest other)
Parameter
NameDescription
otherListDataPoliciesRequest

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
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