Package com.google.privacy.dlp.v2
Class TableOptions.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
- com.google.privacy.dlp.v2.TableOptions.Builder
-
- All Implemented Interfaces:
TableOptionsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- TableOptions
public static final class TableOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder> implements TableOptionsOrBuilder
Instructions regarding the table content being inspected.
Protobuf typegoogle.privacy.dlp.v2.TableOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TableOptions.BuilderaddAllIdentifyingFields(Iterable<? extends FieldId> values)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuilderaddIdentifyingFields(int index, FieldId value)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuilderaddIdentifyingFields(int index, FieldId.Builder builderForValue)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuilderaddIdentifyingFields(FieldId value)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuilderaddIdentifyingFields(FieldId.Builder builderForValue)The columns that are the primary keys for table objects included in ContentItem.FieldId.BuilderaddIdentifyingFieldsBuilder()The columns that are the primary keys for table objects included in ContentItem.FieldId.BuilderaddIdentifyingFieldsBuilder(int index)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TableOptionsbuild()TableOptionsbuildPartial()TableOptions.Builderclear()TableOptions.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)TableOptions.BuilderclearIdentifyingFields()The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)TableOptions.Builderclone()TableOptionsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()FieldIdgetIdentifyingFields(int index)The columns that are the primary keys for table objects included in ContentItem.FieldId.BuildergetIdentifyingFieldsBuilder(int index)The columns that are the primary keys for table objects included in ContentItem.List<FieldId.Builder>getIdentifyingFieldsBuilderList()The columns that are the primary keys for table objects included in ContentItem.intgetIdentifyingFieldsCount()The columns that are the primary keys for table objects included in ContentItem.List<FieldId>getIdentifyingFieldsList()The columns that are the primary keys for table objects included in ContentItem.FieldIdOrBuildergetIdentifyingFieldsOrBuilder(int index)The columns that are the primary keys for table objects included in ContentItem.List<? extends FieldIdOrBuilder>getIdentifyingFieldsOrBuilderList()The columns that are the primary keys for table objects included in ContentItem.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()TableOptions.BuildermergeFrom(TableOptions other)TableOptions.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TableOptions.BuildermergeFrom(com.google.protobuf.Message other)TableOptions.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)TableOptions.BuilderremoveIdentifyingFields(int index)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)TableOptions.BuildersetIdentifyingFields(int index, FieldId value)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuildersetIdentifyingFields(int index, FieldId.Builder builderForValue)The columns that are the primary keys for table objects included in ContentItem.TableOptions.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)TableOptions.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
clear
public TableOptions.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
getDefaultInstanceForType
public TableOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public TableOptions build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TableOptions buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public TableOptions.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
setField
public TableOptions.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
clearField
public TableOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
clearOneof
public TableOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
setRepeatedField
public TableOptions.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
addRepeatedField
public TableOptions.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
mergeFrom
public TableOptions.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TableOptions.Builder>
-
mergeFrom
public TableOptions.Builder mergeFrom(TableOptions other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
mergeFrom
public TableOptions.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<TableOptions.Builder>- Throws:
IOException
-
getIdentifyingFieldsList
public List<FieldId> getIdentifyingFieldsList()
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;- Specified by:
getIdentifyingFieldsListin interfaceTableOptionsOrBuilder
-
getIdentifyingFieldsCount
public int getIdentifyingFieldsCount()
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;- Specified by:
getIdentifyingFieldsCountin interfaceTableOptionsOrBuilder
-
getIdentifyingFields
public FieldId getIdentifyingFields(int index)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;- Specified by:
getIdentifyingFieldsin interfaceTableOptionsOrBuilder
-
setIdentifyingFields
public TableOptions.Builder setIdentifyingFields(int index, FieldId value)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
setIdentifyingFields
public TableOptions.Builder setIdentifyingFields(int index, FieldId.Builder builderForValue)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
addIdentifyingFields
public TableOptions.Builder addIdentifyingFields(FieldId value)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
addIdentifyingFields
public TableOptions.Builder addIdentifyingFields(int index, FieldId value)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
addIdentifyingFields
public TableOptions.Builder addIdentifyingFields(FieldId.Builder builderForValue)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
addIdentifyingFields
public TableOptions.Builder addIdentifyingFields(int index, FieldId.Builder builderForValue)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
addAllIdentifyingFields
public TableOptions.Builder addAllIdentifyingFields(Iterable<? extends FieldId> values)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
clearIdentifyingFields
public TableOptions.Builder clearIdentifyingFields()
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
removeIdentifyingFields
public TableOptions.Builder removeIdentifyingFields(int index)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
getIdentifyingFieldsBuilder
public FieldId.Builder getIdentifyingFieldsBuilder(int index)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
getIdentifyingFieldsOrBuilder
public FieldIdOrBuilder getIdentifyingFieldsOrBuilder(int index)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;- Specified by:
getIdentifyingFieldsOrBuilderin interfaceTableOptionsOrBuilder
-
getIdentifyingFieldsOrBuilderList
public List<? extends FieldIdOrBuilder> getIdentifyingFieldsOrBuilderList()
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;- Specified by:
getIdentifyingFieldsOrBuilderListin interfaceTableOptionsOrBuilder
-
addIdentifyingFieldsBuilder
public FieldId.Builder addIdentifyingFieldsBuilder()
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
addIdentifyingFieldsBuilder
public FieldId.Builder addIdentifyingFieldsBuilder(int index)
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
getIdentifyingFieldsBuilderList
public List<FieldId.Builder> getIdentifyingFieldsBuilderList()
The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.
repeated .google.privacy.dlp.v2.FieldId identifying_fields = 1;
-
setUnknownFields
public final TableOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
mergeUnknownFields
public final TableOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
-
-