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 Metrics
RecaptchaEnterpriseServiceClient. 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 GetMetricsRequest
GetMetricsRequest.Builder. build()
GetMetricsRequest
GetMetricsRequest.Builder. buildPartial()
static GetMetricsRequest
GetMetricsRequest. getDefaultInstance()
GetMetricsRequest
GetMetricsRequest.Builder. getDefaultInstanceForType()
GetMetricsRequest
GetMetricsRequest. getDefaultInstanceForType()
static GetMetricsRequest
GetMetricsRequest. parseDelimitedFrom(InputStream input)
static GetMetricsRequest
GetMetricsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsRequest
GetMetricsRequest. parseFrom(byte[] data)
static GetMetricsRequest
GetMetricsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsRequest
GetMetricsRequest. parseFrom(com.google.protobuf.ByteString data)
static GetMetricsRequest
GetMetricsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsRequest
GetMetricsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetMetricsRequest
GetMetricsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsRequest
GetMetricsRequest. parseFrom(InputStream input)
static GetMetricsRequest
GetMetricsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetMetricsRequest
GetMetricsRequest. parseFrom(ByteBuffer data)
static GetMetricsRequest
GetMetricsRequest. 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 void
RecaptchaEnterpriseServiceGrpc.AsyncService. getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<Metrics> responseObserver)
Get some aggregated metrics for a Key.Metrics
RecaptchaEnterpriseServiceGrpc.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.void
RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceStub. getMetrics(GetMetricsRequest request, io.grpc.stub.StreamObserver<Metrics> responseObserver)
Get some aggregated metrics for a Key.GetMetricsRequest.Builder
GetMetricsRequest.Builder. mergeFrom(GetMetricsRequest other)
static GetMetricsRequest.Builder
GetMetricsRequest. newBuilder(GetMetricsRequest prototype)
-