- 3.78.0 (latest)
- 3.77.0
- 3.76.0
- 3.74.0
- 3.72.0
- 3.71.0
- 3.68.0
- 3.67.0
- 3.66.0
- 3.64.0
- 3.63.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
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 |