Uses of Class
com.google.recaptchaenterprise.v1.Metrics
-
Packages that use Metrics Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.cloud.recaptchaenterprise.v1.stub com.google.recaptchaenterprise.v1 -
-
Uses of Metrics in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return Metrics Modifier and Type Method Description MetricsRecaptchaEnterpriseServiceClient. getMetrics(GetMetricsRequest request)Get some aggregated metrics for a Key.MetricsRecaptchaEnterpriseServiceClient. getMetrics(MetricsName name)Get some aggregated metrics for a Key.MetricsRecaptchaEnterpriseServiceClient. getMetrics(String name)Get some aggregated metrics for a Key.Methods in com.google.cloud.recaptchaenterprise.v1 that return types with arguments of type Metrics Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceClient. getMetricsCallable()Get some aggregated metrics for a Key.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceSettings.Builder. getMetricsSettings()Returns the builder for the settings used for calls to getMetrics.com.google.api.gax.rpc.UnaryCallSettings<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceSettings. getMetricsSettings()Returns the object with the settings used for calls to getMetrics. -
Uses of Metrics in com.google.cloud.recaptchaenterprise.v1.stub
Methods in com.google.cloud.recaptchaenterprise.v1.stub that return types with arguments of type Metrics Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetMetricsRequest,Metrics>GrpcRecaptchaEnterpriseServiceStub. getMetricsCallable()com.google.api.gax.rpc.UnaryCallable<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceStub. getMetricsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceStubSettings.Builder. getMetricsSettings()Returns the builder for the settings used for calls to getMetrics.com.google.api.gax.rpc.UnaryCallSettings<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceStubSettings. getMetricsSettings()Returns the object with the settings used for calls to getMetrics. -
Uses of Metrics in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return Metrics Modifier and Type Method Description MetricsMetrics.Builder. build()MetricsMetrics.Builder. buildPartial()static MetricsMetrics. getDefaultInstance()MetricsMetrics.Builder. getDefaultInstanceForType()MetricsMetrics. getDefaultInstanceForType()MetricsRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. getMetrics(GetMetricsRequest request)Get some aggregated metrics for a Key.static MetricsMetrics. parseDelimitedFrom(InputStream input)static MetricsMetrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricsMetrics. parseFrom(byte[] data)static MetricsMetrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricsMetrics. parseFrom(com.google.protobuf.ByteString data)static MetricsMetrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricsMetrics. parseFrom(com.google.protobuf.CodedInputStream input)static MetricsMetrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricsMetrics. parseFrom(InputStream input)static MetricsMetrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricsMetrics. parseFrom(ByteBuffer data)static MetricsMetrics. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type Metrics Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceGrpc. getGetMetricsMethod()com.google.common.util.concurrent.ListenableFuture<Metrics>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. getMetrics(GetMetricsRequest request)Get some aggregated metrics for a Key.com.google.protobuf.Parser<Metrics>Metrics. getParserForType()static com.google.protobuf.Parser<Metrics>Metrics. parser()Methods in com.google.recaptchaenterprise.v1 with parameters of type Metrics Modifier and Type Method Description Metrics.BuilderMetrics.Builder. mergeFrom(Metrics other)static Metrics.BuilderMetrics. newBuilder(Metrics prototype)Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type Metrics Modifier and Type Method Description default voidRecaptchaEnterpriseServiceGrpc.AsyncService. getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<Metrics> responseObserver)Get some aggregated metrics for a Key.voidRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<Metrics> responseObserver)Get some aggregated metrics for a Key.
-