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 Metrics
RecaptchaEnterpriseServiceClient. getMetrics(GetMetricsRequest request)
Get some aggregated metrics for a Key.Metrics
RecaptchaEnterpriseServiceClient. getMetrics(MetricsName name)
Get some aggregated metrics for a Key.Metrics
RecaptchaEnterpriseServiceClient. 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 Metrics
Metrics.Builder. build()
Metrics
Metrics.Builder. buildPartial()
static Metrics
Metrics. getDefaultInstance()
Metrics
Metrics.Builder. getDefaultInstanceForType()
Metrics
Metrics. getDefaultInstanceForType()
Metrics
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. getMetrics(GetMetricsRequest request)
Get some aggregated metrics for a Key.static Metrics
Metrics. parseDelimitedFrom(InputStream input)
static Metrics
Metrics. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metrics
Metrics. parseFrom(byte[] data)
static Metrics
Metrics. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metrics
Metrics. parseFrom(com.google.protobuf.ByteString data)
static Metrics
Metrics. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metrics
Metrics. parseFrom(com.google.protobuf.CodedInputStream input)
static Metrics
Metrics. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metrics
Metrics. parseFrom(InputStream input)
static Metrics
Metrics. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Metrics
Metrics. parseFrom(ByteBuffer data)
static Metrics
Metrics. 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.Builder
Metrics.Builder. mergeFrom(Metrics other)
static Metrics.Builder
Metrics. newBuilder(Metrics prototype)
Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type Metrics Modifier and Type Method Description default void
RecaptchaEnterpriseServiceGrpc.AsyncService. getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<Metrics> responseObserver)
Get some aggregated metrics for a Key.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<Metrics> responseObserver)
Get some aggregated metrics for a Key.
-