You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### datastream:v1
The following keys were added:
- resources.projects.resources.locations.resources.privateConnections.methods.create.parameters.force (Total Keys: 2)
<pre>Use this method to create a private connectivity configuration.
109
109
110
110
Args:
@@ -136,6 +136,7 @@ <h3>Method Details</h3>
136
136
},
137
137
}
138
138
139
+
force: boolean, Optional. If set to true, will skip validations.
139
140
privateConnectionId: string, Required. The private connectivity identifier.
140
141
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).
"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.
200
200
"singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset.
201
-
"datasetId": "A String",
201
+
"datasetId": "A String", # The dataset ID of the target dataset.
202
202
},
203
203
"sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
204
204
"datasetTemplate": { # Dataset template used for dynamic dataset creation.
"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.
570
570
"singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset.
571
-
"datasetId": "A String",
571
+
"datasetId": "A String", # The dataset ID of the target dataset.
572
572
},
573
573
"sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
574
574
"datasetTemplate": { # Dataset template used for dynamic dataset creation.
"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.
879
879
"singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset.
880
-
"datasetId": "A String",
880
+
"datasetId": "A String", # The dataset ID of the target dataset.
881
881
},
882
882
"sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
883
883
"datasetTemplate": { # Dataset template used for dynamic dataset creation.
"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.
1195
1195
"singleTargetDataset": { # A single target dataset to which all data will be streamed. # Single destination dataset.
1196
-
"datasetId": "A String",
1196
+
"datasetId": "A String", # The dataset ID of the target dataset.
1197
1197
},
1198
1198
"sourceHierarchyDatasets": { # Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy. # Source hierarchy datasets.
1199
1199
"datasetTemplate": { # Dataset template used for dynamic dataset creation.
0 commit comments