Interface FieldSchemaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    FieldSchema, FieldSchema.Builder

    public interface FieldSchemaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFieldID

        long getFieldID()
        int64 fieldID = 1;
        Returns:
        The fieldID.
      • getName

        String getName()
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
        Returns:
        The bytes for name.
      • getIsPrimaryKey

        boolean getIsPrimaryKey()
        bool is_primary_key = 3;
        Returns:
        The isPrimaryKey.
      • getDescription

        String getDescription()
        string description = 4;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 4;
        Returns:
        The bytes for description.
      • getDataTypeValue

        int getDataTypeValue()
        .schema.DataType data_type = 5;
        Returns:
        The enum numeric value on the wire for dataType.
      • getDataType

        DataType getDataType()
        .schema.DataType data_type = 5;
        Returns:
        The dataType.
      • getTypeParamsList

        List<KeyValuePair> getTypeParamsList()
        repeated .common.KeyValuePair type_params = 6;
      • getTypeParams

        KeyValuePair getTypeParams​(int index)
        repeated .common.KeyValuePair type_params = 6;
      • getTypeParamsCount

        int getTypeParamsCount()
        repeated .common.KeyValuePair type_params = 6;
      • getTypeParamsOrBuilderList

        List<? extends KeyValuePairOrBuilder> getTypeParamsOrBuilderList()
        repeated .common.KeyValuePair type_params = 6;
      • getTypeParamsOrBuilder

        KeyValuePairOrBuilder getTypeParamsOrBuilder​(int index)
        repeated .common.KeyValuePair type_params = 6;
      • getIndexParamsList

        List<KeyValuePair> getIndexParamsList()
        repeated .common.KeyValuePair index_params = 7;
      • getIndexParams

        KeyValuePair getIndexParams​(int index)
        repeated .common.KeyValuePair index_params = 7;
      • getIndexParamsCount

        int getIndexParamsCount()
        repeated .common.KeyValuePair index_params = 7;
      • getIndexParamsOrBuilderList

        List<? extends KeyValuePairOrBuilder> getIndexParamsOrBuilderList()
        repeated .common.KeyValuePair index_params = 7;
      • getIndexParamsOrBuilder

        KeyValuePairOrBuilder getIndexParamsOrBuilder​(int index)
        repeated .common.KeyValuePair index_params = 7;
      • getAutoID

        boolean getAutoID()
        bool autoID = 8;
        Returns:
        The autoID.