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