Class OutputStorageConfig.Builder

    • 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<OutputStorageConfig.Builder>
      • clear

        public OutputStorageConfig.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<OutputStorageConfig.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<OutputStorageConfig.Builder>
      • getDefaultInstanceForType

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

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

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

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
      • setField

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
      • clearField

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
      • clearOneof

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
      • setRepeatedField

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
      • addRepeatedField

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
      • mergeFrom

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
      • mergeFrom

        public OutputStorageConfig.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<OutputStorageConfig.Builder>
        Throws:
        IOException
      • hasTable

        public boolean hasTable()
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
        Specified by:
        hasTable in interface OutputStorageConfigOrBuilder
        Returns:
        Whether the table field is set.
      • getTable

        public BigQueryTable getTable()
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
        Specified by:
        getTable in interface OutputStorageConfigOrBuilder
        Returns:
        The table.
      • setTable

        public OutputStorageConfig.Builder setTable​(BigQueryTable value)
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
      • setTable

        public OutputStorageConfig.Builder setTable​(BigQueryTable.Builder builderForValue)
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
      • mergeTable

        public OutputStorageConfig.Builder mergeTable​(BigQueryTable value)
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
      • clearTable

        public OutputStorageConfig.Builder clearTable()
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
      • getTableBuilder

        public BigQueryTable.Builder getTableBuilder()
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
      • getTableOrBuilder

        public BigQueryTableOrBuilder getTableOrBuilder()
         Store findings in an existing table or a new table in an existing
         dataset. If table_id is not set a new one will be generated
         for you with the following format:
         dlp_googleapis_yyyy_mm_dd_[dlp_job_id]. Pacific time zone will be used
         for generating the date details.
        
         For Inspect, each column in an existing output table must have the same
         name, type, and mode of a field in the `Finding` object.
        
         For Risk, an existing output table should be the output of a previous
         Risk analysis job run on the same source table, with the same privacy
         metric and quasi-identifiers. Risk jobs that analyze the same table but
         compute a different privacy metric, or use different sets of
         quasi-identifiers, cannot store their results in the same table.
         
        .google.privacy.dlp.v2.BigQueryTable table = 1;
        Specified by:
        getTableOrBuilder in interface OutputStorageConfigOrBuilder
      • getOutputSchemaValue

        public int getOutputSchemaValue()
         Schema used for writing the findings for Inspect jobs. This field is only
         used for Inspect and must be unspecified for Risk jobs. Columns are derived
         from the `Finding` object. If appending to an existing table, any columns
         from the predefined schema that are missing will be added. No columns in
         the existing table will be deleted.
        
         If unspecified, then all available columns will be used for a new table or
         an (existing) table with no schema, and no changes will be made to an
         existing table that has a schema.
         Only for use with external storage.
         
        .google.privacy.dlp.v2.OutputStorageConfig.OutputSchema output_schema = 3;
        Specified by:
        getOutputSchemaValue in interface OutputStorageConfigOrBuilder
        Returns:
        The enum numeric value on the wire for outputSchema.
      • setOutputSchemaValue

        public OutputStorageConfig.Builder setOutputSchemaValue​(int value)
         Schema used for writing the findings for Inspect jobs. This field is only
         used for Inspect and must be unspecified for Risk jobs. Columns are derived
         from the `Finding` object. If appending to an existing table, any columns
         from the predefined schema that are missing will be added. No columns in
         the existing table will be deleted.
        
         If unspecified, then all available columns will be used for a new table or
         an (existing) table with no schema, and no changes will be made to an
         existing table that has a schema.
         Only for use with external storage.
         
        .google.privacy.dlp.v2.OutputStorageConfig.OutputSchema output_schema = 3;
        Parameters:
        value - The enum numeric value on the wire for outputSchema to set.
        Returns:
        This builder for chaining.
      • getOutputSchema

        public OutputStorageConfig.OutputSchema getOutputSchema()
         Schema used for writing the findings for Inspect jobs. This field is only
         used for Inspect and must be unspecified for Risk jobs. Columns are derived
         from the `Finding` object. If appending to an existing table, any columns
         from the predefined schema that are missing will be added. No columns in
         the existing table will be deleted.
        
         If unspecified, then all available columns will be used for a new table or
         an (existing) table with no schema, and no changes will be made to an
         existing table that has a schema.
         Only for use with external storage.
         
        .google.privacy.dlp.v2.OutputStorageConfig.OutputSchema output_schema = 3;
        Specified by:
        getOutputSchema in interface OutputStorageConfigOrBuilder
        Returns:
        The outputSchema.
      • setOutputSchema

        public OutputStorageConfig.Builder setOutputSchema​(OutputStorageConfig.OutputSchema value)
         Schema used for writing the findings for Inspect jobs. This field is only
         used for Inspect and must be unspecified for Risk jobs. Columns are derived
         from the `Finding` object. If appending to an existing table, any columns
         from the predefined schema that are missing will be added. No columns in
         the existing table will be deleted.
        
         If unspecified, then all available columns will be used for a new table or
         an (existing) table with no schema, and no changes will be made to an
         existing table that has a schema.
         Only for use with external storage.
         
        .google.privacy.dlp.v2.OutputStorageConfig.OutputSchema output_schema = 3;
        Parameters:
        value - The outputSchema to set.
        Returns:
        This builder for chaining.
      • clearOutputSchema

        public OutputStorageConfig.Builder clearOutputSchema()
         Schema used for writing the findings for Inspect jobs. This field is only
         used for Inspect and must be unspecified for Risk jobs. Columns are derived
         from the `Finding` object. If appending to an existing table, any columns
         from the predefined schema that are missing will be added. No columns in
         the existing table will be deleted.
        
         If unspecified, then all available columns will be used for a new table or
         an (existing) table with no schema, and no changes will be made to an
         existing table that has a schema.
         Only for use with external storage.
         
        .google.privacy.dlp.v2.OutputStorageConfig.OutputSchema output_schema = 3;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final OutputStorageConfig.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<OutputStorageConfig.Builder>
      • mergeUnknownFields

        public final OutputStorageConfig.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<OutputStorageConfig.Builder>