docs: update generated docs (#981)
diff --git a/docs/dyn/vault_v1.matters.html b/docs/dyn/vault_v1.matters.html
index 1026ddf..01469e4 100644
--- a/docs/dyn/vault_v1.matters.html
+++ b/docs/dyn/vault_v1.matters.html
@@ -105,7 +105,7 @@
<code><a href="#get">get(matterId, view=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the specified matter.</p>
<p class="toc_element">
- <code><a href="#list">list(pageToken=None, pageSize=None, view=None, state=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(view=None, pageSize=None, pageToken=None, state=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists matters the user has access to.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -137,16 +137,16 @@
# overwritten.
"sendEmails": True or False, # True to send notification email to the added account.
# False to not send notification email.
- "matterPermission": { # Currently each matter only has one owner, and all others are collaborators. # The MatterPermission to add.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
"ccMe": True or False, # Only relevant if send_emails is true.
# True to CC requestor in the email message.
# False to not CC requestor.
+ "matterPermission": { # Currently each matter only has one owner, and all others are collaborators. # The MatterPermission to add.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
}
x__xgafv: string, V1 error format.
@@ -160,9 +160,9 @@
{ # Currently each matter only has one owner, and all others are collaborators.
# When an account is purged, its corresponding MatterPermission resources
# cease to exist.
- "role": "A String", # The user's role in this matter.
"accountId": "A String", # The account ID, as provided by <a
# href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
}</pre>
</div>
@@ -188,22 +188,22 @@
{ # Response to a CloseMatterRequest.
"matter": { # Represents a matter. # The updated matter, with state CLOSED.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- },
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ },
}</pre>
</div>
@@ -218,22 +218,22 @@
The object takes the form of:
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
-}
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ }
x__xgafv: string, V1 error format.
Allowed values
@@ -244,22 +244,22 @@
An object of the form:
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- }</pre>
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ }</pre>
</div>
<div class="method">
@@ -277,22 +277,22 @@
An object of the form:
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- }</pre>
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ }</pre>
</div>
<div class="method">
@@ -311,33 +311,33 @@
An object of the form:
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- }</pre>
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(pageToken=None, pageSize=None, view=None, state=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(view=None, pageSize=None, pageToken=None, state=None, x__xgafv=None)</code>
<pre>Lists matters the user has access to.
Args:
- pageToken: string, The pagination token as returned in the response.
+ view: string, Specifies which parts of the matter to return in response.
pageSize: integer, The number of matters to return in the response.
Default and maximum are 100.
- view: string, Specifies which parts of the matter to return in response.
+ pageToken: string, The pagination token as returned in the response.
state: string, If set, list only matters with that specific state. The default is listing
matters of all states.
x__xgafv: string, V1 error format.
@@ -349,26 +349,26 @@
An object of the form:
{ # Provides the list of matters.
- "nextPageToken": "A String", # Page token to retrieve the next page of results in the list.
"matters": [ # List of matters.
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- },
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ },
],
+ "nextPageToken": "A String", # Page token to retrieve the next page of results in the list.
}</pre>
</div>
@@ -441,22 +441,22 @@
{ # Response to a ReopenMatterRequest.
"matter": { # Represents a matter. # The updated matter, with state OPEN.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- },
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ },
}</pre>
</div>
@@ -481,22 +481,22 @@
An object of the form:
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- }</pre>
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ }</pre>
</div>
<div class="method">
@@ -512,22 +512,22 @@
The object takes the form of:
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
-}
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ }
x__xgafv: string, V1 error format.
Allowed values
@@ -538,22 +538,22 @@
An object of the form:
{ # Represents a matter.
- "matterId": "A String", # The matter ID which is generated by the server.
- # Should be blank when creating a new matter.
- "state": "A String", # The state of the matter.
- "name": "A String", # The name of the matter.
- "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
- # defined limit on the number of permissions a matter can have.
- { # Currently each matter only has one owner, and all others are collaborators.
- # When an account is purged, its corresponding MatterPermission resources
- # cease to exist.
- "role": "A String", # The user's role in this matter.
- "accountId": "A String", # The account ID, as provided by <a
- # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
- },
- ],
- "description": "A String", # The description of the matter.
- }</pre>
+ "name": "A String", # The name of the matter.
+ "description": "A String", # The description of the matter.
+ "matterId": "A String", # The matter ID which is generated by the server.
+ # Should be blank when creating a new matter.
+ "state": "A String", # The state of the matter.
+ "matterPermissions": [ # List of users and access to the matter. Currently there is no programmer
+ # defined limit on the number of permissions a matter can have.
+ { # Currently each matter only has one owner, and all others are collaborators.
+ # When an account is purged, its corresponding MatterPermission resources
+ # cease to exist.
+ "accountId": "A String", # The account ID, as provided by <a
+ # href="https://developers.google.com/admin-sdk/">Admin SDK</a>.
+ "role": "A String", # The user's role in this matter.
+ },
+ ],
+ }</pre>
</div>
</body></html>
\ No newline at end of file