diff --git a/docs/dyn/datastream_v1.projects.locations.privateConnections.html b/docs/dyn/datastream_v1.projects.locations.privateConnections.html index 502418dd6a1..5320d35e919 100644 --- a/docs/dyn/datastream_v1.projects.locations.privateConnections.html +++ b/docs/dyn/datastream_v1.projects.locations.privateConnections.html @@ -83,7 +83,7 @@

Instance Methods

close()

Close httplib2 connections.

- create(parent, body=None, privateConnectionId=None, requestId=None, x__xgafv=None)

+ create(parent, body=None, force=None, privateConnectionId=None, requestId=None, x__xgafv=None)

Use this method to create a private connectivity configuration.

delete(name, force=None, requestId=None, x__xgafv=None)

@@ -104,7 +104,7 @@

Method Details

- create(parent, body=None, privateConnectionId=None, requestId=None, x__xgafv=None) + create(parent, body=None, force=None, privateConnectionId=None, requestId=None, x__xgafv=None)
Use this method to create a private connectivity configuration.
 
 Args:
@@ -136,6 +136,7 @@ 

Method Details

}, } + 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. diff --git a/docs/dyn/datastream_v1.projects.locations.streams.html b/docs/dyn/datastream_v1.projects.locations.streams.html index 48f8b069b3a..3c0cb511227 100644 --- a/docs/dyn/datastream_v1.projects.locations.streams.html +++ b/docs/dyn/datastream_v1.projects.locations.streams.html @@ -198,7 +198,7 @@

Method Details

"bigqueryDestinationConfig": { # BigQuery destination configuration. "dataFreshness": "A String", # 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. "singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset. - "datasetId": "A String", + "datasetId": "A String", # The dataset ID of the target dataset. }, "sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets. "datasetTemplate": { # Dataset template used for dynamic dataset creation. @@ -568,7 +568,7 @@

Method Details

"bigqueryDestinationConfig": { # BigQuery destination configuration. "dataFreshness": "A String", # 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. "singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset. - "datasetId": "A String", + "datasetId": "A String", # The dataset ID of the target dataset. }, "sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets. "datasetTemplate": { # Dataset template used for dynamic dataset creation. @@ -877,7 +877,7 @@

Method Details

"bigqueryDestinationConfig": { # BigQuery destination configuration. "dataFreshness": "A String", # 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. "singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset. - "datasetId": "A String", + "datasetId": "A String", # The dataset ID of the target dataset. }, "sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets. "datasetTemplate": { # Dataset template used for dynamic dataset creation. @@ -1193,7 +1193,7 @@

Method Details

"bigqueryDestinationConfig": { # BigQuery destination configuration. "dataFreshness": "A String", # 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. "singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset. - "datasetId": "A String", + "datasetId": "A String", # The dataset ID of the target dataset. }, "sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets. "datasetTemplate": { # Dataset template used for dynamic dataset creation. diff --git a/googleapiclient/discovery_cache/documents/datastream.v1.json b/googleapiclient/discovery_cache/documents/datastream.v1.json index 434cd26b76c..503d7e4aa5f 100644 --- a/googleapiclient/discovery_cache/documents/datastream.v1.json +++ b/googleapiclient/discovery_cache/documents/datastream.v1.json @@ -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", @@ -1217,7 +1222,7 @@ } } }, - "revision": "20221106", + "revision": "20221128", "rootUrl": "https://datastream.googleapis.com/", "schemas": { "AvroFileFormat": { @@ -2601,6 +2606,7 @@ "id": "SingleTargetDataset", "properties": { "datasetId": { + "description": "The dataset ID of the target dataset.", "type": "string" } }, diff --git a/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json b/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json index 1999dcc345d..d674e97f2f2 100644 --- a/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/datastream.v1alpha1.json @@ -1196,7 +1196,7 @@ } } }, - "revision": "20221106", + "revision": "20221128", "rootUrl": "https://datastream.googleapis.com/", "schemas": { "AvroFileFormat": {