Package dev.cel.runtime
Interface PartialMessageOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
PartialMessage
@Deprecated @Internal public interface PartialMessageOrBuilder extends MessageOrBuilder
Deprecated.Wrap Message to support Unknown value.Deprecated. New clients should use
CelAttributebased unknowns.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectgetField(Descriptors.FieldDescriptor field)Deprecated.This method is similar toMessageOrBuilder.getField(FieldDescriptor), with the following differences: This method may throw an InterpreterException wrapped with a RuntimeException, if the field path is set in the Field mask.FieldMaskgetFieldMask()Deprecated.MessagegetMessage()Deprecated.Return original message.-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMessage
Message getMessage()
Deprecated.Return original message.
-
getFieldMask
FieldMask getFieldMask()
Deprecated.
-
getField
java.lang.Object getField(Descriptors.FieldDescriptor field)
Deprecated.This method is similar toMessageOrBuilder.getField(FieldDescriptor), with the following differences: This method may throw an InterpreterException wrapped with a RuntimeException, if the field path is set in the Field mask.- Specified by:
getFieldin interfaceMessageOrBuilder
-
-