Package com.google.privacy.dlp.v2
Class HybridOptions.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
- com.google.privacy.dlp.v2.HybridOptions.Builder
-
- All Implemented Interfaces:
HybridOptionsOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- HybridOptions
public static final class HybridOptions.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder> implements HybridOptionsOrBuilder
Configuration to control jobs where the content being inspected is outside of Google Cloud Platform.
Protobuf typegoogle.privacy.dlp.v2.HybridOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HybridOptions.BuilderaddAllRequiredFindingLabelKeys(Iterable<String> values)These are labels that each inspection request must include within their 'finding_labels' map.HybridOptions.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HybridOptions.BuilderaddRequiredFindingLabelKeys(String value)These are labels that each inspection request must include within their 'finding_labels' map.HybridOptions.BuilderaddRequiredFindingLabelKeysBytes(com.google.protobuf.ByteString value)These are labels that each inspection request must include within their 'finding_labels' map.HybridOptionsbuild()HybridOptionsbuildPartial()HybridOptions.Builderclear()HybridOptions.BuilderclearDescription()A short description of where the data is coming from.HybridOptions.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)HybridOptions.BuilderclearLabels()HybridOptions.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)HybridOptions.BuilderclearRequiredFindingLabelKeys()These are labels that each inspection request must include within their 'finding_labels' map.HybridOptions.BuilderclearTableOptions()If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.HybridOptions.Builderclone()booleancontainsLabels(String key)To organize findings, these labels will be added to each finding.HybridOptionsgetDefaultInstanceForType()StringgetDescription()A short description of where the data is coming from.com.google.protobuf.ByteStringgetDescriptionBytes()A short description of where the data is coming from.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Map<String,String>getLabels()Deprecated.intgetLabelsCount()To organize findings, these labels will be added to each finding.Map<String,String>getLabelsMap()To organize findings, these labels will be added to each finding.StringgetLabelsOrDefault(String key, String defaultValue)To organize findings, these labels will be added to each finding.StringgetLabelsOrThrow(String key)To organize findings, these labels will be added to each finding.Map<String,String>getMutableLabels()Deprecated.StringgetRequiredFindingLabelKeys(int index)These are labels that each inspection request must include within their 'finding_labels' map.com.google.protobuf.ByteStringgetRequiredFindingLabelKeysBytes(int index)These are labels that each inspection request must include within their 'finding_labels' map.intgetRequiredFindingLabelKeysCount()These are labels that each inspection request must include within their 'finding_labels' map.com.google.protobuf.ProtocolStringListgetRequiredFindingLabelKeysList()These are labels that each inspection request must include within their 'finding_labels' map.TableOptionsgetTableOptions()If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.TableOptions.BuildergetTableOptionsBuilder()If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.TableOptionsOrBuildergetTableOptionsOrBuilder()If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.booleanhasTableOptions()If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()HybridOptions.BuildermergeFrom(HybridOptions other)HybridOptions.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)HybridOptions.BuildermergeFrom(com.google.protobuf.Message other)HybridOptions.BuildermergeTableOptions(TableOptions value)If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.HybridOptions.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)HybridOptions.BuilderputAllLabels(Map<String,String> values)To organize findings, these labels will be added to each finding.HybridOptions.BuilderputLabels(String key, String value)To organize findings, these labels will be added to each finding.HybridOptions.BuilderremoveLabels(String key)To organize findings, these labels will be added to each finding.HybridOptions.BuildersetDescription(String value)A short description of where the data is coming from.HybridOptions.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)A short description of where the data is coming from.HybridOptions.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)HybridOptions.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)HybridOptions.BuildersetRequiredFindingLabelKeys(int index, String value)These are labels that each inspection request must include within their 'finding_labels' map.HybridOptions.BuildersetTableOptions(TableOptions value)If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.HybridOptions.BuildersetTableOptions(TableOptions.Builder builderForValue)If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.HybridOptions.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, 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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
clear
public HybridOptions.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<HybridOptions.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<HybridOptions.Builder>
-
getDefaultInstanceForType
public HybridOptions getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public HybridOptions build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public HybridOptions buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public HybridOptions.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<HybridOptions.Builder>
-
setField
public HybridOptions.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<HybridOptions.Builder>
-
clearField
public HybridOptions.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
clearOneof
public HybridOptions.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
setRepeatedField
public HybridOptions.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<HybridOptions.Builder>
-
addRepeatedField
public HybridOptions.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<HybridOptions.Builder>
-
mergeFrom
public HybridOptions.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<HybridOptions.Builder>
-
mergeFrom
public HybridOptions.Builder mergeFrom(HybridOptions other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
mergeFrom
public HybridOptions.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<HybridOptions.Builder>- Throws:
IOException
-
getDescription
public String getDescription()
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
string description = 1;- Specified by:
getDescriptionin interfaceHybridOptionsOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
string description = 1;- Specified by:
getDescriptionBytesin interfaceHybridOptionsOrBuilder- Returns:
- The bytes for description.
-
setDescription
public HybridOptions.Builder setDescription(String value)
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
string description = 1;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public HybridOptions.Builder clearDescription()
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
string description = 1;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public HybridOptions.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
A short description of where the data is coming from. Will be stored once in the job. 256 max length.
string description = 1;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getRequiredFindingLabelKeysList
public com.google.protobuf.ProtocolStringList getRequiredFindingLabelKeysList()
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Specified by:
getRequiredFindingLabelKeysListin interfaceHybridOptionsOrBuilder- Returns:
- A list containing the requiredFindingLabelKeys.
-
getRequiredFindingLabelKeysCount
public int getRequiredFindingLabelKeysCount()
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Specified by:
getRequiredFindingLabelKeysCountin interfaceHybridOptionsOrBuilder- Returns:
- The count of requiredFindingLabelKeys.
-
getRequiredFindingLabelKeys
public String getRequiredFindingLabelKeys(int index)
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Specified by:
getRequiredFindingLabelKeysin interfaceHybridOptionsOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The requiredFindingLabelKeys at the given index.
-
getRequiredFindingLabelKeysBytes
public com.google.protobuf.ByteString getRequiredFindingLabelKeysBytes(int index)
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Specified by:
getRequiredFindingLabelKeysBytesin interfaceHybridOptionsOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the requiredFindingLabelKeys at the given index.
-
setRequiredFindingLabelKeys
public HybridOptions.Builder setRequiredFindingLabelKeys(int index, String value)
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Parameters:
index- The index to set the value at.value- The requiredFindingLabelKeys to set.- Returns:
- This builder for chaining.
-
addRequiredFindingLabelKeys
public HybridOptions.Builder addRequiredFindingLabelKeys(String value)
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Parameters:
value- The requiredFindingLabelKeys to add.- Returns:
- This builder for chaining.
-
addAllRequiredFindingLabelKeys
public HybridOptions.Builder addAllRequiredFindingLabelKeys(Iterable<String> values)
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Parameters:
values- The requiredFindingLabelKeys to add.- Returns:
- This builder for chaining.
-
clearRequiredFindingLabelKeys
public HybridOptions.Builder clearRequiredFindingLabelKeys()
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Returns:
- This builder for chaining.
-
addRequiredFindingLabelKeysBytes
public HybridOptions.Builder addRequiredFindingLabelKeysBytes(com.google.protobuf.ByteString value)
These are labels that each inspection request must include within their 'finding_labels' map. Request may contain others, but any missing one of these will be rejected. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. No more than 10 keys can be required.
repeated string required_finding_label_keys = 2;- Parameters:
value- The bytes of the requiredFindingLabelKeys to add.- Returns:
- This builder for chaining.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:HybridOptionsOrBuilderTo organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;- Specified by:
getLabelsCountin interfaceHybridOptionsOrBuilder
-
containsLabels
public boolean containsLabels(String key)
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;- Specified by:
containsLabelsin interfaceHybridOptionsOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceHybridOptionsOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;- Specified by:
getLabelsMapin interfaceHybridOptionsOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;- Specified by:
getLabelsOrDefaultin interfaceHybridOptionsOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;- Specified by:
getLabelsOrThrowin interfaceHybridOptionsOrBuilder
-
clearLabels
public HybridOptions.Builder clearLabels()
-
removeLabels
public HybridOptions.Builder removeLabels(String key)
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;
-
getMutableLabels
@Deprecated public Map<String,String> getMutableLabels()
Deprecated.Use alternate mutation accessors instead.
-
putLabels
public HybridOptions.Builder putLabels(String key, String value)
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;
-
putAllLabels
public HybridOptions.Builder putAllLabels(Map<String,String> values)
To organize findings, these labels will be added to each finding. Label keys must be between 1 and 63 characters long and must conform to the following regular expression: `[a-z]([-a-z0-9]*[a-z0-9])?`. Label values must be between 0 and 63 characters long and must conform to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`. No more than 10 labels can be associated with a given finding. Examples: * `"environment" : "production"` * `"pipeline" : "etl"`
map<string, string> labels = 3;
-
hasTableOptions
public boolean hasTableOptions()
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;- Specified by:
hasTableOptionsin interfaceHybridOptionsOrBuilder- Returns:
- Whether the tableOptions field is set.
-
getTableOptions
public TableOptions getTableOptions()
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;- Specified by:
getTableOptionsin interfaceHybridOptionsOrBuilder- Returns:
- The tableOptions.
-
setTableOptions
public HybridOptions.Builder setTableOptions(TableOptions value)
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;
-
setTableOptions
public HybridOptions.Builder setTableOptions(TableOptions.Builder builderForValue)
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;
-
mergeTableOptions
public HybridOptions.Builder mergeTableOptions(TableOptions value)
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;
-
clearTableOptions
public HybridOptions.Builder clearTableOptions()
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;
-
getTableOptionsBuilder
public TableOptions.Builder getTableOptionsBuilder()
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;
-
getTableOptionsOrBuilder
public TableOptionsOrBuilder getTableOptionsOrBuilder()
If the container is a table, additional information to make findings meaningful such as the columns that are primary keys.
.google.privacy.dlp.v2.TableOptions table_options = 4;- Specified by:
getTableOptionsOrBuilderin interfaceHybridOptionsOrBuilder
-
setUnknownFields
public final HybridOptions.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
mergeUnknownFields
public final HybridOptions.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<HybridOptions.Builder>
-
-