Send feedback
Class DataProfileBigQueryRowSchema.Builder (3.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.39.0 keyboard_arrow_down
public static final class DataProfileBigQueryRowSchema . Builder extends GeneratedMessageV3 . Builder<DataProfileBigQueryRowSchema . Builder > implements DataProfileBigQueryRowSchemaOrBuilder
The schema of data to be saved to the BigQuery table when the
DataProfileAction
is enabled.
Protobuf type google.privacy.dlp.v2.DataProfileBigQueryRowSchema
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 DataProfileBigQueryRowSchema . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public DataProfileBigQueryRowSchema build ()
buildPartial()
public DataProfileBigQueryRowSchema buildPartial ()
clear()
public DataProfileBigQueryRowSchema . Builder clear ()
Overrides
clearColumnProfile()
public DataProfileBigQueryRowSchema . Builder clearColumnProfile ()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
clearDataProfile()
public DataProfileBigQueryRowSchema . Builder clearDataProfile ()
clearField(Descriptors.FieldDescriptor field)
public DataProfileBigQueryRowSchema . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public DataProfileBigQueryRowSchema . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearTableProfile()
public DataProfileBigQueryRowSchema . Builder clearTableProfile ()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
clone()
public DataProfileBigQueryRowSchema . Builder clone ()
Overrides
getColumnProfile()
public ColumnDataProfile getColumnProfile ()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
getColumnProfileBuilder()
public ColumnDataProfile . Builder getColumnProfileBuilder ()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
getColumnProfileOrBuilder()
public ColumnDataProfileOrBuilder getColumnProfileOrBuilder ()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
getDataProfileCase()
public DataProfileBigQueryRowSchema . DataProfileCase getDataProfileCase ()
getDefaultInstanceForType()
public DataProfileBigQueryRowSchema getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getTableProfile()
public TableDataProfile getTableProfile ()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
getTableProfileBuilder()
public TableDataProfile . Builder getTableProfileBuilder ()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
getTableProfileOrBuilder()
public TableDataProfileOrBuilder getTableProfileOrBuilder ()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
hasColumnProfile()
public boolean hasColumnProfile ()
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
Returns Type Description boolean
Whether the columnProfile field is set.
hasTableProfile()
public boolean hasTableProfile ()
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
Returns Type Description boolean
Whether the tableProfile field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeColumnProfile(ColumnDataProfile value)
public DataProfileBigQueryRowSchema . Builder mergeColumnProfile ( ColumnDataProfile value )
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
mergeFrom(DataProfileBigQueryRowSchema other)
public DataProfileBigQueryRowSchema . Builder mergeFrom ( DataProfileBigQueryRowSchema other )
public DataProfileBigQueryRowSchema . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public DataProfileBigQueryRowSchema . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeTableProfile(TableDataProfile value)
public DataProfileBigQueryRowSchema . Builder mergeTableProfile ( TableDataProfile value )
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileBigQueryRowSchema . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setColumnProfile(ColumnDataProfile value)
public DataProfileBigQueryRowSchema . Builder setColumnProfile ( ColumnDataProfile value )
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
setColumnProfile(ColumnDataProfile.Builder builderForValue)
public DataProfileBigQueryRowSchema . Builder setColumnProfile ( ColumnDataProfile . Builder builderForValue )
Column data profile column
.google.privacy.dlp.v2.ColumnDataProfile column_profile = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public DataProfileBigQueryRowSchema . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DataProfileBigQueryRowSchema . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setTableProfile(TableDataProfile value)
public DataProfileBigQueryRowSchema . Builder setTableProfile ( TableDataProfile value )
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
setTableProfile(TableDataProfile.Builder builderForValue)
public DataProfileBigQueryRowSchema . Builder setTableProfile ( TableDataProfile . Builder builderForValue )
Table data profile column
.google.privacy.dlp.v2.TableDataProfile table_profile = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final DataProfileBigQueryRowSchema . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]