chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/dataflow_v1b3.projects.snapshots.html b/docs/dyn/dataflow_v1b3.projects.snapshots.html
index 9168d44..f7c96b6 100644
--- a/docs/dyn/dataflow_v1b3.projects.snapshots.html
+++ b/docs/dyn/dataflow_v1b3.projects.snapshots.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(projectId, snapshotId, location=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets information about a snapshot.</p>
<p class="toc_element">
- <code><a href="#list">list(projectId, location=None, jobId=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(projectId, jobId=None, location=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists snapshots.</p>
<h3>Method Details</h3>
<div class="method">
@@ -106,32 +106,32 @@
An object of the form:
{ # Represents a snapshot of a job.
- "projectId": "A String", # The project this snapshot belongs to.
- "pubsubMetadata": [ # PubSub snapshot metadata.
- { # Represents a 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.
- },
- ],
- "sourceJobId": "A String", # The job this snapshot was created from.
- "id": "A String", # The unique ID of this snapshot.
- "state": "A String", # State of the 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.
- "creationTime": "A String", # The time this snapshot was created.
- "ttl": "A String", # The time after which this snapshot will be automatically deleted.
- }</pre>
+ "creationTime": "A String", # The time this snapshot was created.
+ "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.
+ "id": "A String", # The unique ID of this snapshot.
+ "projectId": "A String", # The project this snapshot belongs to.
+ "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.
+ },
+ ],
+ "sourceJobId": "A String", # The job this snapshot was created from.
+ "state": "A String", # State of the snapshot.
+ "ttl": "A String", # The time after which this snapshot will be automatically deleted.
+}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(projectId, location=None, jobId=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(projectId, jobId=None, location=None, x__xgafv=None)</code>
<pre>Lists snapshots.
Args:
projectId: string, The project ID to list snapshots for. (required)
- location: string, The location to list snapshots in.
jobId: string, If specified, list snapshots created from this job.
+ location: string, The location to list snapshots in.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -141,26 +141,26 @@
An object of the form:
{ # List of snapshots.
- "snapshots": [ # Returned snapshots.
- { # Represents a snapshot of a job.
- "projectId": "A String", # The project this snapshot belongs to.
- "pubsubMetadata": [ # PubSub snapshot metadata.
- { # Represents a 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.
- },
- ],
- "sourceJobId": "A String", # The job this snapshot was created from.
- "id": "A String", # The unique ID of this snapshot.
- "state": "A String", # State of the 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.
- "creationTime": "A String", # The time this snapshot was created.
- "ttl": "A String", # The time after which this snapshot will be automatically deleted.
- },
- ],
- }</pre>
+ "snapshots": [ # Returned snapshots.
+ { # Represents a snapshot of a job.
+ "creationTime": "A String", # The time this snapshot was created.
+ "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.
+ "id": "A String", # The unique ID of this snapshot.
+ "projectId": "A String", # The project this snapshot belongs to.
+ "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.
+ },
+ ],
+ "sourceJobId": "A String", # The job this snapshot was created from.
+ "state": "A String", # State of the snapshot.
+ "ttl": "A String", # The time after which this snapshot will be automatically deleted.
+ },
+ ],
+}</pre>
</div>
</body></html>
\ No newline at end of file