Package dev.cel.expr
Interface Type.ListTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.ListType
,Type.ListType.Builder
- Enclosing class:
Type
public static interface Type.ListTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe element type.The element type.boolean
The element type.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasElemType
boolean hasElemType()The element type.
.cel.expr.Type elem_type = 1;
- Returns:
- Whether the elemType field is set.
-
getElemType
Type getElemType()The element type.
.cel.expr.Type elem_type = 1;
- Returns:
- The elemType.
-
getElemTypeOrBuilder
TypeOrBuilder getElemTypeOrBuilder()The element type.
.cel.expr.Type elem_type = 1;
-