chore: update docs/dyn (#1106)
diff --git a/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html b/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
index 40b85da..8f28ff5 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>
@@ -147,10 +147,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
+ "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.
"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.
}</pre>
</div>
@@ -175,10 +175,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
+ "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.
"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.
}</pre>
</div>
@@ -203,10 +203,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
+ "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.
"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.
}</pre>
</div>
@@ -225,10 +225,10 @@
An object of the form:
{ # A secret version resource in the Secret Manager API.
+ "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.
"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.
}</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.
+ "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.
"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.
},
],
- "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>