Skip to content

Commit 83c2c4d

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were added: - schemas.BackfillJob.properties.state.readOnly (Total Keys: 1) - schemas.Validation.properties.state.readOnly (Total Keys: 1)
1 parent 634d267 commit 83c2c4d

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130130
],
131131
&quot;lastEndTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s end time.
132132
&quot;lastStartTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s start time.
133-
&quot;state&quot;: &quot;A String&quot;, # Backfill job state.
133+
&quot;state&quot;: &quot;A String&quot;, # Output only. Backfill job state.
134134
&quot;trigger&quot;: &quot;A String&quot;, # Backfill job&#x27;s triggering reason.
135135
},
136136
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the object.
@@ -199,7 +199,7 @@ <h3>Method Details</h3>
199199
],
200200
&quot;lastEndTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s end time.
201201
&quot;lastStartTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s start time.
202-
&quot;state&quot;: &quot;A String&quot;, # Backfill job state.
202+
&quot;state&quot;: &quot;A String&quot;, # Output only. Backfill job state.
203203
&quot;trigger&quot;: &quot;A String&quot;, # Backfill job&#x27;s triggering reason.
204204
},
205205
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the object.
@@ -299,7 +299,7 @@ <h3>Method Details</h3>
299299
],
300300
&quot;lastEndTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s end time.
301301
&quot;lastStartTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s start time.
302-
&quot;state&quot;: &quot;A String&quot;, # Backfill job state.
302+
&quot;state&quot;: &quot;A String&quot;, # Output only. Backfill job state.
303303
&quot;trigger&quot;: &quot;A String&quot;, # Backfill job&#x27;s triggering reason.
304304
},
305305
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the object.
@@ -370,7 +370,7 @@ <h3>Method Details</h3>
370370
],
371371
&quot;lastEndTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s end time.
372372
&quot;lastStartTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s start time.
373-
&quot;state&quot;: &quot;A String&quot;, # Backfill job state.
373+
&quot;state&quot;: &quot;A String&quot;, # Output only. Backfill job state.
374374
&quot;trigger&quot;: &quot;A String&quot;, # Backfill job&#x27;s triggering reason.
375375
},
376376
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the object.
@@ -442,7 +442,7 @@ <h3>Method Details</h3>
442442
],
443443
&quot;lastEndTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s end time.
444444
&quot;lastStartTime&quot;: &quot;A String&quot;, # Output only. Backfill job&#x27;s start time.
445-
&quot;state&quot;: &quot;A String&quot;, # Backfill job state.
445+
&quot;state&quot;: &quot;A String&quot;, # Output only. Backfill job state.
446446
&quot;trigger&quot;: &quot;A String&quot;, # Backfill job&#x27;s triggering reason.
447447
},
448448
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the object.

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@
12331233
}
12341234
}
12351235
},
1236-
"revision": "20230522",
1236+
"revision": "20230607",
12371237
"rootUrl": "https://datastream.googleapis.com/",
12381238
"schemas": {
12391239
"AvroFileFormat": {
@@ -1286,7 +1286,7 @@
12861286
"type": "string"
12871287
},
12881288
"state": {
1289-
"description": "Backfill job state.",
1289+
"description": "Output only. Backfill job state.",
12901290
"enum": [
12911291
"STATE_UNSPECIFIED",
12921292
"NOT_STARTED",
@@ -1307,6 +1307,7 @@
13071307
"Backfill completed successfully.",
13081308
"Backfill job failed since the table structure is currently unsupported for backfill."
13091309
],
1310+
"readOnly": true,
13101311
"type": "string"
13111312
},
13121313
"trigger": {
@@ -2918,7 +2919,7 @@
29182919
"type": "array"
29192920
},
29202921
"state": {
2921-
"description": "Validation execution status.",
2922+
"description": "Output only. Validation execution status.",
29222923
"enum": [
29232924
"STATE_UNSPECIFIED",
29242925
"NOT_EXECUTED",
@@ -2931,6 +2932,7 @@
29312932
"Validation failed.",
29322933
"Validation passed."
29332934
],
2935+
"readOnly": true,
29342936
"type": "string"
29352937
}
29362938
},

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,7 @@
12241224
}
12251225
}
12261226
},
1227-
"revision": "20230522",
1227+
"revision": "20230607",
12281228
"rootUrl": "https://datastream.googleapis.com/",
12291229
"schemas": {
12301230
"AvroFileFormat": {

0 commit comments

Comments
 (0)