public static final class BigQueryField.Builder extends GeneratedMessageV3.Builder<BigQueryField.Builder> implements BigQueryFieldOrBuilder
Message defining a field of a BigQuery table.
Protobuf type google.privacy.dlp.v2.BigQueryField
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BigQueryField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public BigQueryField build()
buildPartial()
public BigQueryField buildPartial()
clear()
public BigQueryField.Builder clear()
Overrides
clearField()
public BigQueryField.Builder clearField()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
clearField(Descriptors.FieldDescriptor field)
public BigQueryField.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BigQueryField.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTable()
public BigQueryField.Builder clearTable()
Source table of the field.
.google.privacy.dlp.v2.BigQueryTable table = 1;
clone()
public BigQueryField.Builder clone()
Overrides
getDefaultInstanceForType()
public BigQueryField getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getField()
public FieldId getField()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
Returns |
Type |
Description |
FieldId |
The field.
|
getFieldBuilder()
public FieldId.Builder getFieldBuilder()
Designated field in the BigQuery table.
.google.privacy.dlp.v2.FieldId field = 2;
getFieldOrBuilder()