public interface MetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ChallengeMetrics |
getChallengeMetrics(int index)
Metrics are continuous and in order by dates, and in the granularity
of day.
|
int |
getChallengeMetricsCount()
Metrics are continuous and in order by dates, and in the granularity
of day.
|
List<ChallengeMetrics> |
getChallengeMetricsList()
Metrics are continuous and in order by dates, and in the granularity
of day.
|
ChallengeMetricsOrBuilder |
getChallengeMetricsOrBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity
of day.
|
List<? extends ChallengeMetricsOrBuilder> |
getChallengeMetricsOrBuilderList()
Metrics are continuous and in order by dates, and in the granularity
of day.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
ScoreMetrics |
getScoreMetrics(int index)
Metrics are continuous and in order by dates, and in the granularity
of day.
|
int |
getScoreMetricsCount()
Metrics are continuous and in order by dates, and in the granularity
of day.
|
List<ScoreMetrics> |
getScoreMetricsList()
Metrics are continuous and in order by dates, and in the granularity
of day.
|
ScoreMetricsOrBuilder |
getScoreMetricsOrBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity
of day.
|
List<? extends ScoreMetricsOrBuilder> |
getScoreMetricsOrBuilderList()
Metrics are continuous and in order by dates, and in the granularity
of day.
|
com.google.protobuf.Timestamp |
getStartTime()
Inclusive start time aligned to a day in the America/Los_Angeles (Pacific)
timezone.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Inclusive start time aligned to a day in the America/Los_Angeles (Pacific)
timezone.
|
boolean |
hasStartTime()
Inclusive start time aligned to a day in the America/Los_Angeles (Pacific)
timezone.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Identifier. The name of the metrics, in the format
`projects/{project}/keys/{key}/metrics`.
string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getNameBytes()
Output only. Identifier. The name of the metrics, in the format
`projects/{project}/keys/{key}/metrics`.
string name = 4 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasStartTime()
Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.Timestamp getStartTime()
Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone.
.google.protobuf.Timestamp start_time = 1;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Inclusive start time aligned to a day in the America/Los_Angeles (Pacific) timezone.
.google.protobuf.Timestamp start_time = 1;List<ScoreMetrics> getScoreMetricsList()
Metrics are 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;ScoreMetrics getScoreMetrics(int index)
Metrics are 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;int getScoreMetricsCount()
Metrics are 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;List<? extends ScoreMetricsOrBuilder> getScoreMetricsOrBuilderList()
Metrics are 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;ScoreMetricsOrBuilder getScoreMetricsOrBuilder(int index)
Metrics are 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;List<ChallengeMetrics> getChallengeMetricsList()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
ChallengeMetrics getChallengeMetrics(int index)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
int getChallengeMetricsCount()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
List<? extends ChallengeMetricsOrBuilder> getChallengeMetricsOrBuilderList()
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
ChallengeMetricsOrBuilder getChallengeMetricsOrBuilder(int index)
Metrics are continuous and in order by dates, and in the granularity of day. Only challenge-based keys (CHECKBOX, INVISIBLE) have challenge-based data.
repeated .google.cloud.recaptchaenterprise.v1.ChallengeMetrics challenge_metrics = 3;
Copyright © 2025 Google LLC. All rights reserved.