public interface MetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChallengeMetrics |
getChallengeMetrics(int index)
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
int |
getChallengeMetricsCount()
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
List<ChallengeMetrics> |
getChallengeMetricsList()
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
ChallengeMetricsOrBuilder |
getChallengeMetricsOrBuilder(int index)
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
List<? extends ChallengeMetricsOrBuilder> |
getChallengeMetricsOrBuilderList()
Metrics will be 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 will be continuous and in order by dates, and in the granularity
of day.
|
int |
getScoreMetricsCount()
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
List<ScoreMetrics> |
getScoreMetricsList()
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
ScoreMetricsOrBuilder |
getScoreMetricsOrBuilder(int index)
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
List<? extends ScoreMetricsOrBuilder> |
getScoreMetricsOrBuilderList()
Metrics will be continuous and in order by dates, and in the granularity
of day.
|
com.google.protobuf.Timestamp |
getStartTime()
Inclusive start time aligned to a day (UTC).
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Inclusive start time aligned to a day (UTC).
|
boolean |
hasStartTime()
Inclusive start time aligned to a day (UTC).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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];
com.google.protobuf.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];
boolean hasStartTime()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.Timestamp getStartTime()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
Copyright © 2021 Google LLC. All rights reserved.