Interface Type.ListTypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Type.ListType, Type.ListType.Builder
Enclosing class:
Type

public static interface Type.ListTypeOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The element type.
    boolean
    The element type.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasElemType

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

      Type getElemType()
       The element type.
       
      .google.api.expr.v1alpha1.Type elem_type = 1 [json_name = "elemType"];
      Returns:
      The elemType.