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 MetricsRecaptchaEnterpriseServiceClient. 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 MetricsNameMetricsName.Builder. build()static MetricsNameMetricsName. of(String project, String key)static MetricsNameMetricsName. 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)
-