public static final class Domain.Builder extends GeneratedMessageV3.Builder<Domain.Builder> implements DomainOrBuilder
A domain represents a thematic category that a data profile can fall under.
Protobuf type google.privacy.dlp.v2.Domain
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Domain.BuilderImplements
DomainOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllSignals(Iterable<? extends Domain.Signal> values)
public Domain.Builder addAllSignals(Iterable<? extends Domain.Signal> values)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.privacy.dlp.v2.Domain.Signal> The signals to add. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
addAllSignalsValue(Iterable<Integer> values)
public Domain.Builder addAllSignalsValue(Iterable<Integer> values)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<Integer> The enum numeric values on the wire for signals to add. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Domain.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Domain.Builder |
addSignals(Domain.Signal value)
public Domain.Builder addSignals(Domain.Signal value)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameter | |
---|---|
Name | Description |
value |
Domain.Signal The signals to add. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
addSignalsValue(int value)
public Domain.Builder addSignalsValue(int value)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for signals to add. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
build()
public Domain build()
Returns | |
---|---|
Type | Description |
Domain |
buildPartial()
public Domain buildPartial()
Returns | |
---|---|
Type | Description |
Domain |
clear()
public Domain.Builder clear()
Returns | |
---|---|
Type | Description |
Domain.Builder |
clearCategory()
public Domain.Builder clearCategory()
A domain category that this profile is related to.
.google.privacy.dlp.v2.Domain.Category category = 1;
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Domain.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Domain.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Domain.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Domain.Builder |
clearSignals()
public Domain.Builder clearSignals()
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
clone()
public Domain.Builder clone()
Returns | |
---|---|
Type | Description |
Domain.Builder |
getCategory()
public Domain.Category getCategory()
A domain category that this profile is related to.
.google.privacy.dlp.v2.Domain.Category category = 1;
Returns | |
---|---|
Type | Description |
Domain.Category |
The category. |
getCategoryValue()
public int getCategoryValue()
A domain category that this profile is related to.
.google.privacy.dlp.v2.Domain.Category category = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for category. |
getDefaultInstanceForType()
public Domain getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Domain |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getSignals(int index)
public Domain.Signal getSignals(int index)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
Domain.Signal |
The signals at the given index. |
getSignalsCount()
public int getSignalsCount()
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Returns | |
---|---|
Type | Description |
int |
The count of signals. |
getSignalsList()
public List<Domain.Signal> getSignalsList()
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Returns | |
---|---|
Type | Description |
List<Signal> |
A list containing the signals. |
getSignalsValue(int index)
public int getSignalsValue(int index)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire of signals at the given index. |
getSignalsValueList()
public List<Integer> getSignalsValueList()
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Returns | |
---|---|
Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for signals. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Domain other)
public Domain.Builder mergeFrom(Domain other)
Parameter | |
---|---|
Name | Description |
other |
Domain |
Returns | |
---|---|
Type | Description |
Domain.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Domain.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Domain.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Domain.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Domain.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Domain.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Domain.Builder |
setCategory(Domain.Category value)
public Domain.Builder setCategory(Domain.Category value)
A domain category that this profile is related to.
.google.privacy.dlp.v2.Domain.Category category = 1;
Parameter | |
---|---|
Name | Description |
value |
Domain.Category The category to set. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
setCategoryValue(int value)
public Domain.Builder setCategoryValue(int value)
A domain category that this profile is related to.
.google.privacy.dlp.v2.Domain.Category category = 1;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for category to set. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Domain.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Domain.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Domain.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Domain.Builder |
setSignals(int index, Domain.Signal value)
public Domain.Builder setSignals(int index, Domain.Signal value)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
Domain.Signal The signals to set. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
setSignalsValue(int index, int value)
public Domain.Builder setSignalsValue(int index, int value)
The collection of signals that influenced selection of the category.
repeated .google.privacy.dlp.v2.Domain.Signal signals = 2;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
int The enum numeric value on the wire for signals to set. |
Returns | |
---|---|
Type | Description |
Domain.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Domain.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Domain.Builder |