Skip to content

Commit aa81a65

Browse files
chore(secretmanager): update the api
1 parent 5484cae commit aa81a65

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/dyn/secretmanager_v1.projects.secrets.versions.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1><a href="secretmanager_v1.html">Secret Manager API</a> . <a href="secretmana
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
7878
<code><a href="#access">access(name, x__xgafv=None)</a></code></p>
79-
<p class="firstline">Accesses a SecretVersion. This call returns the secret data. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion.</p>
79+
<p class="firstline">Accesses a SecretVersion. This call returns the secret data. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.</p>
8080
<p class="toc_element">
8181
<code><a href="#close">close()</a></code></p>
8282
<p class="firstline">Close httplib2 connections.</p>
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<p class="firstline">Enables a SecretVersion. Sets the state of the SecretVersion to ENABLED.</p>
9292
<p class="toc_element">
9393
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion.</p>
94+
<p class="firstline">Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.</p>
9595
<p class="toc_element">
9696
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Lists SecretVersions. This call does not return secret data.</p>
@@ -101,10 +101,10 @@ <h2>Instance Methods</h2>
101101
<h3>Method Details</h3>
102102
<div class="method">
103103
<code class="details" id="access">access(name, x__xgafv=None)</code>
104-
<pre>Accesses a SecretVersion. This call returns the secret data. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion.
104+
<pre>Accesses a SecretVersion. This call returns the secret data. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.
105105

106106
Args:
107-
name: string, Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. (required)
107+
name: string, Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion. (required)
108108
x__xgafv: string, V1 error format.
109109
Allowed values
110110
1 - v1 error format
@@ -263,10 +263,10 @@ <h3>Method Details</h3>
263263

264264
<div class="method">
265265
<code class="details" id="get">get(name, x__xgafv=None)</code>
266-
<pre>Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion.
266+
<pre>Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.
267267

268268
Args:
269-
name: string, Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion. (required)
269+
name: string, Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion. (required)
270270
x__xgafv: string, V1 error format.
271271
Allowed values
272272
1 - v1 error format

googleapiclient/discovery_cache/documents/secretmanager.v1.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
"versions": {
453453
"methods": {
454454
"access": {
455-
"description": "Accesses a SecretVersion. This call returns the secret data. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion.",
455+
"description": "Accesses a SecretVersion. This call returns the secret data. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.",
456456
"flatPath": "v1/projects/{projectsId}/secrets/{secretsId}/versions/{versionsId}:access",
457457
"httpMethod": "GET",
458458
"id": "secretmanager.projects.secrets.versions.access",
@@ -461,7 +461,7 @@
461461
],
462462
"parameters": {
463463
"name": {
464-
"description": "Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`.",
464+
"description": "Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.",
465465
"location": "path",
466466
"pattern": "^projects/[^/]+/secrets/[^/]+/versions/[^/]+$",
467467
"required": true,
@@ -561,7 +561,7 @@
561561
]
562562
},
563563
"get": {
564-
"description": "Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion.",
564+
"description": "Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.",
565565
"flatPath": "v1/projects/{projectsId}/secrets/{secretsId}/versions/{versionsId}",
566566
"httpMethod": "GET",
567567
"id": "secretmanager.projects.secrets.versions.get",
@@ -570,7 +570,7 @@
570570
],
571571
"parameters": {
572572
"name": {
573-
"description": "Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` is an alias to the `latest` SecretVersion.",
573+
"description": "Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.",
574574
"location": "path",
575575
"pattern": "^projects/[^/]+/secrets/[^/]+/versions/[^/]+$",
576576
"required": true,
@@ -628,7 +628,7 @@
628628
}
629629
}
630630
},
631-
"revision": "20210409",
631+
"revision": "20210416",
632632
"rootUrl": "https://secretmanager.googleapis.com/",
633633
"schemas": {
634634
"AccessSecretVersionResponse": {

googleapiclient/discovery_cache/documents/secretmanager.v1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
}
629629
}
630630
},
631-
"revision": "20210409",
631+
"revision": "20210416",
632632
"rootUrl": "https://secretmanager.googleapis.com/",
633633
"schemas": {
634634
"AccessSecretVersionResponse": {

0 commit comments

Comments
 (0)