Uses of Class
io.opencensus.proto.agent.metrics.v1.ExportMetricsServiceResponse
-
Packages that use ExportMetricsServiceResponse Package Description io.opencensus.proto.agent.metrics.v1 -
-
Uses of ExportMetricsServiceResponse in io.opencensus.proto.agent.metrics.v1
Methods in io.opencensus.proto.agent.metrics.v1 that return ExportMetricsServiceResponse Modifier and Type Method Description ExportMetricsServiceResponseExportMetricsServiceResponse.Builder. build()ExportMetricsServiceResponseExportMetricsServiceResponse.Builder. buildPartial()static ExportMetricsServiceResponseExportMetricsServiceResponse. getDefaultInstance()ExportMetricsServiceResponseExportMetricsServiceResponse.Builder. getDefaultInstanceForType()ExportMetricsServiceResponseExportMetricsServiceResponse. getDefaultInstanceForType()static ExportMetricsServiceResponseExportMetricsServiceResponse. parseDelimitedFrom(InputStream input)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(byte[] data)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.ByteString data)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(InputStream input)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(ByteBuffer data)static ExportMetricsServiceResponseExportMetricsServiceResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.agent.metrics.v1 that return types with arguments of type ExportMetricsServiceResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ExportMetricsServiceRequest,ExportMetricsServiceResponse>MetricsServiceGrpc. getExportMethod()com.google.protobuf.Parser<ExportMetricsServiceResponse>ExportMetricsServiceResponse. getParserForType()static com.google.protobuf.Parser<ExportMetricsServiceResponse>ExportMetricsServiceResponse. parser()Methods in io.opencensus.proto.agent.metrics.v1 with parameters of type ExportMetricsServiceResponse Modifier and Type Method Description ExportMetricsServiceResponse.BuilderExportMetricsServiceResponse.Builder. mergeFrom(ExportMetricsServiceResponse other)static ExportMetricsServiceResponse.BuilderExportMetricsServiceResponse. newBuilder(ExportMetricsServiceResponse prototype)Method parameters in io.opencensus.proto.agent.metrics.v1 with type arguments of type ExportMetricsServiceResponse Modifier and Type Method Description io.grpc.stub.StreamObserver<ExportMetricsServiceRequest>MetricsServiceGrpc.MetricsServiceImplBase. export(io.grpc.stub.StreamObserver<ExportMetricsServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.io.grpc.stub.StreamObserver<ExportMetricsServiceRequest>MetricsServiceGrpc.MetricsServiceStub. export(io.grpc.stub.StreamObserver<ExportMetricsServiceResponse> responseObserver)For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
-