Package com.google.api.expr.v1alpha1
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.boolean
The type of the key.boolean
The type of the value.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
-
hasKeyType
boolean hasKeyType()The type of the key.
.google.api.expr.v1alpha1.Type key_type = 1;
- Returns:
- Whether the keyType field is set.
-
getKeyType
Type getKeyType()The type of the key.
.google.api.expr.v1alpha1.Type key_type = 1;
- Returns:
- The keyType.
-
getKeyTypeOrBuilder
TypeOrBuilder getKeyTypeOrBuilder()The type of the key.
.google.api.expr.v1alpha1.Type key_type = 1;
-
hasValueType
boolean hasValueType()The type of the value.
.google.api.expr.v1alpha1.Type value_type = 2;
- Returns:
- Whether the valueType field is set.
-
getValueType
Type getValueType()The type of the value.
.google.api.expr.v1alpha1.Type value_type = 2;
- Returns:
- The valueType.
-
getValueTypeOrBuilder
TypeOrBuilder getValueTypeOrBuilder()The type of the value.
.google.api.expr.v1alpha1.Type value_type = 2;
-