Uses of Class
com.google.protobuf.Any.Builder
Packages that use Any.Builder
-
Uses of Any.Builder in com.google.protobuf
Methods in com.google.protobuf that return Any.BuilderModifier and TypeMethodDescriptionAny.Builder.clear()
Any.Builder.clearTypeUrl()
string type_url = 1 [json_name = "typeUrl"];
Any.Builder.clearValue()
bytes value = 2 [json_name = "value"];
Option.Builder.getValueBuilder()
.google.protobuf.Any value = 2 [json_name = "value"];
Any.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Any.Builder
Any.newBuilder()
static Any.Builder
Any.newBuilder
(Any prototype) Any.newBuilderForType()
protected Any.Builder
Any.newBuilderForType
(AbstractMessage.BuilderParent parent) Any.Builder.setTypeUrl
(String value) string type_url = 1 [json_name = "typeUrl"];
Any.Builder.setTypeUrlBytes
(com.google.protobuf.ByteString value) string type_url = 1 [json_name = "typeUrl"];
Any.Builder.setValue
(com.google.protobuf.ByteString value) bytes value = 2 [json_name = "value"];
Any.toBuilder()
Methods in com.google.protobuf with parameters of type Any.BuilderModifier and TypeMethodDescriptionOption.Builder.setValue
(Any.Builder builderForValue) .google.protobuf.Any value = 2 [json_name = "value"];
-
Uses of Any.Builder in dev.enola.core.proto
Methods in dev.enola.core.proto that return Any.BuilderModifier and TypeMethodDescriptionGetThingResponse.Builder.getThingBuilder()
TODO Remove Any support by replacing this GetThingsResponseMethods in dev.enola.core.proto with parameters of type Any.BuilderModifier and TypeMethodDescriptionGetThingResponse.Builder.setThing
(Any.Builder builderForValue) TODO Remove Any support by replacing this GetThingsResponse