Class CreateDataPolicyRequest (0.1.0)

CreateDataPolicyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the CreateDataPolicy method.

Attributes

NameDescription
parent str
Required. Resource name of the project that the data policy will belong to. The format is ``projects/{project_number}/locations/{location_id}``.
data_policy google.cloud.bigquery.datapolicies_v1beta1.types.DataPolicy
Required. The data policy to create. The ``name`` field does not need to be provided for the data policy creation.

Inheritance

builtins.object > proto.message.Message > CreateDataPolicyRequest