Class GoogleSheetsStreamConstants

java.lang.Object
org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConstants

public final class GoogleSheetsStreamConstants extends Object
Constants used in Camel Google Sheets Stream
  • Field Details

    • SPREADSHEET_ID

      @Metadata(description="Specifies the spreadsheet identifier that is used to identify the target to obtain.", javaType="String") public static final String SPREADSHEET_ID
      See Also:
    • SPREADSHEET_URL

      @Metadata(description="The URL of the spreadsheet.", javaType="String") public static final String SPREADSHEET_URL
      See Also:
    • MAJOR_DIMENSION

      @Metadata(description="The major dimension of the values", javaType="String") public static final String MAJOR_DIMENSION
      See Also:
    • RANGE

      @Metadata(description="The range the values cover, in A1 notation.", javaType="String") public static final String RANGE
      See Also:
    • RANGE_INDEX

      @Metadata(description="The index of the range", javaType="int") public static final String RANGE_INDEX
      See Also:
    • VALUE_INDEX

      @Metadata(description="The index of the value", javaType="int") public static final String VALUE_INDEX
      See Also: