Skip to content

Commit

Permalink
feat(bigquerydatatransfer): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed May 24, 2023
1 parent 0d8fb1e commit 030ba49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/dyn/bigquerydatatransfer_v1.projects.locations.html
Expand Up @@ -146,7 +146,7 @@ <h3>Method Details</h3>
Returns:
An object of the form:

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

{ # The response message for Locations.ListLocations.
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
{ # A resource that represents Google Cloud Platform location.
{ # A resource that represents a Google Cloud location.
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down
Expand Up @@ -637,6 +637,7 @@
]
},
"scheduleRuns": {
"deprecated": true,
"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.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
"httpMethod": "POST",
Expand Down Expand Up @@ -1084,6 +1085,7 @@
]
},
"scheduleRuns": {
"deprecated": true,
"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.",
"flatPath": "v1/projects/{projectsId}/transferConfigs/{transferConfigsId}:scheduleRuns",
"httpMethod": "POST",
Expand Down Expand Up @@ -1340,7 +1342,7 @@
}
}
},
"revision": "20230407",
"revision": "20230524",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down Expand Up @@ -1707,7 +1709,7 @@
"type": "object"
},
"Location": {
"description": "A resource that represents Google Cloud Platform location.",
"description": "A resource that represents a Google Cloud location.",
"id": "Location",
"properties": {
"displayName": {
Expand Down

0 comments on commit 030ba49

Please sign in to comment.