Skip to content

Commit

Permalink
Update API type to Time
Browse files Browse the repository at this point in the history
  • Loading branch information
14kw committed Oct 15, 2020
1 parent 3382cc9 commit 98aae59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions products/bigquerydatatransfer/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ objects:
- schedule_options.0.disable_auto_scheduling
- schedule_options.0.start_time
- schedule_options.0.end_time
- !ruby/object:Api::Type::String
- !ruby/object:Api::Type::Time
name: 'startTime'
description: |
Specifies time to start scheduling transfer runs. The first run will be
Expand All @@ -127,7 +127,7 @@ objects:
- schedule_options.0.disable_auto_scheduling
- schedule_options.0.start_time
- schedule_options.0.end_time
- !ruby/object:Api::Type::String
- !ruby/object:Api::Type::Time
name: 'endTime'
description: |
Defines time to stop scheduling transfer runs. A transfer run cannot be
Expand Down

0 comments on commit 98aae59

Please sign in to comment.