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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 Detail

      • 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;