Class 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 type google.privacy.dlp.v2.TableOptions
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • clear

        public TableOptions.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • getDefaultInstanceForType

        public TableOptions getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TableOptions build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TableOptions buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public TableOptions.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • setField

        public TableOptions.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                             Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • clearField

        public TableOptions.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • clearOneof

        public TableOptions.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • setRepeatedField

        public TableOptions.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     int index,
                                                     Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • addRepeatedField

        public TableOptions.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • mergeFrom

        public TableOptions.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TableOptions.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.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:
        getIdentifyingFieldsList in interface TableOptionsOrBuilder
      • 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:
        getIdentifyingFieldsCount in interface TableOptionsOrBuilder
      • 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:
        getIdentifyingFields in interface TableOptionsOrBuilder
      • 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:
        getIdentifyingFieldsOrBuilder in interface TableOptionsOrBuilder
      • 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:
        getIdentifyingFieldsOrBuilderList in interface TableOptionsOrBuilder
      • 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:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>
      • mergeUnknownFields

        public final TableOptions.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TableOptions.Builder>