Class GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamHeaderNameBuilder

  • Enclosing interface:
    GoogleSheetsStreamEndpointBuilderFactory

    public static class GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamHeaderNameBuilder
    extends Object
    The builder of headers' name for the Google Sheets Stream component.
    • Constructor Detail

      • GoogleSheetsStreamHeaderNameBuilder

        public GoogleSheetsStreamHeaderNameBuilder()
    • Method Detail

      • googleSheetsSpreadsheetId

        public String googleSheetsSpreadsheetId()
        Specifies the spreadsheet identifier that is used to identify the target to obtain. The option is a: String type. Group: consumer
        Returns:
        the name of the header GoogleSheetsSpreadsheetId.
      • googleSheetsSpreadsheetUrl

        public String googleSheetsSpreadsheetUrl()
        The URL of the spreadsheet. The option is a: String type. Group: consumer
        Returns:
        the name of the header GoogleSheetsSpreadsheetUrl.
      • googleSheetsMajorDimension

        public String googleSheetsMajorDimension()
        The major dimension of the values. The option is a: String type. Group: consumer
        Returns:
        the name of the header GoogleSheetsMajorDimension.
      • googleSheetsRange

        public String googleSheetsRange()
        The range the values cover, in A1 notation. The option is a: String type. Group: consumer
        Returns:
        the name of the header GoogleSheetsRange.
      • googleSheetsRangeIndex

        public String googleSheetsRangeIndex()
        The index of the range. The option is a: int type. Group: consumer
        Returns:
        the name of the header GoogleSheetsRangeIndex.
      • googleSheetsValueIndex

        public String googleSheetsValueIndex()
        The index of the value. The option is a: int type. Group: consumer
        Returns:
        the name of the header GoogleSheetsValueIndex.