- 0.48.0 (latest)
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class DataPolicy.Builder extends GeneratedMessageV3.Builder<DataPolicy.Builder> implements DataPolicyOrBuilder
Represents the label-policy binding.
Protobuf type google.cloud.bigquery.datapolicies.v1.DataPolicy
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DataPolicy.BuilderImplements
DataPolicyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DataPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
build()
public DataPolicy build()
Returns | |
---|---|
Type | Description |
DataPolicy |
buildPartial()
public DataPolicy buildPartial()
Returns | |
---|---|
Type | Description |
DataPolicy |
clear()
public DataPolicy.Builder clear()
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
clearDataMaskingPolicy()
public DataPolicy.Builder clearDataMaskingPolicy()
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
clearDataPolicyId()
public DataPolicy.Builder clearDataPolicyId()
User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
string data_policy_id = 3;
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
clearDataPolicyType()
public DataPolicy.Builder clearDataPolicyType()
Type of data policy.
.google.cloud.bigquery.datapolicies.v1.DataPolicy.DataPolicyType data_policy_type = 2;
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DataPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
clearMatchingLabel()
public DataPolicy.Builder clearMatchingLabel()
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
clearName()
public DataPolicy.Builder clearName()
Output only. Resource name of this data policy, in the format of
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DataPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
clearPolicy()
public DataPolicy.Builder clearPolicy()
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
clearPolicyTag()
public DataPolicy.Builder clearPolicyTag()
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}
.
string policy_tag = 4;
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
clone()
public DataPolicy.Builder clone()
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
getDataMaskingPolicy()
public DataMaskingPolicy getDataMaskingPolicy()
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Returns | |
---|---|
Type | Description |
DataMaskingPolicy | The dataMaskingPolicy. |
getDataMaskingPolicyBuilder()
public DataMaskingPolicy.Builder getDataMaskingPolicyBuilder()
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Returns | |
---|---|
Type | Description |
DataMaskingPolicy.Builder |
getDataMaskingPolicyOrBuilder()
public DataMaskingPolicyOrBuilder getDataMaskingPolicyOrBuilder()
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Returns | |
---|---|
Type | Description |
DataMaskingPolicyOrBuilder |
getDataPolicyId()
public String getDataPolicyId()
User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
string data_policy_id = 3;
Returns | |
---|---|
Type | Description |
String | The dataPolicyId. |
getDataPolicyIdBytes()
public ByteString getDataPolicyIdBytes()
User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
string data_policy_id = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for dataPolicyId. |
getDataPolicyType()
public DataPolicy.DataPolicyType getDataPolicyType()
Type of data policy.
.google.cloud.bigquery.datapolicies.v1.DataPolicy.DataPolicyType data_policy_type = 2;
Returns | |
---|---|
Type | Description |
DataPolicy.DataPolicyType | The dataPolicyType. |
getDataPolicyTypeValue()
public int getDataPolicyTypeValue()
Type of data policy.
.google.cloud.bigquery.datapolicies.v1.DataPolicy.DataPolicyType data_policy_type = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for dataPolicyType. |
getDefaultInstanceForType()
public DataPolicy getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DataPolicy |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMatchingLabelCase()
public DataPolicy.MatchingLabelCase getMatchingLabelCase()
Returns | |
---|---|
Type | Description |
DataPolicy.MatchingLabelCase |
getName()
public String getName()
Output only. Resource name of this data policy, in the format of
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. Resource name of this data policy, in the format of
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getPolicyCase()
public DataPolicy.PolicyCase getPolicyCase()
Returns | |
---|---|
Type | Description |
DataPolicy.PolicyCase |
getPolicyTag()
public String getPolicyTag()
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}
.
string policy_tag = 4;
Returns | |
---|---|
Type | Description |
String | The policyTag. |
getPolicyTagBytes()
public ByteString getPolicyTagBytes()
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}
.
string policy_tag = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for policyTag. |
hasDataMaskingPolicy()
public boolean hasDataMaskingPolicy()
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the dataMaskingPolicy field is set. |
hasPolicyTag()
public boolean hasPolicyTag()
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}
.
string policy_tag = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the policyTag field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeDataMaskingPolicy(DataMaskingPolicy value)
public DataPolicy.Builder mergeDataMaskingPolicy(DataMaskingPolicy value)
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Parameter | |
---|---|
Name | Description |
value | DataMaskingPolicy |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
mergeFrom(DataPolicy other)
public DataPolicy.Builder mergeFrom(DataPolicy other)
Parameter | |
---|---|
Name | Description |
other | DataPolicy |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DataPolicy.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
setDataMaskingPolicy(DataMaskingPolicy value)
public DataPolicy.Builder setDataMaskingPolicy(DataMaskingPolicy value)
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Parameter | |
---|---|
Name | Description |
value | DataMaskingPolicy |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
setDataMaskingPolicy(DataMaskingPolicy.Builder builderForValue)
public DataPolicy.Builder setDataMaskingPolicy(DataMaskingPolicy.Builder builderForValue)
The data masking policy that specifies the data masking rule to use.
.google.cloud.bigquery.datapolicies.v1.DataMaskingPolicy data_masking_policy = 5;
Parameter | |
---|---|
Name | Description |
builderForValue | DataMaskingPolicy.Builder |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
setDataPolicyId(String value)
public DataPolicy.Builder setDataPolicyId(String value)
User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
string data_policy_id = 3;
Parameter | |
---|---|
Name | Description |
value | String The dataPolicyId to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setDataPolicyIdBytes(ByteString value)
public DataPolicy.Builder setDataPolicyIdBytes(ByteString value)
User-assigned (human readable) ID of the data policy that needs to be unique within a project. Used as {data_policy_id} in part of the resource name.
string data_policy_id = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for dataPolicyId to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setDataPolicyType(DataPolicy.DataPolicyType value)
public DataPolicy.Builder setDataPolicyType(DataPolicy.DataPolicyType value)
Type of data policy.
.google.cloud.bigquery.datapolicies.v1.DataPolicy.DataPolicyType data_policy_type = 2;
Parameter | |
---|---|
Name | Description |
value | DataPolicy.DataPolicyType The dataPolicyType to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setDataPolicyTypeValue(int value)
public DataPolicy.Builder setDataPolicyTypeValue(int value)
Type of data policy.
.google.cloud.bigquery.datapolicies.v1.DataPolicy.DataPolicyType data_policy_type = 2;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for dataPolicyType to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DataPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
setName(String value)
public DataPolicy.Builder setName(String value)
Output only. Resource name of this data policy, in the format of
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | String The name to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public DataPolicy.Builder setNameBytes(ByteString value)
Output only. Resource name of this data policy, in the format of
projects/{project_number}/locations/{location_id}/dataPolicies/{data_policy_id}
.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setPolicyTag(String value)
public DataPolicy.Builder setPolicyTag(String value)
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}
.
string policy_tag = 4;
Parameter | |
---|---|
Name | Description |
value | String The policyTag to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setPolicyTagBytes(ByteString value)
public DataPolicy.Builder setPolicyTagBytes(ByteString value)
Policy tag resource name, in the format of
projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{policyTag_id}
.
string policy_tag = 4;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for policyTag to set. |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DataPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DataPolicy.Builder |