chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html b/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
index ca707c7..9b52058 100644
--- a/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
+++ b/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
@@ -147,10 +147,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
- "state": "A String", # Output only. The current state of the SecretVersion.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
"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>
@@ -175,10 +175,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
- "state": "A String", # Output only. The current state of the SecretVersion.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
"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>
@@ -203,10 +203,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
- "state": "A String", # Output only. The current state of the SecretVersion.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
"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>
@@ -225,10 +225,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
- "state": "A String", # Output only. The current state of the SecretVersion.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
"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>
@@ -249,16 +249,16 @@
An object of the form:
{ # 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.
- "state": "A String", # Output only. The current state of the SecretVersion.
- "createTime": "A String", # Output only. The time at which the SecretVersion was created.
"destroyTime": "A String", # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
"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.
},
],
+ "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.
}</pre>
</div>