Skip to content

Commit 30f2921

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - resources.projects.resources.locations.resources.privateConnections.methods.create.parameters.force (Total Keys: 2)
1 parent 1ad16fa commit 30f2921

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

docs/dyn/datastream_v1.projects.locations.privateConnections.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
86-
<code><a href="#create">create(parent, body=None, privateConnectionId=None, requestId=None, x__xgafv=None)</a></code></p>
86+
<code><a href="#create">create(parent, body=None, force=None, privateConnectionId=None, requestId=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Use this method to create a private connectivity configuration.</p>
8888
<p class="toc_element">
8989
<code><a href="#delete">delete(name, force=None, requestId=None, x__xgafv=None)</a></code></p>
@@ -104,7 +104,7 @@ <h3>Method Details</h3>
104104
</div>
105105

106106
<div class="method">
107-
<code class="details" id="create">create(parent, body=None, privateConnectionId=None, requestId=None, x__xgafv=None)</code>
107+
<code class="details" id="create">create(parent, body=None, force=None, privateConnectionId=None, requestId=None, x__xgafv=None)</code>
108108
<pre>Use this method to create a private connectivity configuration.
109109

110110
Args:
@@ -136,6 +136,7 @@ <h3>Method Details</h3>
136136
},
137137
}
138138

139+
force: boolean, Optional. If set to true, will skip validations.
139140
privateConnectionId: string, Required. The private connectivity identifier.
140141
requestId: string, Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
141142
x__xgafv: string, V1 error format.

docs/dyn/datastream_v1.projects.locations.streams.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h3>Method Details</h3>
198198
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
199199
&quot;dataFreshness&quot;: &quot;A String&quot;, # The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
200200
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
201-
&quot;datasetId&quot;: &quot;A String&quot;,
201+
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
202202
},
203203
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
204204
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.
@@ -568,7 +568,7 @@ <h3>Method Details</h3>
568568
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
569569
&quot;dataFreshness&quot;: &quot;A String&quot;, # The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
570570
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
571-
&quot;datasetId&quot;: &quot;A String&quot;,
571+
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
572572
},
573573
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
574574
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.
@@ -877,7 +877,7 @@ <h3>Method Details</h3>
877877
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
878878
&quot;dataFreshness&quot;: &quot;A String&quot;, # The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
879879
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
880-
&quot;datasetId&quot;: &quot;A String&quot;,
880+
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
881881
},
882882
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
883883
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.
@@ -1193,7 +1193,7 @@ <h3>Method Details</h3>
11931193
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
11941194
&quot;dataFreshness&quot;: &quot;A String&quot;, # The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
11951195
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
1196-
&quot;datasetId&quot;: &quot;A String&quot;,
1196+
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
11971197
},
11981198
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
11991199
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,11 @@
577577
"parent"
578578
],
579579
"parameters": {
580+
"force": {
581+
"description": "Optional. If set to true, will skip validations.",
582+
"location": "query",
583+
"type": "boolean"
584+
},
580585
"parent": {
581586
"description": "Required. The parent that owns the collection of PrivateConnections.",
582587
"location": "path",
@@ -1217,7 +1222,7 @@
12171222
}
12181223
}
12191224
},
1220-
"revision": "20221106",
1225+
"revision": "20221128",
12211226
"rootUrl": "https://datastream.googleapis.com/",
12221227
"schemas": {
12231228
"AvroFileFormat": {
@@ -2601,6 +2606,7 @@
26012606
"id": "SingleTargetDataset",
26022607
"properties": {
26032608
"datasetId": {
2609+
"description": "The dataset ID of the target dataset.",
26042610
"type": "string"
26052611
}
26062612
},

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@
11961196
}
11971197
}
11981198
},
1199-
"revision": "20221106",
1199+
"revision": "20221128",
12001200
"rootUrl": "https://datastream.googleapis.com/",
12011201
"schemas": {
12021202
"AvroFileFormat": {

0 commit comments

Comments
 (0)