Skip to content

Commit 030ba49

Browse files
feat(bigquerydatatransfer): update the api
#### bigquerydatatransfer:v1 The following keys were added: - resources.projects.resources.locations.resources.transferConfigs.methods.scheduleRuns.deprecated (Total Keys: 1) - resources.projects.resources.transferConfigs.methods.scheduleRuns.deprecated (Total Keys: 1)
1 parent 0d8fb1e commit 030ba49

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/dyn/bigquerydatatransfer_v1.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146146
Returns:
147147
An object of the form:
148148

149-
{ # A resource that represents Google Cloud Platform location.
149+
{ # A resource that represents a Google Cloud location.
150150
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
151151
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
152152
&quot;a_key&quot;: &quot;A String&quot;,
@@ -178,7 +178,7 @@ <h3>Method Details</h3>
178178

179179
{ # The response message for Locations.ListLocations.
180180
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
181-
{ # A resource that represents Google Cloud Platform location.
181+
{ # A resource that represents a Google Cloud location.
182182
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
183183
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
184184
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/bigquerydatatransfer.v1.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@
637637
]
638638
},
639639
"scheduleRuns": {
640+
"deprecated": true,
640641
"description": "Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.",
641642
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
642643
"httpMethod": "POST",
@@ -1084,6 +1085,7 @@
10841085
]
10851086
},
10861087
"scheduleRuns": {
1088+
"deprecated": true,
10871089
"description": "Creates transfer runs for a time range [start_time, end_time]. For each date - or whatever granularity the data source supports - in the range, one transfer run is created. Note that runs are created per UTC time in the time range. DEPRECATED: use StartManualTransferRuns instead.",
10881090
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
10891091
"httpMethod": "POST",
@@ -1340,7 +1342,7 @@
13401342
}
13411343
}
13421344
},
1343-
"revision": "20230407",
1345+
"revision": "20230524",
13441346
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
13451347
"schemas": {
13461348
"CheckValidCredsRequest": {
@@ -1707,7 +1709,7 @@
17071709
"type": "object"
17081710
},
17091711
"Location": {
1710-
"description": "A resource that represents Google Cloud Platform location.",
1712+
"description": "A resource that represents a Google Cloud location.",
17111713
"id": "Location",
17121714
"properties": {
17131715
"displayName": {

0 commit comments

Comments
 (0)