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.booleanThe element type.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
-
hasElemType
boolean hasElemType()The element type.
.cel.expr.Type elem_type = 1;- Returns:
- Whether the elemType field is set.
-
getElemType
-
getElemTypeOrBuilder
TypeOrBuilder getElemTypeOrBuilder()The element type.
.cel.expr.Type elem_type = 1;
-