Skip to content

Commit

Permalink
feat(datastream): update the api
Browse files Browse the repository at this point in the history
#### datastream:v1

The following keys were added:
- resources.projects.resources.locations.resources.privateConnections.methods.create.parameters.force (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Dec 20, 2022
1 parent 1ad16fa commit 30f2921
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
Expand Up @@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, privateConnectionId=None, requestId=None, x__xgafv=None)</a></code></p>
<code><a href="#create">create(parent, body=None, force=None, privateConnectionId=None, requestId=None, x__xgafv=None)</a></code></p>
<p class="firstline">Use this method to create a private connectivity configuration.</p>
<p class="toc_element">
<code><a href="#delete">delete(name, force=None, requestId=None, x__xgafv=None)</a></code></p>
Expand All @@ -104,7 +104,7 @@ <h3>Method Details</h3>
</div>

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

Args:
Expand Down Expand Up @@ -136,6 +136,7 @@ <h3>Method Details</h3>
},
}

force: boolean, Optional. If set to true, will skip validations.
privateConnectionId: string, Required. The private connectivity identifier.
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).
x__xgafv: string, V1 error format.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/datastream_v1.projects.locations.streams.html
Expand Up @@ -198,7 +198,7 @@ <h3>Method Details</h3>
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
&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.
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
&quot;datasetId&quot;: &quot;A String&quot;,
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
},
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.
Expand Down Expand Up @@ -568,7 +568,7 @@ <h3>Method Details</h3>
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
&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.
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
&quot;datasetId&quot;: &quot;A String&quot;,
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
},
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.
Expand Down Expand Up @@ -877,7 +877,7 @@ <h3>Method Details</h3>
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
&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.
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
&quot;datasetId&quot;: &quot;A String&quot;,
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
},
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.
Expand Down Expand Up @@ -1193,7 +1193,7 @@ <h3>Method Details</h3>
&quot;bigqueryDestinationConfig&quot;: { # BigQuery destination configuration.
&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.
&quot;singleTargetDataset&quot;: { # A single target dataset to which all data will be streamed. # Single destination dataset.
&quot;datasetId&quot;: &quot;A String&quot;,
&quot;datasetId&quot;: &quot;A String&quot;, # The dataset ID of the target dataset.
},
&quot;sourceHierarchyDatasets&quot;: { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
&quot;datasetTemplate&quot;: { # Dataset template used for dynamic dataset creation.
Expand Down
8 changes: 7 additions & 1 deletion googleapiclient/discovery_cache/documents/datastream.v1.json
Expand Up @@ -577,6 +577,11 @@
"parent"
],
"parameters": {
"force": {
"description": "Optional. If set to true, will skip validations.",
"location": "query",
"type": "boolean"
},
"parent": {
"description": "Required. The parent that owns the collection of PrivateConnections.",
"location": "path",
Expand Down Expand Up @@ -1217,7 +1222,7 @@
}
}
},
"revision": "20221106",
"revision": "20221128",
"rootUrl": "https://datastream.googleapis.com/",
"schemas": {
"AvroFileFormat": {
Expand Down Expand Up @@ -2601,6 +2606,7 @@
"id": "SingleTargetDataset",
"properties": {
"datasetId": {
"description": "The dataset ID of the target dataset.",
"type": "string"
}
},
Expand Down
Expand Up @@ -1196,7 +1196,7 @@
}
}
},
"revision": "20221106",
"revision": "20221128",
"rootUrl": "https://datastream.googleapis.com/",
"schemas": {
"AvroFileFormat": {
Expand Down

0 comments on commit 30f2921

Please sign in to comment.