Uses of Class
com.google.recaptchaenterprise.v1.ScoreMetrics
-
Packages that use ScoreMetrics Package Description com.google.recaptchaenterprise.v1 -
-
Uses of ScoreMetrics in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return ScoreMetrics Modifier and Type Method Description ScoreMetrics
ScoreMetrics.Builder. build()
ScoreMetrics
ScoreMetrics.Builder. buildPartial()
static ScoreMetrics
ScoreMetrics. getDefaultInstance()
ScoreMetrics
ScoreMetrics.Builder. getDefaultInstanceForType()
ScoreMetrics
ScoreMetrics. getDefaultInstanceForType()
ScoreMetrics
Metrics.Builder. getScoreMetrics(int index)
Metrics will be continuous and in order by dates, and in the granularity of day.ScoreMetrics
Metrics. getScoreMetrics(int index)
Metrics will be continuous and in order by dates, and in the granularity of day.ScoreMetrics
MetricsOrBuilder. getScoreMetrics(int index)
Metrics will be continuous and in order by dates, and in the granularity of day.static ScoreMetrics
ScoreMetrics. parseDelimitedFrom(InputStream input)
static ScoreMetrics
ScoreMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScoreMetrics
ScoreMetrics. parseFrom(byte[] data)
static ScoreMetrics
ScoreMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScoreMetrics
ScoreMetrics. parseFrom(com.google.protobuf.ByteString data)
static ScoreMetrics
ScoreMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScoreMetrics
ScoreMetrics. parseFrom(com.google.protobuf.CodedInputStream input)
static ScoreMetrics
ScoreMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScoreMetrics
ScoreMetrics. parseFrom(InputStream input)
static ScoreMetrics
ScoreMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ScoreMetrics
ScoreMetrics. parseFrom(ByteBuffer data)
static ScoreMetrics
ScoreMetrics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type ScoreMetrics Modifier and Type Method Description com.google.protobuf.Parser<ScoreMetrics>
ScoreMetrics. getParserForType()
List<ScoreMetrics>
Metrics.Builder. getScoreMetricsList()
Metrics will be continuous and in order by dates, and in the granularity of day.List<ScoreMetrics>
Metrics. getScoreMetricsList()
Metrics will be continuous and in order by dates, and in the granularity of day.List<ScoreMetrics>
MetricsOrBuilder. getScoreMetricsList()
Metrics will be continuous and in order by dates, and in the granularity of day.static com.google.protobuf.Parser<ScoreMetrics>
ScoreMetrics. parser()
Methods in com.google.recaptchaenterprise.v1 with parameters of type ScoreMetrics Modifier and Type Method Description Metrics.Builder
Metrics.Builder. addScoreMetrics(int index, ScoreMetrics value)
Metrics will be continuous and in order by dates, and in the granularity of day.Metrics.Builder
Metrics.Builder. addScoreMetrics(ScoreMetrics value)
Metrics will be continuous and in order by dates, and in the granularity of day.ScoreMetrics.Builder
ScoreMetrics.Builder. mergeFrom(ScoreMetrics other)
static ScoreMetrics.Builder
ScoreMetrics. newBuilder(ScoreMetrics prototype)
Metrics.Builder
Metrics.Builder. setScoreMetrics(int index, ScoreMetrics value)
Metrics will be continuous and in order by dates, and in the granularity of day.Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type ScoreMetrics Modifier and Type Method Description Metrics.Builder
Metrics.Builder. addAllScoreMetrics(Iterable<? extends ScoreMetrics> values)
Metrics will be continuous and in order by dates, and in the granularity of day.
-