Uses of Interface
com.google.protobuf.Message.Builder
-
Packages that use Message.Builder Package Description com.google.protobuf com.google.protobuf.compiler com.google.rpc dev.cel.bundle dev.cel.common.internal dev.cel.expr dev.cel.runtime -
-
Uses of Message.Builder in com.google.protobuf
Classes in com.google.protobuf that implement Message.Builder Modifier and Type Class Description static classAbstractMessage.Builder<BuilderType extends AbstractMessage.Builder<BuilderType>>A partial implementation of theMessage.Builderinterface which implements as many methods of that interface as possible in terms of other methods.static classAny.BuilderProtobuf typegoogle.protobuf.Anystatic classApi.BuilderProtobuf typegoogle.protobuf.Apistatic classBoolValue.BuilderProtobuf typegoogle.protobuf.BoolValuestatic classBytesValue.BuilderProtobuf typegoogle.protobuf.BytesValuestatic classDescriptorProtos.DescriptorProto.BuilderProtobuf typegoogle.protobuf.DescriptorProtostatic classDescriptorProtos.DescriptorProto.ExtensionRange.BuilderProtobuf typegoogle.protobuf.DescriptorProto.ExtensionRangestatic classDescriptorProtos.DescriptorProto.ReservedRange.BuilderProtobuf typegoogle.protobuf.DescriptorProto.ReservedRangestatic classDescriptorProtos.EnumDescriptorProto.BuilderProtobuf typegoogle.protobuf.EnumDescriptorProtostatic classDescriptorProtos.EnumDescriptorProto.EnumReservedRange.BuilderProtobuf typegoogle.protobuf.EnumDescriptorProto.EnumReservedRangestatic classDescriptorProtos.EnumOptions.BuilderProtobuf typegoogle.protobuf.EnumOptionsstatic classDescriptorProtos.EnumValueDescriptorProto.BuilderProtobuf typegoogle.protobuf.EnumValueDescriptorProtostatic classDescriptorProtos.EnumValueOptions.BuilderProtobuf typegoogle.protobuf.EnumValueOptionsstatic classDescriptorProtos.ExtensionRangeOptions.BuilderProtobuf typegoogle.protobuf.ExtensionRangeOptionsstatic classDescriptorProtos.FieldDescriptorProto.BuilderProtobuf typegoogle.protobuf.FieldDescriptorProtostatic classDescriptorProtos.FieldOptions.BuilderProtobuf typegoogle.protobuf.FieldOptionsstatic classDescriptorProtos.FileDescriptorProto.BuilderProtobuf typegoogle.protobuf.FileDescriptorProtostatic classDescriptorProtos.FileDescriptorSet.BuilderProtobuf typegoogle.protobuf.FileDescriptorSetstatic classDescriptorProtos.FileOptions.BuilderProtobuf typegoogle.protobuf.FileOptionsstatic classDescriptorProtos.GeneratedCodeInfo.Annotation.BuilderProtobuf typegoogle.protobuf.GeneratedCodeInfo.Annotationstatic classDescriptorProtos.GeneratedCodeInfo.BuilderProtobuf typegoogle.protobuf.GeneratedCodeInfostatic classDescriptorProtos.MessageOptions.BuilderProtobuf typegoogle.protobuf.MessageOptionsstatic classDescriptorProtos.MethodDescriptorProto.BuilderProtobuf typegoogle.protobuf.MethodDescriptorProtostatic classDescriptorProtos.MethodOptions.BuilderProtobuf typegoogle.protobuf.MethodOptionsstatic classDescriptorProtos.OneofDescriptorProto.BuilderProtobuf typegoogle.protobuf.OneofDescriptorProtostatic classDescriptorProtos.OneofOptions.BuilderProtobuf typegoogle.protobuf.OneofOptionsstatic classDescriptorProtos.ServiceDescriptorProto.BuilderProtobuf typegoogle.protobuf.ServiceDescriptorProtostatic classDescriptorProtos.ServiceOptions.BuilderProtobuf typegoogle.protobuf.ServiceOptionsstatic classDescriptorProtos.SourceCodeInfo.BuilderProtobuf typegoogle.protobuf.SourceCodeInfostatic classDescriptorProtos.SourceCodeInfo.Location.BuilderProtobuf typegoogle.protobuf.SourceCodeInfo.Locationstatic classDescriptorProtos.UninterpretedOption.BuilderProtobuf typegoogle.protobuf.UninterpretedOptionstatic classDescriptorProtos.UninterpretedOption.NamePart.BuilderProtobuf typegoogle.protobuf.UninterpretedOption.NamePartstatic classDoubleValue.BuilderProtobuf typegoogle.protobuf.DoubleValuestatic classDuration.BuilderProtobuf typegoogle.protobuf.Durationstatic classDynamicMessage.BuilderBuilder forDynamicMessages.static classEmpty.BuilderProtobuf typegoogle.protobuf.Emptystatic classEnum.BuilderProtobuf typegoogle.protobuf.Enumstatic classEnumValue.BuilderProtobuf typegoogle.protobuf.EnumValuestatic classField.BuilderProtobuf typegoogle.protobuf.Fieldstatic classFieldMask.BuilderProtobuf typegoogle.protobuf.FieldMaskstatic classFloatValue.BuilderProtobuf typegoogle.protobuf.FloatValuestatic classGeneratedMessage.Builder<BuilderType extends GeneratedMessage.Builder<BuilderType>>static classGeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>Generated message builders for message types that contain extension ranges subclass this.static classGeneratedMessageV3.Builder<BuilderType extends GeneratedMessageV3.Builder<BuilderType>>static classGeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>Generated message builders for message types that contain extension ranges subclass this.static classInt32Value.BuilderProtobuf typegoogle.protobuf.Int32Valuestatic classInt64Value.BuilderProtobuf typegoogle.protobuf.Int64Valuestatic classListValue.BuilderProtobuf typegoogle.protobuf.ListValuestatic classMapEntry.Builder<K,V>Builder to createMapEntrymessages.static classMethod.BuilderProtobuf typegoogle.protobuf.Methodstatic classMixin.BuilderProtobuf typegoogle.protobuf.Mixinstatic classOption.BuilderProtobuf typegoogle.protobuf.Optionstatic classSourceContext.BuilderProtobuf typegoogle.protobuf.SourceContextstatic classStringValue.BuilderProtobuf typegoogle.protobuf.StringValuestatic classStruct.BuilderProtobuf typegoogle.protobuf.Structstatic classTimestamp.BuilderProtobuf typegoogle.protobuf.Timestampstatic classType.BuilderProtobuf typegoogle.protobuf.Typestatic classUInt32Value.BuilderProtobuf typegoogle.protobuf.UInt32Valuestatic classUInt64Value.BuilderProtobuf typegoogle.protobuf.UInt64Valuestatic classValue.BuilderProtobuf typegoogle.protobuf.ValueMethods in com.google.protobuf that return Message.Builder Modifier and Type Method Description Message.BuilderMessage.Builder. addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)LikesetRepeatedField, but appends the value as a new element.Message.BuilderMessage.Builder. clear()Message.BuilderMessage.Builder. clearField(Descriptors.FieldDescriptor field)Clears the field.Message.BuilderMessage.Builder. clearOneof(Descriptors.OneofDescriptor oneof)Clears the oneof.Message.BuilderMessage.Builder. clone()Message.BuilderAbstractMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderDynamicMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.ExtendableBuilder. getFieldBuilder(Descriptors.FieldDescriptor field)Message.BuilderMessage.Builder. getFieldBuilder(Descriptors.FieldDescriptor field)Get a nested builder instance for the given field.Message.BuilderAbstractMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderDynamicMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderGeneratedMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderGeneratedMessageV3.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderGeneratedMessageV3.ExtendableBuilder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Message.BuilderMessage.Builder. getRepeatedFieldBuilder(Descriptors.FieldDescriptor field, int index)Get a nested builder instance for the given repeated field instance.Message.BuilderMessage.Builder. mergeFrom(byte[] data)Message.BuilderMessage.Builder. mergeFrom(byte[] data, int off, int len)Message.BuilderMessage.Builder. mergeFrom(byte[] data, int off, int len, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(byte[] data, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(ByteString data)Message.BuilderMessage.Builder. mergeFrom(ByteString data, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(CodedInputStream input)Message.BuilderMessage.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeFrom(Message other)Mergeotherinto the message being built.Message.BuilderMessage.Builder. mergeFrom(java.io.InputStream input)Message.BuilderMessage.Builder. mergeFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)Message.BuilderMessage.Builder. mergeUnknownFields(UnknownFieldSet unknownFields)Merge some unknown fields into theUnknownFieldSetfor this message.Message.BuilderGeneratedMessage.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderGeneratedMessageV3.ExtendableBuilder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderMapEntry.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Message.BuilderMessage.Builder. newBuilderForField(Descriptors.FieldDescriptor field)Create a builder for messages of the appropriate type for the given field.protected Message.BuilderAbstractMessage. newBuilderForType(AbstractMessage.BuilderParent parent)Create a nested builder.protected Message.BuilderGeneratedMessage. newBuilderForType(AbstractMessage.BuilderParent parent)protected abstract Message.BuilderGeneratedMessage. newBuilderForType(GeneratedMessage.BuilderParent parent)TODO(xiaofeng): remove this together with GeneratedMessage.BuilderParent.protected Message.BuilderGeneratedMessageV3. newBuilderForType(AbstractMessage.BuilderParent parent)protected abstract Message.BuilderGeneratedMessageV3. newBuilderForType(GeneratedMessageV3.BuilderParent parent)TODO(xiaofeng): remove this together with GeneratedMessageV3.BuilderParent.Message.BuilderMessage. newBuilderForType()Message.BuilderMessage.Builder. setField(Descriptors.FieldDescriptor field, java.lang.Object value)Sets a field to the given value.Message.BuilderMessage.Builder. setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Sets an element of a repeated field to the given value.Message.BuilderMessage.Builder. setUnknownFields(UnknownFieldSet unknownFields)Set theUnknownFieldSetfor this message.Message.BuilderMessage. toBuilder()Methods in com.google.protobuf with parameters of type Message.Builder Modifier and Type Method Description static voidTextFormat. merge(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat. merge(java.lang.CharSequence input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat. merge(java.lang.Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.static voidTextFormat. merge(java.lang.Readable input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.CharSequence input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.CharSequence input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.Readable input, ExtensionRegistry extensionRegistry, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder.voidTextFormat.Parser. merge(java.lang.Readable input, Message.Builder builder)Parse a text-format message frominputand merge the contents intobuilder. -
Uses of Message.Builder in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement Message.Builder Modifier and Type Class Description static classPluginProtos.CodeGeneratorRequest.BuilderProtobuf typegoogle.protobuf.compiler.CodeGeneratorRequeststatic classPluginProtos.CodeGeneratorResponse.BuilderProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponsestatic classPluginProtos.CodeGeneratorResponse.File.BuilderProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponse.Filestatic classPluginProtos.Version.BuilderProtobuf typegoogle.protobuf.compiler.Version -
Uses of Message.Builder in com.google.rpc
Classes in com.google.rpc that implement Message.Builder Modifier and Type Class Description static classStatus.BuilderThe `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. -
Uses of Message.Builder in dev.cel.bundle
Method parameters in dev.cel.bundle with type arguments of type Message.Builder Modifier and Type Method Description CelBuilderCelBuilder. setTypeFactory(java.util.function.Function<java.lang.String,Message.Builder> typeFactory)Set a custom type factory for the runtime. -
Uses of Message.Builder in dev.cel.common.internal
Methods in dev.cel.common.internal that return types with arguments of type Message.Builder Modifier and Type Method Description java.util.Optional<Message.Builder>DefaultMessageFactory. newBuilder(java.lang.String messageName)java.util.Optional<Message.Builder>ProtoMessageFactory.CombinedMessageFactory. newBuilder(java.lang.String messageName)java.util.Optional<Message.Builder>ProtoMessageFactory. newBuilder(java.lang.String messageName)Constructs a newMessage.Builderfor a fully qualified proto message type. -
Uses of Message.Builder in dev.cel.expr
Classes in dev.cel.expr that implement Message.Builder Modifier and Type Class Description static classCheckedExpr.BuilderA CEL expression which has been successfully type checked.static classConstant.BuilderRepresents a primitive literal.static classDecl.BuilderRepresents a declaration of a named value or function.static classDecl.FunctionDecl.BuilderFunction declaration specifies one or more overloads which indicate the function's parameter types and return type.static classDecl.FunctionDecl.Overload.BuilderAn overload indicates a function's parameter types and return type, and may optionally include a function body described in terms of [Expr][cel.expr.Expr] values.static classDecl.IdentDecl.BuilderIdentifier declaration which specifies its type and optional `Expr` value.static classEnumValue.BuilderAn enum value.static classErrorSet.BuilderA set of errors.static classEvalState.BuilderThe state of an evaluation.static classEvalState.Result.BuilderA single evaluation result.static classExplain.BuilderDeprecated.Values of intermediate expressions produced when evaluating expression.static classExplain.ExprStep.BuilderID and value index of one step.static classExpr.BuilderAn abstract representation of a common expression.static classExpr.Call.BuilderA call expression, including calls to predefined functions and operators.static classExpr.Comprehension.BuilderA comprehension expression applied to a list or map.static classExpr.CreateList.BuilderA list creation expression.static classExpr.CreateStruct.BuilderA map or message creation expression.static classExpr.CreateStruct.Entry.BuilderRepresents an entry.static classExpr.Ident.BuilderAn identifier expression.static classExpr.Select.BuilderA field selection expression.static classExprValue.BuilderThe value of an evaluated expression.static classListValue.BuilderA list.static classMapValue.BuilderA map.static classMapValue.Entry.BuilderProtobuf typecel.expr.MapValue.Entrystatic classParsedExpr.BuilderAn expression together with source information as returned by the parser.static classReference.BuilderDescribes a resolved reference to a declaration.static classSourceInfo.BuilderSource information collected at parse time.static classType.AbstractType.BuilderApplication defined abstract type.static classType.BuilderRepresents a CEL type.static classType.FunctionType.BuilderFunction type with result and arg types.static classType.ListType.BuilderList type with typed elements, e.g.static classType.MapType.BuilderMap type with parameterized key and value types, e.g.static classUnknownSet.BuilderA set of expressions for which the value is unknown.static classValue.BuilderRepresents a CEL value. -
Uses of Message.Builder in dev.cel.runtime
Methods in dev.cel.runtime that return Message.Builder Modifier and Type Method Description @Nullable Message.BuilderDynamicMessageFactory. newBuilder(java.lang.String messageName)Deprecated.@Nullable Message.BuilderMessageFactory.CombinedMessageFactory. newBuilder(java.lang.String messageName)@Nullable Message.BuilderMessageFactory. newBuilder(java.lang.String messageName)Deprecated.Create aMessage.Builderinstance for the protobuf bymessageName.Method parameters in dev.cel.runtime with type arguments of type Message.Builder Modifier and Type Method Description CelRuntimeBuilderCelRuntimeBuilder. setTypeFactory(java.util.function.Function<java.lang.String,Message.Builder> typeFactory)Set a custom type factory for the runtime.CelRuntimeBuilderCelRuntimeLegacyImpl.Builder. setTypeFactory(java.util.function.Function<java.lang.String,Message.Builder> typeFactory)
-