Interface Type.ArrayOrBuilder

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

public static interface Type.ArrayOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The type of the elements in the array.
    The type of the elements in the array.
    boolean
    The type of the elements in the array.

    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

    • hasElementType

      boolean hasElementType()
       The type of the elements in the array. This must not be `Array`.
       
      .google.bigtable.v2.Type element_type = 1;
      Returns:
      Whether the elementType field is set.
    • getElementType

      Type getElementType()
       The type of the elements in the array. This must not be `Array`.
       
      .google.bigtable.v2.Type element_type = 1;
      Returns:
      The elementType.
    • getElementTypeOrBuilder

      TypeOrBuilder getElementTypeOrBuilder()
       The type of the elements in the array. This must not be `Array`.
       
      .google.bigtable.v2.Type element_type = 1;