Uses of Class
io.opencensus.proto.agent.trace.v1.UpdatedLibraryConfig
-
Packages that use UpdatedLibraryConfig Package Description io.opencensus.proto.agent.trace.v1 -
-
Uses of UpdatedLibraryConfig in io.opencensus.proto.agent.trace.v1
Methods in io.opencensus.proto.agent.trace.v1 that return UpdatedLibraryConfig Modifier and Type Method Description UpdatedLibraryConfigUpdatedLibraryConfig.Builder. build()UpdatedLibraryConfigUpdatedLibraryConfig.Builder. buildPartial()static UpdatedLibraryConfigUpdatedLibraryConfig. getDefaultInstance()UpdatedLibraryConfigUpdatedLibraryConfig.Builder. getDefaultInstanceForType()UpdatedLibraryConfigUpdatedLibraryConfig. getDefaultInstanceForType()static UpdatedLibraryConfigUpdatedLibraryConfig. parseDelimitedFrom(InputStream input)static UpdatedLibraryConfigUpdatedLibraryConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(byte[] data)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(com.google.protobuf.ByteString data)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(com.google.protobuf.CodedInputStream input)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(InputStream input)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(ByteBuffer data)static UpdatedLibraryConfigUpdatedLibraryConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.opencensus.proto.agent.trace.v1 that return types with arguments of type UpdatedLibraryConfig Modifier and Type Method Description static io.grpc.MethodDescriptor<CurrentLibraryConfig,UpdatedLibraryConfig>TraceServiceGrpc. getConfigMethod()com.google.protobuf.Parser<UpdatedLibraryConfig>UpdatedLibraryConfig. getParserForType()static com.google.protobuf.Parser<UpdatedLibraryConfig>UpdatedLibraryConfig. parser()Methods in io.opencensus.proto.agent.trace.v1 with parameters of type UpdatedLibraryConfig Modifier and Type Method Description UpdatedLibraryConfig.BuilderUpdatedLibraryConfig.Builder. mergeFrom(UpdatedLibraryConfig other)static UpdatedLibraryConfig.BuilderUpdatedLibraryConfig. newBuilder(UpdatedLibraryConfig prototype)Method parameters in io.opencensus.proto.agent.trace.v1 with type arguments of type UpdatedLibraryConfig Modifier and Type Method Description io.grpc.stub.StreamObserver<CurrentLibraryConfig>TraceServiceGrpc.TraceServiceImplBase. config(io.grpc.stub.StreamObserver<UpdatedLibraryConfig> responseObserver)After initialization, this RPC must be kept alive for the entire life of the application.io.grpc.stub.StreamObserver<CurrentLibraryConfig>TraceServiceGrpc.TraceServiceStub. config(io.grpc.stub.StreamObserver<UpdatedLibraryConfig> responseObserver)After initialization, this RPC must be kept alive for the entire life of the application.
-