Skip to content

Commit

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

The following keys were added:
- schemas.Matter.properties.matterRegion.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Aug 13, 2024
1 parent c3529f8 commit 0e02e2f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/dyn/vault_v1.matters.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
},
Expand Down Expand Up @@ -324,6 +325,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
}
Expand All @@ -345,6 +347,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
}</pre>
Expand Down Expand Up @@ -373,6 +376,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
}</pre>
Expand Down Expand Up @@ -406,6 +410,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
}</pre>
Expand Down Expand Up @@ -448,6 +453,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
},
Expand Down Expand Up @@ -525,6 +531,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
},
Expand Down Expand Up @@ -560,6 +567,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
}</pre>
Expand All @@ -583,6 +591,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
}
Expand All @@ -604,6 +613,7 @@ <h3>Method Details</h3>
&quot;role&quot;: &quot;A String&quot;, # The user&#x27;s role for the matter.
},
],
&quot;matterRegion&quot;: &quot;A String&quot;, # Optional. The requested data region for the matter.
&quot;name&quot;: &quot;A String&quot;, # The name of the matter.
&quot;state&quot;: &quot;A String&quot;, # The state of the matter.
}</pre>
Expand Down
18 changes: 17 additions & 1 deletion googleapiclient/discovery_cache/documents/vault.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@
}
}
},
"revision": "20240617",
"revision": "20240806",
"rootUrl": "https://vault.googleapis.com/",
"schemas": {
"AccountCount": {
Expand Down Expand Up @@ -2297,6 +2297,22 @@
},
"type": "array"
},
"matterRegion": {
"description": "Optional. The requested data region for the matter.",
"enum": [
"MATTER_REGION_UNSPECIFIED",
"ANY",
"US",
"EUROPE"
],
"enumDescriptions": [
"The region is unspecified. Defaults to ANY.",
"Any region.",
"United States region.",
"Europe region."
],
"type": "string"
},
"name": {
"description": "The name of the matter.",
"type": "string"
Expand Down

0 comments on commit 0e02e2f

Please sign in to comment.