Interface MetricsOrBuilder (2.3.1)

public interface MetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChallengeMetrics(int index)

public abstract ChallengeMetrics getChallengeMetrics(int index)

Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChallengeMetrics

getChallengeMetricsCount()

public abstract int getChallengeMetricsCount()

Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;

Returns
TypeDescription
int

getChallengeMetricsList()

public abstract List<ChallengeMetrics> getChallengeMetricsList()

Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;

Returns
TypeDescription
List<ChallengeMetrics>

getChallengeMetricsOrBuilder(int index)

public abstract ChallengeMetricsOrBuilder getChallengeMetricsOrBuilder(int index)

Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChallengeMetricsOrBuilder

getChallengeMetricsOrBuilderList()

public abstract List<? extends ChallengeMetricsOrBuilder> getChallengeMetricsOrBuilderList()

Metrics will be continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE), will have challenge-based data.

repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;

Returns
TypeDescription
List<? extends com.google.recaptchaenterprise.v1.ChallengeMetricsOrBuilder>

getName()

public abstract String getName()

Output only. The name of the metrics, in the format "projects/{project}/keys/{key}/metrics".

string name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The name of the metrics, in the format "projects/{project}/keys/{key}/metrics".

string name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getScoreMetrics(int index)

public abstract ScoreMetrics getScoreMetrics(int index)

Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ScoreMetrics

getScoreMetricsCount()

public abstract int getScoreMetricsCount()

Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;

Returns
TypeDescription
int

getScoreMetricsList()

public abstract List<ScoreMetrics> getScoreMetricsList()

Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;

Returns
TypeDescription
List<ScoreMetrics>

getScoreMetricsOrBuilder(int index)

public abstract ScoreMetricsOrBuilder getScoreMetricsOrBuilder(int index)

Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ScoreMetricsOrBuilder

getScoreMetricsOrBuilderList()

public abstract List<? extends ScoreMetricsOrBuilder> getScoreMetricsOrBuilderList()

Metrics will be continuous and in order by dates, and in the granularity of day. All Key types should have score-based data.

repeated .google.cloud.recaptchaenterprise.v1.ScoreMetrics score_metrics = 2;

Returns
TypeDescription
List<? extends com.google.recaptchaenterprise.v1.ScoreMetricsOrBuilder>

getStartTime()

public abstract Timestamp getStartTime()

Inclusive start time aligned to a day (UTC).

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Inclusive start time aligned to a day (UTC).

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
TimestampOrBuilder

hasStartTime()

public abstract boolean hasStartTime()

Inclusive start time aligned to a day (UTC).

.google.protobuf.Timestamp start_time = 1;

Returns
TypeDescription
boolean

Whether the startTime field is set.