Uses of Class
com.google.recaptchaenterprise.v1.GetMetricsRequest
-
Packages that use GetMetricsRequest Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.cloud.recaptchaenterprise.v1.stub com.google.recaptchaenterprise.v1 -
-
Uses of GetMetricsRequest in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 that return types with arguments of type GetMetricsRequest 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.Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type GetMetricsRequest Modifier and Type Method Description MetricsRecaptchaEnterpriseServiceClient. getMetrics(GetMetricsRequest request)Get some aggregated metrics for a Key. -
Uses of GetMetricsRequest in com.google.cloud.recaptchaenterprise.v1.stub
Methods in com.google.cloud.recaptchaenterprise.v1.stub that return types with arguments of type GetMetricsRequest 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 GetMetricsRequest in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return GetMetricsRequest Modifier and Type Method Description GetMetricsRequestGetMetricsRequest.Builder. build()GetMetricsRequestGetMetricsRequest.Builder. buildPartial()static GetMetricsRequestGetMetricsRequest. getDefaultInstance()GetMetricsRequestGetMetricsRequest.Builder. getDefaultInstanceForType()GetMetricsRequestGetMetricsRequest. getDefaultInstanceForType()static GetMetricsRequestGetMetricsRequest. parseDelimitedFrom(InputStream input)static GetMetricsRequestGetMetricsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetricsRequestGetMetricsRequest. parseFrom(byte[] data)static GetMetricsRequestGetMetricsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetricsRequestGetMetricsRequest. parseFrom(com.google.protobuf.ByteString data)static GetMetricsRequestGetMetricsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetricsRequestGetMetricsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetMetricsRequestGetMetricsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetricsRequestGetMetricsRequest. parseFrom(InputStream input)static GetMetricsRequestGetMetricsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetMetricsRequestGetMetricsRequest. parseFrom(ByteBuffer data)static GetMetricsRequestGetMetricsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type GetMetricsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetMetricsRequest,Metrics>RecaptchaEnterpriseServiceGrpc. getGetMetricsMethod()com.google.protobuf.Parser<GetMetricsRequest>GetMetricsRequest. getParserForType()static com.google.protobuf.Parser<GetMetricsRequest>GetMetricsRequest. parser()Methods in com.google.recaptchaenterprise.v1 with parameters of type GetMetricsRequest Modifier and Type Method Description default voidRecaptchaEnterpriseServiceGrpc.AsyncService. getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<Metrics> responseObserver)Get some aggregated metrics for a Key.MetricsRecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceBlockingStub. getMetrics(GetMetricsRequest request)Get some aggregated metrics for a Key.com.google.common.util.concurrent.ListenableFuture<Metrics>RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceFutureStub. getMetrics(GetMetricsRequest request)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.GetMetricsRequest.BuilderGetMetricsRequest.Builder. mergeFrom(GetMetricsRequest other)static GetMetricsRequest.BuilderGetMetricsRequest. newBuilder(GetMetricsRequest prototype)
-