FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: Update discovery artifacts by yoshi-code-bot · Pull Request #2050 · googleapis/google-api-python-client · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension .html  (176) .json  (304) .md  (1) All 3 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
  •  
  •  
  •  
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3>Method Details</h3>
&quot;commandExpireTime&quot;: &quot;A String&quot;, # The time at which the command will expire. If the device doesn&#x27;t execute the command within this time the command will become expired.
&quot;commandId&quot;: &quot;A String&quot;, # Unique ID of a device command.
&quot;commandResult&quot;: { # The result of executing a command. # The result of the command execution.
&quot;commandResultPayload&quot;: &quot;A String&quot;, # The payload for the command result. The following commands respond with a payload: - DEVICE_START_CRD_SESSION: Payload is a stringified JSON object in the form: { &quot;url&quot;: url }. The URL provides a link to the CRD session.
&quot;commandResultPayload&quot;: &quot;A String&quot;, # The payload for the command result. The following commands respond with a payload: * `DEVICE_START_CRD_SESSION`: Payload is a stringified JSON object in the form: { &quot;url&quot;: url }. The URL provides a link to the Chrome Remote Desktop session.
&quot;errorMessage&quot;: &quot;A String&quot;, # The error message with a short explanation as to why the command failed. Only present if the command failed.
&quot;executeTime&quot;: &quot;A String&quot;, # The time at which the command was executed or failed to execute.
&quot;result&quot;: &quot;A String&quot;, # The result of the command.
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Method Details</h3>

{ # A request for issuing a command.
&quot;commandType&quot;: &quot;A String&quot;, # The type of command.
&quot;payload&quot;: &quot;A String&quot;, # The payload for the command, provide it only if command supports it. The following commands support adding payload: - SET_VOLUME: Payload is a stringified JSON object in the form: { &quot;volume&quot;: 50 }. The volume has to be an integer in the range [0,100]. - DEVICE_START_CRD_SESSION: Payload is optionally a stringified JSON object in the form: { &quot;ackedUserPresence&quot;: true }. ackedUserPresence is a boolean. If a device is being used, ackedUserPresence must be set to true to acknowledge that you want to start a CRD session anyways. It is false by default, so a CRD command will fail if used on an active device without this field.
&quot;payload&quot;: &quot;A String&quot;, # The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { &quot;volume&quot;: 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { &quot;ackedUserPresence&quot;: true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`.
}

x__xgafv: string, V1 error format.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.users.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Makes a user a super administrator.</p>
<p class="toc_element">
<code><a href="#patch">patch(userKey, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates a user using patch semantics. The update method should be used instead, since it also supports patch semantics and has better performance. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.</p>
<p class="firstline">Updates a user using patch semantics. The update method should be used instead, because it also supports patch semantics and has better performance. If you're mapping an external identity to a Google identity, use the [`update`](https://developers.google.com/admin-sdk/directory/v1/reference/users/update) method instead of the `patch` method. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.</p>
<p class="toc_element">
<code><a href="#signOut">signOut(userKey, x__xgafv=None)</a></code></p>
<p class="firstline">Signs a user out of all web and device sessions and reset their sign-in cookies. User will have to sign in by authenticating again.</p>
Expand Down Expand Up @@ -519,7 +519,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="patch">patch(userKey, body=None, x__xgafv=None)</code>
<pre>Updates a user using patch semantics. The update method should be used instead, since it also supports patch semantics and has better performance. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.
<pre>Updates a user using patch semantics. The update method should be used instead, because it also supports patch semantics and has better performance. If you&#x27;re mapping an external identity to a Google identity, use the [`update`](https://developers.google.com/admin-sdk/directory/v1/reference/users/update) method instead of the `patch` method. This method is unable to clear fields that contain repeated objects (`addresses`, `phones`, etc). Use the update method instead.

Args:
userKey: string, Identifies the user in the API request. The value can be the user&#x27;s primary email address, alias email address, or unique user ID. (required)
Expand Down
10 changes: 5 additions & 5 deletions docs/dyn/alertcenter_v1beta1.alerts.feedback.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ <h3>Method Details</h3>
{ # A customer feedback about an alert.
&quot;alertId&quot;: &quot;A String&quot;, # Output only. The alert identifier.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this feedback was created.
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Google account of the customer.
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Google Workspace account of the customer.
&quot;email&quot;: &quot;A String&quot;, # Output only. The email of the user that provided the feedback.
&quot;feedbackId&quot;: &quot;A String&quot;, # Output only. The unique identifier for the feedback.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the feedback.
}

customerId: string, Optional. The unique identifier of the Google Workspace organization account of the customer the alert is associated with. Inferred from the caller identity if not provided.
customerId: string, Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial &quot;C&quot; stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -119,7 +119,7 @@ <h3>Method Details</h3>
{ # A customer feedback about an alert.
&quot;alertId&quot;: &quot;A String&quot;, # Output only. The alert identifier.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this feedback was created.
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Google account of the customer.
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Google Workspace account of the customer.
&quot;email&quot;: &quot;A String&quot;, # Output only. The email of the user that provided the feedback.
&quot;feedbackId&quot;: &quot;A String&quot;, # Output only. The unique identifier for the feedback.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the feedback.
Expand All @@ -132,7 +132,7 @@ <h3>Method Details</h3>

Args:
alertId: string, Required. The alert identifier. The &quot;-&quot; wildcard could be used to represent all alerts. (required)
customerId: string, Optional. The unique identifier of the Google Workspace organization account of the customer the alert feedback are associated with. Inferred from the caller identity if not provided.
customerId: string, Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The `customer_id` must have the initial &quot;C&quot; stripped (for example, `046psxkn`). Inferred from the caller identity if not provided. [Find your customer ID](https://support.google.com/cloudidentity/answer/10070793).
filter: string, Optional. A query string for filtering alert feedback results. For more details, see [Query filters](https://developers.google.com/admin-sdk/alertcenter/guides/query-filters) and [Supported query filter fields](https://developers.google.com/admin-sdk/alertcenter/reference/filter-fields#alerts.feedback.list).
x__xgafv: string, V1 error format.
Allowed values
Expand All @@ -147,7 +147,7 @@ <h3>Method Details</h3>
{ # A customer feedback about an alert.
&quot;alertId&quot;: &quot;A String&quot;, # Output only. The alert identifier.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this feedback was created.
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Google account of the customer.
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the Google Workspace account of the customer.
&quot;email&quot;: &quot;A String&quot;, # Output only. The email of the user that provided the feedback.
&quot;feedbackId&quot;: &quot;A String&quot;, # Output only. The unique identifier for the feedback.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the feedback.
Expand Down
Loading

Back | FazBrowse Home | New Git URL