| Modifier and Type | Method and Description |
|---|---|
Metrics.GaugeResponse |
Metrics.GaugeResponse.Builder.build() |
Metrics.GaugeResponse |
Metrics.GaugeResponse.Builder.buildPartial() |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.getDefaultInstance() |
Metrics.GaugeResponse |
Metrics.GaugeResponse.getDefaultInstanceForType() |
Metrics.GaugeResponse |
Metrics.GaugeResponse.Builder.getDefaultInstanceForType() |
Metrics.GaugeResponse |
MetricsServiceGrpc.MetricsServiceBlockingStub.getGauge(Metrics.GaugeRequest request)
Returns the value of one gauge
|
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseDelimitedFrom(InputStream input) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(byte[] data) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(ByteBuffer data) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(com.google.protobuf.ByteString data) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(InputStream input) |
static Metrics.GaugeResponse |
Metrics.GaugeResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Metrics.GaugeResponse> |
MetricsServiceGrpc.MetricsServiceBlockingStub.getAllGauges(Metrics.EmptyMessage request)
Returns the values of all the gauges that are currently being maintained by
the service
|
com.google.common.util.concurrent.ListenableFuture<Metrics.GaugeResponse> |
MetricsServiceGrpc.MetricsServiceFutureStub.getGauge(Metrics.GaugeRequest request)
Returns the value of one gauge
|
static 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() |
| Modifier and Type | Method and Description |
|---|---|
Metrics.GaugeResponse.Builder |
Metrics.GaugeResponse.Builder.mergeFrom(Metrics.GaugeResponse other) |
static Metrics.GaugeResponse.Builder |
Metrics.GaugeResponse.newBuilder(Metrics.GaugeResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
MetricsServiceGrpc.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 service
|
void |
MetricsServiceGrpc.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 service
|
default void |
MetricsServiceGrpc.AsyncService.getGauge(Metrics.GaugeRequest request,
io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)
Returns the value of one gauge
|
void |
MetricsServiceGrpc.MetricsServiceStub.getGauge(Metrics.GaugeRequest request,
io.grpc.stub.StreamObserver<Metrics.GaugeResponse> responseObserver)
Returns the value of one gauge
|