public sealed class GetDataPolicyRequest : IMessage<GetDataPolicyRequest>, IEquatable<GetDataPolicyRequest>, IDeepCloneable<GetDataPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Data Policy v1 API class GetDataPolicyRequest.
Request message for the GetDataPolicy method.
Implements
IMessageGetDataPolicyRequest, IEquatableGetDataPolicyRequest, IDeepCloneableGetDataPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataPolicies.V1Assembly
Google.Cloud.BigQuery.DataPolicies.V1.dll
Constructors
GetDataPolicyRequest()
public GetDataPolicyRequest()
GetDataPolicyRequest(GetDataPolicyRequest)
public GetDataPolicyRequest(GetDataPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetDataPolicyRequest |
Properties
DataPolicyName
public DataPolicyName DataPolicyName { get; set; }
DataPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |