docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/dataflow_v1b3.projects.snapshots.html b/docs/dyn/dataflow_v1b3.projects.snapshots.html
index ad7c077..c58fd59 100644
--- a/docs/dyn/dataflow_v1b3.projects.snapshots.html
+++ b/docs/dyn/dataflow_v1b3.projects.snapshots.html
@@ -98,22 +98,22 @@
An object of the form:
{ # Represents a snapshot of a job.
- "state": "A String", # State of the snapshot.
- "sourceJobId": "A String", # The job this snapshot was created from.
- "projectId": "A String", # The project this snapshot belongs to.
- "id": "A String", # The unique ID of this snapshot.
- "ttl": "A String", # The time after which this snapshot will be automatically deleted.
- "description": "A String", # User specified description of the snapshot. Maybe empty.
- "diskSizeBytes": "A String", # The disk byte size of the snapshot. Only available for snapshots in READY
- # state.
"pubsubMetadata": [ # PubSub snapshot metadata.
{ # Represents a Pubsub snapshot.
- "expireTime": "A String", # The expire time of the Pubsub snapshot.
"snapshotName": "A String", # The name of the Pubsub snapshot.
"topicName": "A String", # The name of the Pubsub topic.
+ "expireTime": "A String", # The expire time of the Pubsub snapshot.
},
],
"creationTime": "A String", # The time this snapshot was created.
+ "sourceJobId": "A String", # The job this snapshot was created from.
+ "state": "A String", # State of the snapshot.
+ "projectId": "A String", # The project this snapshot belongs to.
+ "ttl": "A String", # The time after which this snapshot will be automatically deleted.
+ "id": "A String", # The unique ID of this snapshot.
+ "description": "A String", # User specified description of the snapshot. Maybe empty.
+ "diskSizeBytes": "A String", # The disk byte size of the snapshot. Only available for snapshots in READY
+ # state.
}</pre>
</div>
@@ -136,22 +136,22 @@
{ # List of snapshots.
"snapshots": [ # Returned snapshots.
{ # Represents a snapshot of a job.
- "state": "A String", # State of the snapshot.
- "sourceJobId": "A String", # The job this snapshot was created from.
- "projectId": "A String", # The project this snapshot belongs to.
- "id": "A String", # The unique ID of this snapshot.
- "ttl": "A String", # The time after which this snapshot will be automatically deleted.
- "description": "A String", # User specified description of the snapshot. Maybe empty.
- "diskSizeBytes": "A String", # The disk byte size of the snapshot. Only available for snapshots in READY
- # state.
"pubsubMetadata": [ # PubSub snapshot metadata.
{ # Represents a Pubsub snapshot.
- "expireTime": "A String", # The expire time of the Pubsub snapshot.
"snapshotName": "A String", # The name of the Pubsub snapshot.
"topicName": "A String", # The name of the Pubsub topic.
+ "expireTime": "A String", # The expire time of the Pubsub snapshot.
},
],
"creationTime": "A String", # The time this snapshot was created.
+ "sourceJobId": "A String", # The job this snapshot was created from.
+ "state": "A String", # State of the snapshot.
+ "projectId": "A String", # The project this snapshot belongs to.
+ "ttl": "A String", # The time after which this snapshot will be automatically deleted.
+ "id": "A String", # The unique ID of this snapshot.
+ "description": "A String", # User specified description of the snapshot. Maybe empty.
+ "diskSizeBytes": "A String", # The disk byte size of the snapshot. Only available for snapshots in READY
+ # state.
},
],
}</pre>