public interface DomainOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCategory()
public abstract 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 abstract 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. |
getSignals(int index)
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |