Uses of Class
com.google.protobuf.Any.Builder
Packages that use Any.Builder
-
Uses of Any.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type Any.BuilderModifier and TypeFieldDescriptionprivate SingleFieldBuilderV3<Any, Any.Builder, AnyOrBuilder> Option.Builder.valueBuilder_Methods in com.google.protobuf that return Any.BuilderModifier and TypeMethodDescriptionAny.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Any.Builder.clear()Any.Builder.clearField(Descriptors.FieldDescriptor field) Any.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Any.Builder.clearTypeUrl()A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder.clearValue()Must be a valid serialized protocol buffer of the above specified type.Any.Builder.clone()Option.Builder.getValueBuilder()The option's value packed in an Any message.Any.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final Any.BuilderAny.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Any.BuilderAny.newBuilder()static Any.BuilderAny.newBuilder(Any prototype) Any.newBuilderForType()protected Any.BuilderAny.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Any.Builder.setField(Descriptors.FieldDescriptor field, Object value) Any.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Any.Builder.setTypeUrl(String value) A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.Any.Builder.setTypeUrlBytes(ByteString value) A URL/resource name that uniquely identifies the type of the serialized protocol buffer message.final Any.BuilderAny.Builder.setUnknownFields(UnknownFieldSet unknownFields) Any.Builder.setValue(ByteString value) Must be a valid serialized protocol buffer of the above specified type.Any.toBuilder()Methods in com.google.protobuf that return types with arguments of type Any.BuilderModifier and TypeMethodDescriptionprivate SingleFieldBuilderV3<Any, Any.Builder, AnyOrBuilder> Option.Builder.getValueFieldBuilder()The option's value packed in an Any message.Methods in com.google.protobuf with parameters of type Any.BuilderModifier and TypeMethodDescriptionOption.Builder.setValue(Any.Builder builderForValue) The option's value packed in an Any message.