Class GoogleSheetsStreamConstants


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

      • 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:
        Constant Field Values
      • SPREADSHEET_URL

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

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

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

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

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