build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html b/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
index 16672e2..98d0ed8 100644
--- a/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
+++ b/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
@@ -114,10 +114,10 @@
An object of the form:
{ # Response message for SecretManagerService.AccessSecretVersion.
- "name": "A String", # The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`.
"payload": { # A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion. # Secret payload
"data": "A String", # The secret data. Must be no larger than 64KiB.
},
+ "name": "A String", # The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`.
}</pre>
</div>
@@ -148,9 +148,9 @@
{ # A secret version resource in the Secret Manager API.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
- "state": "A String", # Output only. The current state of the SecretVersion.
"name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+ "state": "A String", # Output only. The current state of the SecretVersion.
+ "createTime": "A String", # Output only. The time at which the SecretVersion was created.
}</pre>
</div>
@@ -176,9 +176,9 @@
{ # A secret version resource in the Secret Manager API.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
- "state": "A String", # Output only. The current state of the SecretVersion.
"name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+ "state": "A String", # Output only. The current state of the SecretVersion.
+ "createTime": "A String", # Output only. The time at which the SecretVersion was created.
}</pre>
</div>
@@ -204,9 +204,9 @@
{ # A secret version resource in the Secret Manager API.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
- "state": "A String", # Output only. The current state of the SecretVersion.
"name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+ "state": "A String", # Output only. The current state of the SecretVersion.
+ "createTime": "A String", # Output only. The time at which the SecretVersion was created.
}</pre>
</div>
@@ -226,9 +226,9 @@
{ # A secret version resource in the Secret Manager API.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
- "state": "A String", # Output only. The current state of the SecretVersion.
"name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+ "state": "A String", # Output only. The current state of the SecretVersion.
+ "createTime": "A String", # Output only. The time at which the SecretVersion was created.
}</pre>
</div>
@@ -250,15 +250,15 @@
{ # Response message for SecretManagerService.ListSecretVersions.
"totalSize": 42, # The total number of SecretVersions.
+ "nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
"versions": [ # The list of SecretVersions sorted in reverse by create_time (newest first).
{ # A secret version resource in the Secret Manager API.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
- "state": "A String", # Output only. The current state of the SecretVersion.
"name": "A String", # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+ "state": "A String", # Output only. The current state of the SecretVersion.
+ "createTime": "A String", # Output only. The time at which the SecretVersion was created.
},
],
- "nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
}</pre>
</div>