Package com.google.privacy.dlp.v2
Class OutputStorageConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
- com.google.privacy.dlp.v2.OutputStorageConfig.Builder
-
- All Implemented Interfaces:
OutputStorageConfigOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- OutputStorageConfig
public static final class OutputStorageConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder> implements OutputStorageConfigOrBuilder
Cloud repository for storing output.
Protobuf typegoogle.privacy.dlp.v2.OutputStorageConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputStorageConfig.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OutputStorageConfig
build()
OutputStorageConfig
buildPartial()
OutputStorageConfig.Builder
clear()
OutputStorageConfig.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
OutputStorageConfig.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
OutputStorageConfig.Builder
clearOutputSchema()
Schema used for writing the findings for Inspect jobs.OutputStorageConfig.Builder
clearTable()
Store findings in an existing table or a new table in an existing dataset.OutputStorageConfig.Builder
clearType()
OutputStorageConfig.Builder
clone()
OutputStorageConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
OutputStorageConfig.OutputSchema
getOutputSchema()
Schema used for writing the findings for Inspect jobs.int
getOutputSchemaValue()
Schema used for writing the findings for Inspect jobs.BigQueryTable
getTable()
Store findings in an existing table or a new table in an existing dataset.BigQueryTable.Builder
getTableBuilder()
Store findings in an existing table or a new table in an existing dataset.BigQueryTableOrBuilder
getTableOrBuilder()
Store findings in an existing table or a new table in an existing dataset.OutputStorageConfig.TypeCase
getTypeCase()
boolean
hasTable()
Store findings in an existing table or a new table in an existing dataset.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
OutputStorageConfig.Builder
mergeFrom(OutputStorageConfig other)
OutputStorageConfig.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
OutputStorageConfig.Builder
mergeFrom(com.google.protobuf.Message other)
OutputStorageConfig.Builder
mergeTable(BigQueryTable value)
Store findings in an existing table or a new table in an existing dataset.OutputStorageConfig.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
OutputStorageConfig.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
OutputStorageConfig.Builder
setOutputSchema(OutputStorageConfig.OutputSchema value)
Schema used for writing the findings for Inspect jobs.OutputStorageConfig.Builder
setOutputSchemaValue(int value)
Schema used for writing the findings for Inspect jobs.OutputStorageConfig.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
OutputStorageConfig.Builder
setTable(BigQueryTable value)
Store findings in an existing table or a new table in an existing dataset.OutputStorageConfig.Builder
setTable(BigQueryTable.Builder builderForValue)
Store findings in an existing table or a new table in an existing dataset.OutputStorageConfig.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
clear
public OutputStorageConfig.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
getDefaultInstanceForType
public OutputStorageConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public OutputStorageConfig build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public OutputStorageConfig buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public OutputStorageConfig.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
setField
public OutputStorageConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
clearField
public OutputStorageConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
clearOneof
public OutputStorageConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
addRepeatedField
public OutputStorageConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
mergeFrom
public OutputStorageConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OutputStorageConfig.Builder>
-
mergeFrom
public OutputStorageConfig.Builder mergeFrom(OutputStorageConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<OutputStorageConfig.Builder>
- Throws:
IOException
-
getTypeCase
public OutputStorageConfig.TypeCase getTypeCase()
- Specified by:
getTypeCase
in interfaceOutputStorageConfigOrBuilder
-
clearType
public OutputStorageConfig.Builder clearType()
-
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 interfaceOutputStorageConfigOrBuilder
- 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 interfaceOutputStorageConfigOrBuilder
- 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 interfaceOutputStorageConfigOrBuilder
-
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 interfaceOutputStorageConfigOrBuilder
- 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 interfaceOutputStorageConfigOrBuilder
- 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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
mergeUnknownFields
public final OutputStorageConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<OutputStorageConfig.Builder>
-
-