BigQuery Data Policy v1beta1 API - Class GetDataPolicyRequest (1.0.0-beta02)

public sealed class GetDataPolicyRequest : IMessage<GetDataPolicyRequest>, IEquatable<GetDataPolicyRequest>, IDeepCloneable<GetDataPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Data Policy v1beta1 API class GetDataPolicyRequest.

Request message for the GetDataPolicy method.

Inheritance

object > GetDataPolicyRequest

Namespace

Google.Cloud.BigQuery.DataPolicies.V1Beta1

Assembly

Google.Cloud.BigQuery.DataPolicies.V1Beta1.dll

Constructors

GetDataPolicyRequest()

public GetDataPolicyRequest()

GetDataPolicyRequest(GetDataPolicyRequest)

public GetDataPolicyRequest(GetDataPolicyRequest other)
Parameter
NameDescription
otherGetDataPolicyRequest

Properties

DataPolicyName

public DataPolicyName DataPolicyName { get; set; }

DataPolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
DataPolicyName

Name

public string Name { get; set; }

Required. Resource name of the requested data policy. Format is projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}.

Property Value
TypeDescription
string