public interface CreateDataPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DataPolicy |
getDataPolicy()
Required.
|
DataPolicyOrBuilder |
getDataPolicyOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasDataPolicy()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Resource name of the project that the data policy will belong to. The
format is `projects/{project_number}/locations/{location_id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Resource name of the project that the data policy will belong to. The
format is `projects/{project_number}/locations/{location_id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDataPolicy()
Required. The data policy to create. The `name` field does not need to be provided for the data policy creation.
.google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policy = 2 [(.google.api.field_behavior) = REQUIRED];
DataPolicy getDataPolicy()
Required. The data policy to create. The `name` field does not need to be provided for the data policy creation.
.google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policy = 2 [(.google.api.field_behavior) = REQUIRED];
DataPolicyOrBuilder getDataPolicyOrBuilder()
Required. The data policy to create. The `name` field does not need to be provided for the data policy creation.
.google.cloud.bigquery.datapolicies.v1beta1.DataPolicy data_policy = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2023 Google LLC. All rights reserved.