public interface PrevalenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDayCount()
public abstract int getDayCount()The number of days over which rolling_max is calculated.
int32 day_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The dayCount. |
getDayMax()
public abstract int getDayMax()The max prevalence score in a day interval window.
int32 day_max = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The dayMax. |
getDayMaxSubDomains()
public abstract int getDayMaxSubDomains()The max prevalence score in a day interval window across sub-domains. This field is only valid for domains.
int32 day_max_sub_domains = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The dayMaxSubDomains. |
getRollingMax()
public abstract int getRollingMax()The maximum number of assets per day accessing the resource over the trailing day_count days.
int32 rolling_max = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The rollingMax. |
getRollingMaxSubDomains()
public abstract int getRollingMaxSubDomains()The maximum number of assets per day accessing the domain along with sub-domains over the trailing day_count days. This field is only valid for domains.
int32 rolling_max_sub_domains = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The rollingMaxSubDomains. |