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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Type getElemType()
      The element type.
      TypeOrBuilder getElemTypeOrBuilder()
      The element type.
      boolean hasElemType()
      The element type.
      • 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

      • hasElemType

        boolean hasElemType()
         The element type.
         
        .google.api.expr.v1alpha1.Type elem_type = 1;
        Returns:
        Whether the elemType field is set.
      • getElemType

        Type getElemType()
         The element type.
         
        .google.api.expr.v1alpha1.Type elem_type = 1;
        Returns:
        The elemType.
      • getElemTypeOrBuilder

        TypeOrBuilder getElemTypeOrBuilder()
         The element type.
         
        .google.api.expr.v1alpha1.Type elem_type = 1;