Interface MetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Metrics,Metrics.Builder
public interface MetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChallengeMetricsgetChallengeMetrics(int index)Metrics will be continuous and in order by dates, and in the granularity of day.intgetChallengeMetricsCount()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.ChallengeMetricsOrBuildergetChallengeMetricsOrBuilder(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.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.ScoreMetricsgetScoreMetrics(int index)Metrics will be continuous and in order by dates, and in the granularity of day.intgetScoreMetricsCount()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.ScoreMetricsOrBuildergetScoreMetricsOrBuilder(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.TimestampgetStartTime()Inclusive start time aligned to a day (UTC).com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()Inclusive start time aligned to a day (UTC).booleanhasStartTime()Inclusive start time aligned to a day (UTC).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
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];- Returns:
- The bytes for name.
-
hasStartTime
boolean hasStartTime()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Inclusive start time aligned to a day (UTC).
.google.protobuf.Timestamp start_time = 1;
-
getScoreMetricsList
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;
-
getScoreMetrics
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;
-
getScoreMetricsCount
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;
-
getScoreMetricsOrBuilderList
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;
-
getScoreMetricsOrBuilder
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;
-
getChallengeMetricsList
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;
-
getChallengeMetrics
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;
-
getChallengeMetricsCount
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;
-
getChallengeMetricsOrBuilderList
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;
-
getChallengeMetricsOrBuilder
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;
-
-