build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/displayvideo_v1.users.html b/docs/dyn/displayvideo_v1.users.html
index acc4865..7a66fa2 100644
--- a/docs/dyn/displayvideo_v1.users.html
+++ b/docs/dyn/displayvideo_v1.users.html
@@ -90,7 +90,7 @@
<code><a href="#get">get(userId, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a user.</p>
<p class="toc_element">
- <code><a href="#list">list(pageSize=None, filter=None, orderBy=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(pageToken=None, orderBy=None, filter=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists users that are accessible to the current user. If two users have user roles on the same partner or advertiser, they can access each other.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -114,10 +114,10 @@
],
"createdAssignedUserRoles": [ # The assigned user roles to create in batch, specified as a list of AssignedUserRoles.
{ # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
"userRole": "A String", # Required. The user role to assign to a user for the entity.
"assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
},
],
}
@@ -133,10 +133,10 @@
{
"createdAssignedUserRoles": [ # The list of assigned user roles that have been successfully created. This list will be absent if empty.
{ # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
"userRole": "A String", # Required. The user role to assign to a user for the entity.
"assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
},
],
}</pre>
@@ -156,19 +156,19 @@
The object takes the form of:
{ # A single user in Display & Video 360.
- "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
- "email": "A String", # Required. Immutable. The email address used to identify the user.
- "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
- { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
- "userRole": "A String", # Required. The user role to assign to a user for the entity.
- "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
- },
- ],
- "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
- "name": "A String", # Output only. The resource name of the user.
-}
+ "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+ "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
+ "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
+ { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
+ "userRole": "A String", # Required. The user role to assign to a user for the entity.
+ "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
+ },
+ ],
+ "email": "A String", # Required. Immutable. The email address used to identify the user.
+ "name": "A String", # Output only. The resource name of the user.
+ }
x__xgafv: string, V1 error format.
Allowed values
@@ -179,19 +179,19 @@
An object of the form:
{ # A single user in Display & Video 360.
- "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
- "email": "A String", # Required. Immutable. The email address used to identify the user.
- "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
- { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
- "userRole": "A String", # Required. The user role to assign to a user for the entity.
- "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
- },
- ],
- "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
- "name": "A String", # Output only. The resource name of the user.
- }</pre>
+ "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+ "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
+ "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
+ { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
+ "userRole": "A String", # Required. The user role to assign to a user for the entity.
+ "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
+ },
+ ],
+ "email": "A String", # Required. Immutable. The email address used to identify the user.
+ "name": "A String", # Output only. The resource name of the user.
+ }</pre>
</div>
<div class="method">
@@ -227,30 +227,30 @@
An object of the form:
{ # A single user in Display & Video 360.
- "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
- "email": "A String", # Required. Immutable. The email address used to identify the user.
- "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
- { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
- "userRole": "A String", # Required. The user role to assign to a user for the entity.
- "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
- },
- ],
- "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
- "name": "A String", # Output only. The resource name of the user.
- }</pre>
+ "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+ "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
+ "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
+ { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
+ "userRole": "A String", # Required. The user role to assign to a user for the entity.
+ "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
+ },
+ ],
+ "email": "A String", # Required. Immutable. The email address used to identify the user.
+ "name": "A String", # Output only. The resource name of the user.
+ }</pre>
</div>
<div class="method">
- <code class="details" id="list">list(pageSize=None, filter=None, orderBy=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(pageToken=None, orderBy=None, filter=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists users that are accessible to the current user. If two users have user roles on the same partner or advertiser, they can access each other.
Args:
- pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`.
- filter: string, Allows filtering by user properties. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by the logical operator `AND`. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for the following fields: - `displayName` - `email` * The operator must be `EQUALS (=)` for the following fields: - `assignedUserRole.userRole` - `assignedUserRole.partnerId` - `assignedUserRole.advertiserId` - `assignedUserRole.entityType`: A synthetic field of AssignedUserRole used for filtering. Identifies the type of entity to which the user role is assigned. Valid values are `Partner` and `Advertiser`. - `assignedUserRole.parentPartnerId`: A synthetic field of AssignedUserRole used for filtering. Identifies the parent partner of the entity to which the user role is assigned." Examples: * The user with displayName containing `foo`: `displayName:"foo"` * The user with email containing `bar`: `email:"bar"` * All users with standard user roles: `assignedUserRole.userRole="STANDARD"` * All users with user roles for partner 123: `assignedUserRole.partnerId="123"` * All users with user roles for advertiser 123: `assignedUserRole.advertiserId="123"` * All users with partner level user roles: `entityType="PARTNER"` * All users with user roles for partner 123 and advertisers under partner 123: `parentPartnerId="123"` The length of this field should be no more than 500 characters.
- orderBy: string, Field by which to sort the list. Acceptable values are: * `displayName` (default) The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. For example, `displayName desc`.
pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListUsers` method. If not specified, the first page of results will be returned.
+ orderBy: string, Field by which to sort the list. Acceptable values are: * `displayName` (default) The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. For example, `displayName desc`.
+ filter: string, Allows filtering by user properties. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by the logical operator `AND`. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for the following fields: - `displayName` - `email` * The operator must be `EQUALS (=)` for the following fields: - `assignedUserRole.userRole` - `assignedUserRole.partnerId` - `assignedUserRole.advertiserId` - `assignedUserRole.entityType`: A synthetic field of AssignedUserRole used for filtering. Identifies the type of entity to which the user role is assigned. Valid values are `Partner` and `Advertiser`. - `assignedUserRole.parentPartnerId`: A synthetic field of AssignedUserRole used for filtering. Identifies the parent partner of the entity to which the user role is assigned." Examples: * The user with displayName containing `foo`: `displayName:"foo"` * The user with email containing `bar`: `email:"bar"` * All users with standard user roles: `assignedUserRole.userRole="STANDARD"` * All users with user roles for partner 123: `assignedUserRole.partnerId="123"` * All users with user roles for advertiser 123: `assignedUserRole.advertiserId="123"` * All users with partner level user roles: `entityType="PARTNER"` * All users with user roles for partner 123 and advertisers under partner 123: `parentPartnerId="123"` The length of this field should be no more than 500 characters.
+ pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -260,23 +260,23 @@
An object of the form:
{
+ "nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListUsers` method to retrieve the next page of results. This token will be absent if there are no more results to return.
"users": [ # The list of users. This list will be absent if empty.
{ # A single user in Display & Video 360.
- "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
- "email": "A String", # Required. Immutable. The email address used to identify the user.
- "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
- { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
- "userRole": "A String", # Required. The user role to assign to a user for the entity.
- "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
- },
- ],
- "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
- "name": "A String", # Output only. The resource name of the user.
- },
+ "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+ "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
+ "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
+ { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
+ "userRole": "A String", # Required. The user role to assign to a user for the entity.
+ "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
+ },
+ ],
+ "email": "A String", # Required. Immutable. The email address used to identify the user.
+ "name": "A String", # Output only. The resource name of the user.
+ },
],
- "nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListUsers` method to retrieve the next page of results. This token will be absent if there are no more results to return.
}</pre>
</div>
@@ -304,19 +304,19 @@
The object takes the form of:
{ # A single user in Display & Video 360.
- "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
- "email": "A String", # Required. Immutable. The email address used to identify the user.
- "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
- { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
- "userRole": "A String", # Required. The user role to assign to a user for the entity.
- "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
- },
- ],
- "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
- "name": "A String", # Output only. The resource name of the user.
-}
+ "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+ "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
+ "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
+ { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
+ "userRole": "A String", # Required. The user role to assign to a user for the entity.
+ "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
+ },
+ ],
+ "email": "A String", # Required. Immutable. The email address used to identify the user.
+ "name": "A String", # Output only. The resource name of the user.
+ }
updateMask: string, Required. The mask to control which fields to update.
x__xgafv: string, V1 error format.
@@ -328,19 +328,19 @@
An object of the form:
{ # A single user in Display & Video 360.
- "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
- "email": "A String", # Required. Immutable. The email address used to identify the user.
- "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
- { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
- "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
- "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
- "userRole": "A String", # Required. The user role to assign to a user for the entity.
- "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
- },
- ],
- "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
- "name": "A String", # Output only. The resource name of the user.
- }</pre>
+ "displayName": "A String", # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+ "userId": "A String", # Output only. The unique ID of the user. Assigned by the system.
+ "assignedUserRoles": [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
+ { # A single assigned user role, which defines a user's authorized interaction with a specified partner or advertiser.
+ "userRole": "A String", # Required. The user role to assign to a user for the entity.
+ "assignedUserRoleId": "A String", # Output only. The ID of the assigned user role.
+ "advertiserId": "A String", # The ID of the advertiser that the assigend user role applies to.
+ "partnerId": "A String", # The ID of the partner that the assigned user role applies to.
+ },
+ ],
+ "email": "A String", # Required. Immutable. The email address used to identify the user.
+ "name": "A String", # Output only. The resource name of the user.
+ }</pre>
</div>
</body></html>
\ No newline at end of file