public interface DataMaskingPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaskingExpressionCase()
public abstract DataMaskingPolicy.MaskingExpressionCase getMaskingExpressionCase()| Returns | |
|---|---|
| Type | Description |
DataMaskingPolicy.MaskingExpressionCase |
|
getPredefinedExpression()
public abstract DataMaskingPolicy.PredefinedExpression getPredefinedExpression()Optional. A predefined masking expression.
.google.cloud.bigquery.datapolicies.v2.DataMaskingPolicy.PredefinedExpression predefined_expression = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataMaskingPolicy.PredefinedExpression |
The predefinedExpression. |
getPredefinedExpressionValue()
public abstract int getPredefinedExpressionValue()Optional. A predefined masking expression.
.google.cloud.bigquery.datapolicies.v2.DataMaskingPolicy.PredefinedExpression predefined_expression = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for predefinedExpression. |
getRoutine()
public abstract String getRoutine() Optional. The name of the BigQuery routine that contains the custom
masking routine, in the format of
projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}.
string routine = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The routine. |
getRoutineBytes()
public abstract ByteString getRoutineBytes() Optional. The name of the BigQuery routine that contains the custom
masking routine, in the format of
projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}.
string routine = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for routine. |
hasPredefinedExpression()
public abstract boolean hasPredefinedExpression()Optional. A predefined masking expression.
.google.cloud.bigquery.datapolicies.v2.DataMaskingPolicy.PredefinedExpression predefined_expression = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the predefinedExpression field is set. |
hasRoutine()
public abstract boolean hasRoutine() Optional. The name of the BigQuery routine that contains the custom
masking routine, in the format of
projects/{project_number}/datasets/{dataset_id}/routines/{routine_id}.
string routine = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the routine field is set. |