Package cel.dev.expr.conformance
Interface Environment.ContextVariableOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Environment.ContextVariable,Environment.ContextVariable.Builder
- Enclosing class:
- Environment
public static interface Environment.ContextVariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFully qualified type name of the context proto.com.google.protobuf.ByteStringFully qualified type name of the context proto.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTypeName
String getTypeName()Fully qualified type name of the context proto.
string type_name = 1;- Returns:
- The typeName.
-
getTypeNameBytes
com.google.protobuf.ByteString getTypeNameBytes()Fully qualified type name of the context proto.
string type_name = 1;- Returns:
- The bytes for typeName.
-