Uses of Class
io.grpc.testing.integration.Metrics.GaugeResponse
-
-
Uses of Metrics.GaugeResponse in io.grpc.testing.integration
Methods in io.grpc.testing.integration that return Metrics.GaugeResponse Modifier and Type Method Description Metrics.GaugeResponseMetrics.GaugeResponse.Builder. build()Metrics.GaugeResponseMetrics.GaugeResponse.Builder. buildPartial()static Metrics.GaugeResponseMetrics.GaugeResponse. getDefaultInstance()Metrics.GaugeResponseMetrics.GaugeResponse.Builder. getDefaultInstanceForType()Metrics.GaugeResponseMetrics.GaugeResponse. getDefaultInstanceForType()Metrics.GaugeResponseMetricsServiceGrpc.MetricsServiceBlockingStub. getGauge(Metrics.GaugeRequest request)Returns the value of one gaugestatic Metrics.GaugeResponseMetrics.GaugeResponse. parseDelimitedFrom(java.io.InputStream input)static Metrics.GaugeResponseMetrics.GaugeResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(byte[] data)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(com.google.protobuf.ByteString data)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(java.io.InputStream input)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(java.nio.ByteBuffer data)static Metrics.GaugeResponseMetrics.GaugeResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.testing.integration that return types with arguments of type Metrics.GaugeResponse Modifier and Type Method Description java.util.Iterator<Metrics.GaugeResponse>MetricsServiceGrpc.MetricsServiceBlockingStub. getAllGauges(Metrics.EmptyMessage request)Returns the values of all the gauges that are currently being maintained by the servicecom.google.common.util.concurrent.ListenableFuture<Metrics.GaugeResponse>MetricsServiceGrpc.MetricsServiceFutureStub. getGauge(Metrics.GaugeRequest request)Returns the value of one gaugestatic io.grpc.MethodDescriptor<Metrics.EmptyMessage,Metrics.GaugeResponse>MetricsServiceGrpc. getGetAllGaugesMethod()static io.grpc.MethodDescriptor<Metrics.GaugeRequest,Metrics.GaugeResponse>MetricsServiceGrpc. getGetGaugeMethod()com.google.protobuf.Parser<Metrics.GaugeResponse>Metrics.GaugeResponse. getParserForType()static com.google.protobuf.Parser<Metrics.GaugeResponse>Metrics.GaugeResponse. parser()Methods in io.grpc.testing.integration with parameters of type Metrics.GaugeResponse Modifier and Type Method Description Metrics.GaugeResponse.BuilderMetrics.GaugeResponse.Builder. mergeFrom(Metrics.GaugeResponse other)static Metrics.GaugeResponse.BuilderMetrics.GaugeResponse. newBuilder(Metrics.GaugeResponse prototype)Method parameters in io.grpc.testing.integration with type arguments of type Metrics.GaugeResponse Modifier and Type Method Description default voidMetricsServiceGrpc.AsyncService. getAllGauges(Metrics.EmptyMessage request, io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)Returns the values of all the gauges that are currently being maintained by the servicevoidMetricsServiceGrpc.MetricsServiceStub. getAllGauges(Metrics.EmptyMessage request, io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)Returns the values of all the gauges that are currently being maintained by the servicedefault voidMetricsServiceGrpc.AsyncService. getGauge(Metrics.GaugeRequest request, io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)Returns the value of one gaugevoidMetricsServiceGrpc.MetricsServiceStub. getGauge(Metrics.GaugeRequest request, io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)Returns the value of one gauge
-