Uses of Class
io.vertx.grpc.event.v1alpha.JsonValue.Builder
Packages that use JsonValue.Builder
-
Uses of JsonValue.Builder in io.vertx.grpc.event.v1alpha
Subclasses with type arguments of type JsonValue.Builder in io.vertx.grpc.event.v1alphaModifier and TypeClassDescriptionstatic final classA json value wrapping various formats for the client convenienceMethods in io.vertx.grpc.event.v1alpha that return JsonValue.BuilderModifier and TypeMethodDescriptionJsonValue.Builder.clear()JsonValue.Builder.clearBinary()bytes binary = 2;JsonValue.Builder.clearProto().google.protobuf.Value proto = 1;JsonValue.Builder.clearText()string text = 3;JsonValue.Builder.clearValue()EventBusMessage.Builder.getBodyBuilder()Message payloadPublishOp.Builder.getBodyBuilder()Message payloadRequestOp.Builder.getBodyBuilder()Message payloadSendOp.Builder.getBodyBuilder()Message payloadJsonValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) JsonValue.Builder.mergeFrom(com.google.protobuf.Message other) JsonValue.Builder.mergeProto(com.google.protobuf.Value value) .google.protobuf.Value proto = 1;static JsonValue.BuilderJsonValue.newBuilder()static JsonValue.BuilderJsonValue.newBuilder(JsonValue prototype) JsonValue.newBuilderForType()protected JsonValue.BuilderJsonValue.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) JsonValue.Builder.setBinary(com.google.protobuf.ByteString value) bytes binary = 2;JsonValue.Builder.setProto(com.google.protobuf.Value value) .google.protobuf.Value proto = 1;JsonValue.Builder.setProto(com.google.protobuf.Value.Builder builderForValue) .google.protobuf.Value proto = 1;string text = 3;JsonValue.Builder.setTextBytes(com.google.protobuf.ByteString value) string text = 3;JsonValue.toBuilder()Methods in io.vertx.grpc.event.v1alpha with parameters of type JsonValue.BuilderModifier and TypeMethodDescriptionEventBusMessage.Builder.setBody(JsonValue.Builder builderForValue) Message payloadPublishOp.Builder.setBody(JsonValue.Builder builderForValue) Message payloadRequestOp.Builder.setBody(JsonValue.Builder builderForValue) Message payloadSendOp.Builder.setBody(JsonValue.Builder builderForValue) Message payload