- 3.56.0 (latest)
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class BigQueryRegex.Builder extends GeneratedMessageV3.Builder<BigQueryRegex.Builder> implements BigQueryRegexOrBuilder
A pattern to match against one or more tables, datasets, or projects that contain BigQuery tables. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Protobuf type google.privacy.dlp.v2.BigQueryRegex
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BigQueryRegex.BuilderImplements
BigQueryRegexOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BigQueryRegex.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
build()
public BigQueryRegex build()
Returns | |
---|---|
Type | Description |
BigQueryRegex |
buildPartial()
public BigQueryRegex buildPartial()
Returns | |
---|---|
Type | Description |
BigQueryRegex |
clear()
public BigQueryRegex.Builder clear()
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
clearDatasetIdRegex()
public BigQueryRegex.Builder clearDatasetIdRegex()
If unset, this property matches all datasets.
string dataset_id_regex = 2;
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public BigQueryRegex.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BigQueryRegex.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
clearProjectIdRegex()
public BigQueryRegex.Builder clearProjectIdRegex()
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
string project_id_regex = 1;
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
clearTableIdRegex()
public BigQueryRegex.Builder clearTableIdRegex()
If unset, this property matches all tables.
string table_id_regex = 3;
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
clone()
public BigQueryRegex.Builder clone()
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
getDatasetIdRegex()
public String getDatasetIdRegex()
If unset, this property matches all datasets.
string dataset_id_regex = 2;
Returns | |
---|---|
Type | Description |
String |
The datasetIdRegex. |
getDatasetIdRegexBytes()
public ByteString getDatasetIdRegexBytes()
If unset, this property matches all datasets.
string dataset_id_regex = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datasetIdRegex. |
getDefaultInstanceForType()
public BigQueryRegex getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BigQueryRegex |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getProjectIdRegex()
public String getProjectIdRegex()
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
string project_id_regex = 1;
Returns | |
---|---|
Type | Description |
String |
The projectIdRegex. |
getProjectIdRegexBytes()
public ByteString getProjectIdRegexBytes()
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
string project_id_regex = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for projectIdRegex. |
getTableIdRegex()
public String getTableIdRegex()
If unset, this property matches all tables.
string table_id_regex = 3;
Returns | |
---|---|
Type | Description |
String |
The tableIdRegex. |
getTableIdRegexBytes()
public ByteString getTableIdRegexBytes()
If unset, this property matches all tables.
string table_id_regex = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tableIdRegex. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(BigQueryRegex other)
public BigQueryRegex.Builder mergeFrom(BigQueryRegex other)
Parameter | |
---|---|
Name | Description |
other |
BigQueryRegex |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BigQueryRegex.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public BigQueryRegex.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryRegex.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
setDatasetIdRegex(String value)
public BigQueryRegex.Builder setDatasetIdRegex(String value)
If unset, this property matches all datasets.
string dataset_id_regex = 2;
Parameter | |
---|---|
Name | Description |
value |
String The datasetIdRegex to set. |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
setDatasetIdRegexBytes(ByteString value)
public BigQueryRegex.Builder setDatasetIdRegexBytes(ByteString value)
If unset, this property matches all datasets.
string dataset_id_regex = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for datasetIdRegex to set. |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public BigQueryRegex.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
setProjectIdRegex(String value)
public BigQueryRegex.Builder setProjectIdRegex(String value)
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
string project_id_regex = 1;
Parameter | |
---|---|
Name | Description |
value |
String The projectIdRegex to set. |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
setProjectIdRegexBytes(ByteString value)
public BigQueryRegex.Builder setProjectIdRegexBytes(ByteString value)
For organizations, if unset, will match all projects. Has no effect for data profile configurations created within a project.
string project_id_regex = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for projectIdRegex to set. |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BigQueryRegex.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
setTableIdRegex(String value)
public BigQueryRegex.Builder setTableIdRegex(String value)
If unset, this property matches all tables.
string table_id_regex = 3;
Parameter | |
---|---|
Name | Description |
value |
String The tableIdRegex to set. |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
setTableIdRegexBytes(ByteString value)
public BigQueryRegex.Builder setTableIdRegexBytes(ByteString value)
If unset, this property matches all tables.
string table_id_regex = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for tableIdRegex to set. |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final BigQueryRegex.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BigQueryRegex.Builder |