기존 새로고침 일정에 액세스하고 수정합니다. 모든 새로고침 일정을 가져오려면 Spreadsheet.getDataSourceRefreshSchedules()
페이지를 참고하세요.
데이터베이스에 연결된 데이터에만 이 클래스를 사용합니다.
방법
메서드 | 반환 유형 | 간략한 설명 |
---|---|---|
getFrequency() | DataSourceRefreshScheduleFrequency | 새로고침 빈도와 시기를 지정하는 새로고침 일정 빈도를 가져옵니다. |
getScope() | DataSourceRefreshScope | 이 새로고침 일정의 범위를 가져옵니다. |
getTimeIntervalOfNextRun() | TimeInterval | 이 새로고침 일정의 다음 실행 기간을 가져옵니다. |
isEnabled() | Boolean | 이 새로고침 일정을 사용 설정할지 결정합니다. |
자세한 문서
getFrequency()
새로고침 빈도와 시기를 지정하는 새로고침 일정 빈도를 가져옵니다.
리턴
DataSourceRefreshScheduleFrequency
: 새로고침 일정 빈도입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getScope()
이 새로고침 일정의 범위를 가져옵니다.
리턴
DataSourceRefreshScope
: 새로고침 범위입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
getTimeIntervalOfNextRun()
이 새로고침 일정의 다음 실행 기간을 가져옵니다. 이 새로고침 일정이 사용 설정된 경우에만 적용됩니다.
리턴
TimeInterval
- 다음 실행 기간입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
isEnabled()
이 새로고침 일정을 사용 설정할지 결정합니다.
리턴
Boolean
- 이 새로고침 일정의 사용 설정 여부입니다.
승인
이 방법을 사용하는 스크립트는 다음 범위 중 하나 이상을 승인해야 합니다.
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets