public static interface Type.MapTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Type |
getKeyType()
The type of the key.
|
TypeOrBuilder |
getKeyTypeOrBuilder()
The type of the key.
|
Type |
getValueType()
The type of the value.
|
TypeOrBuilder |
getValueTypeOrBuilder()
The type of the value.
|
boolean |
hasKeyType()
The type of the key.
|
boolean |
hasValueType()
The type of the value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKeyType()
The type of the key.
.google.api.expr.v1alpha1.Type key_type = 1;Type getKeyType()
The type of the key.
.google.api.expr.v1alpha1.Type key_type = 1;TypeOrBuilder getKeyTypeOrBuilder()
The type of the key.
.google.api.expr.v1alpha1.Type key_type = 1;boolean hasValueType()
The type of the value.
.google.api.expr.v1alpha1.Type value_type = 2;Type getValueType()
The type of the value.
.google.api.expr.v1alpha1.Type value_type = 2;TypeOrBuilder getValueTypeOrBuilder()
The type of the value.
.google.api.expr.v1alpha1.Type value_type = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.