Uses of Class
com.google.recaptchaenterprise.v1.MetricsName
-
Packages that use MetricsName Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.recaptchaenterprise.v1 -
-
Uses of MetricsName in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type MetricsName Modifier and Type Method Description Metrics
RecaptchaEnterpriseServiceClient. getMetrics(MetricsName name)
Get some aggregated metrics for a Key. -
Uses of MetricsName in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return MetricsName Modifier and Type Method Description MetricsName
MetricsName.Builder. build()
static MetricsName
MetricsName. of(String project, String key)
static MetricsName
MetricsName. parse(String formattedString)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type MetricsName Modifier and Type Method Description static List<MetricsName>
MetricsName. parseList(List<String> formattedStrings)
Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type MetricsName Modifier and Type Method Description static List<String>
MetricsName. toStringList(List<MetricsName> values)
-