Skip to content

Commit

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

The following keys were added:
- schemas.V2Key.properties.annotations (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Mar 22, 2022
1 parent 05d3479 commit 0a7914e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/dyn/apikeys_v2.projects.locations.keys.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ <h3>Method Details</h3>
The object takes the form of:

{ # The representation of a key managed by the API Keys API.
&quot;annotations&quot;: { # Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was originally created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. A timestamp when this key was deleted. If the resource is not deleted, this must be empty.
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key that you can modify. The maximum length is 63 characters.
Expand Down Expand Up @@ -286,6 +289,9 @@ <h3>Method Details</h3>
An object of the form:

{ # The representation of a key managed by the API Keys API.
&quot;annotations&quot;: { # Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was originally created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. A timestamp when this key was deleted. If the resource is not deleted, this must be empty.
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key that you can modify. The maximum length is 63 characters.
Expand Down Expand Up @@ -370,6 +376,9 @@ <h3>Method Details</h3>
{ # Response message for `ListKeys` method.
&quot;keys&quot;: [ # A list of API keys.
{ # The representation of a key managed by the API Keys API.
&quot;annotations&quot;: { # Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was originally created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. A timestamp when this key was deleted. If the resource is not deleted, this must be empty.
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key that you can modify. The maximum length is 63 characters.
Expand Down Expand Up @@ -441,6 +450,9 @@ <h3>Method Details</h3>
The object takes the form of:

{ # The representation of a key managed by the API Keys API.
&quot;annotations&quot;: { # Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. A timestamp identifying the time this key was originally created.
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. A timestamp when this key was deleted. If the resource is not deleted, this must be empty.
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable display name of this key that you can modify. The maximum length is 63 characters.
Expand Down
9 changes: 8 additions & 1 deletion googleapiclient/discovery_cache/documents/apikeys.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
}
}
},
"revision": "20220312",
"revision": "20220319",
"rootUrl": "https://apikeys.googleapis.com/",
"schemas": {
"Operation": {
Expand Down Expand Up @@ -595,6 +595,13 @@
"description": "The representation of a key managed by the API Keys API.",
"id": "V2Key",
"properties": {
"annotations": {
"additionalProperties": {
"type": "string"
},
"description": "Annotations is an unstructured key-value map stored with a policy that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects.",
"type": "object"
},
"createTime": {
"description": "Output only. A timestamp identifying the time this key was originally created.",
"format": "google-datetime",
Expand Down

0 comments on commit 0a7914e

Please sign in to comment.