Skip to content

Commit

Permalink
feat(secretmanager): update the api
Browse files Browse the repository at this point in the history
#### secretmanager:v1

The following keys were added:
- resources.projects.resources.locations.resources.secrets.methods.addVersion (Total Keys: 12)
- resources.projects.resources.locations.resources.secrets.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.secrets.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.secrets.methods.get (Total Keys: 25)
- resources.projects.resources.locations.resources.secrets.methods.list (Total Keys: 18)
- resources.projects.resources.locations.resources.secrets.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.secrets.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.secrets.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.secrets.resources.versions.methods.access (Total Keys: 11)
- resources.projects.resources.locations.resources.secrets.resources.versions.methods.destroy (Total Keys: 12)
- resources.projects.resources.locations.resources.secrets.resources.versions.methods.disable (Total Keys: 12)
- resources.projects.resources.locations.resources.secrets.resources.versions.methods.enable (Total Keys: 12)
- resources.projects.resources.locations.resources.secrets.resources.versions.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.secrets.resources.versions.methods.list (Total Keys: 18)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent ea023b9 commit 1901ae5
Show file tree
Hide file tree
Showing 8 changed files with 1,598 additions and 46 deletions.
5 changes: 5 additions & 0 deletions docs/dyn/secretmanager_v1.projects.locations.html
Expand Up @@ -74,6 +74,11 @@

<h1><a href="secretmanager_v1.html">Secret Manager API</a> . <a href="secretmanager_v1.projects.html">projects</a> . <a href="secretmanager_v1.projects.locations.html">locations</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="secretmanager_v1.projects.locations.secrets.html">secrets()</a></code>
</p>
<p class="firstline">Returns the secrets Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
703 changes: 703 additions & 0 deletions docs/dyn/secretmanager_v1.projects.locations.secrets.html

Large diffs are not rendered by default.

379 changes: 379 additions & 0 deletions docs/dyn/secretmanager_v1.projects.locations.secrets.versions.html

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/dyn/secretmanager_v1.projects.secrets.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/dyn/secretmanager_v1.projects.secrets.versions.html
Expand Up @@ -104,7 +104,7 @@ <h3>Method Details</h3>
<pre>Accesses a SecretVersion. This call returns the secret data. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.

Args:
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)
name: string, Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` or `projects/*/locations/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -114,7 +114,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Response message for SecretManagerService.AccessSecretVersion.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`.
&quot;name&quot;: &quot;A String&quot;, # The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*`.
&quot;payload&quot;: { # A secret payload resource in the Secret Manager API. This contains the sensitive secret payload that is associated with a SecretVersion. # Secret payload
&quot;data&quot;: &quot;A String&quot;, # The secret data. Must be no larger than 64KiB.
&quot;dataCrc32c&quot;: &quot;A String&quot;, # Optional. If specified, SecretManagerService will verify the integrity of the received data on SecretManagerService.AddSecretVersion calls using the crc32c checksum and store it to include in future SecretManagerService.AccessSecretVersion responses. If a checksum is not provided in the SecretManagerService.AddSecretVersion request, the SecretManagerService will generate and store one for you. The CRC32C value is encoded as a Int64 for compatibility, and can be safely downconverted to uint32 in languages that support this type. https://cloud.google.com/apis/design/design_patterns#integer_types
Expand All @@ -132,7 +132,7 @@ <h3>Method Details</h3>
<pre>Destroys a SecretVersion. Sets the state of the SecretVersion to DESTROYED and irrevocably destroys the secret data.

Args:
name: string, Required. The resource name of the SecretVersion to destroy in the format `projects/*/secrets/*/versions/*`. (required)
name: string, Required. The resource name of the SecretVersion to destroy in the format `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*`. (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -180,7 +180,7 @@ <h3>Method Details</h3>
<pre>Disables a SecretVersion. Sets the state of the SecretVersion to DISABLED.

Args:
name: string, Required. The resource name of the SecretVersion to disable in the format `projects/*/secrets/*/versions/*`. (required)
name: string, Required. The resource name of the SecretVersion to disable in the format `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*`. (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -228,7 +228,7 @@ <h3>Method Details</h3>
<pre>Enables a SecretVersion. Sets the state of the SecretVersion to ENABLED.

Args:
name: string, Required. The resource name of the SecretVersion to enable in the format `projects/*/secrets/*/versions/*`. (required)
name: string, Required. The resource name of the SecretVersion to enable in the format `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*`. (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -276,7 +276,7 @@ <h3>Method Details</h3>
<pre>Gets metadata for a SecretVersion. `projects/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion.

Args:
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)
name: string, Required. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*` or `projects/*/locations/*/secrets/*/versions/*`. `projects/*/secrets/*/versions/latest` or `projects/*/locations/*/secrets/*/versions/latest` is an alias to the most recently created SecretVersion. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -317,7 +317,7 @@ <h3>Method Details</h3>
<pre>Lists SecretVersions. This call does not return secret data.

Args:
parent: string, Required. The resource name of the Secret associated with the SecretVersions to list, in the format `projects/*/secrets/*`. (required)
parent: string, Required. The resource name of the Secret associated with the SecretVersions to list, in the format `projects/*/secrets/*` or `projects/*/locations/*/secrets/*`. (required)
filter: string, Optional. Filter string, adhering to the rules in [List-operation filtering](https://cloud.google.com/secret-manager/docs/filtering). List only secret versions matching the filter. If filter is empty, all secret versions are listed.
pageSize: integer, Optional. The maximum number of results to be returned in a single page. If set to 0, the server decides the number of results to return. If the number is greater than 25000, it is capped at 25000.
pageToken: string, Optional. Pagination token, returned earlier via ListSecretVersionsResponse.next_page_token][].
Expand Down

0 comments on commit 1901ae5

Please sign in to comment.