Interface Type.MapTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Type.MapType, Type.MapType.Builder
- Enclosing class:
Type
public static interface Type.MapTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the key.The type of the key.The type of the value.The type of the value.booleanThe type of the key.booleanThe type of the value.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
-
hasKeyType
boolean hasKeyType()The type of the key.
.cel.expr.Type key_type = 1;- Returns:
- Whether the keyType field is set.
-
getKeyType
-
getKeyTypeOrBuilder
TypeOrBuilder getKeyTypeOrBuilder()The type of the key.
.cel.expr.Type key_type = 1; -
hasValueType
boolean hasValueType()The type of the value.
.cel.expr.Type value_type = 2;- Returns:
- Whether the valueType field is set.
-
getValueType
-
getValueTypeOrBuilder
TypeOrBuilder getValueTypeOrBuilder()The type of the value.
.cel.expr.Type value_type = 2;
-