Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update discovery artifacts #1999

Merged
merged 8 commits into from Dec 8, 2022
Merged
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions docs/dyn/batch_v1.projects.locations.html
Expand Up @@ -79,11 +79,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the jobs Resource.</p>

<p class="toc_element">
<code><a href="batch_v1.projects.locations.nodes.html">nodes()</a></code>
</p>
<p class="firstline">Returns the nodes Resource.</p>

<p class="toc_element">
<code><a href="batch_v1.projects.locations.operations.html">operations()</a></code>
</p>
Expand All @@ -94,11 +89,6 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the state Resource.</p>

<p class="toc_element">
<code><a href="batch_v1.projects.locations.tasks.html">tasks()</a></code>
</p>
<p class="firstline">Returns the tasks Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
40 changes: 20 additions & 20 deletions docs/dyn/batch_v1.projects.locations.jobs.html

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions docs/dyn/batch_v1.projects.locations.state.html
Expand Up @@ -121,9 +121,15 @@ <h3>Method Details</h3>
},
],
},
&quot;agentTimingInfo&quot;: { # VM timing information # Agent timing info.
&quot;agentStartupTime&quot;: &quot;A String&quot;, # Agent startup time
&quot;bootTime&quot;: &quot;A String&quot;, # Boot timestamp of the VM OS
&quot;scriptStartupTime&quot;: &quot;A String&quot;, # Startup time of the Batch VM script.
},
&quot;metadata&quot;: { # AgentMetadata never changes for a single instance of VM agent. # Agent metadata.
&quot;creationTime&quot;: &quot;A String&quot;, # When the VM agent started.
&quot;creationTime&quot;: &quot;A String&quot;, # When the VM agent started. Use agent_startup_time instead.
&quot;creator&quot;: &quot;A String&quot;, # Full name of the entity that created this vm. For MIG, this path is: projects/{project}/regions/{region}/InstanceGroupManagers/{igm} The value is retrieved from the vm metadata key of &quot;created-by&quot;.
&quot;imageVersion&quot;: &quot;A String&quot;, # image version for the VM that this agent is installed on.
&quot;instance&quot;: &quot;A String&quot;, # GCP instance name (go/instance-name).
&quot;instanceId&quot;: &quot;A String&quot;, # GCP instance ID (go/instance-id).
&quot;osRelease&quot;: { # parsed contents of /etc/os-release
Expand All @@ -143,6 +149,7 @@ <h3>Method Details</h3>
An object of the form:

{ # Response to ReportAgentStateRequest.
&quot;minReportInterval&quot;: &quot;A String&quot;, # Minimum report interval override
&quot;tasks&quot;: [ # Tasks assigned to the agent
{ # TODO(b/182501497) The message needs to be redefined when the Agent API server updates data in storage per the backend design.
&quot;intendedState&quot;: &quot;A String&quot;, # The intended state of the task.
Expand All @@ -158,7 +165,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
},
&quot;environments&quot;: { # Environment variables to set before running the Task. You can set up to 100 environments.
&quot;environments&quot;: { # Deprecated: please use environment(non-plural) instead.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;lifecyclePolicies&quot;: [ # Lifecycle management schema when any task in a task group is failed. The valid size of lifecycle policies are [0, 10]. For each lifecycle policy, when the condition is met, the action in that policy will execute. If there are multiple policies that the task execution result matches, we use the action from the first matched policy. If task execution result does not meet with any of the defined lifecycle policy, we consider it as the default policy. Default policy means if the exit code is 0, exit task. If task ends with non-zero exit code, retry the task with max_retry_count.
Expand Down Expand Up @@ -188,8 +195,8 @@ <h3>Method Details</h3>
&quot;entrypoint&quot;: &quot;A String&quot;, # Overrides the `ENTRYPOINT` specified in the container.
&quot;imageUri&quot;: &quot;A String&quot;, # The URI to pull the container image from.
&quot;options&quot;: &quot;A String&quot;, # Arbitrary additional options to include in the &quot;docker run&quot; command when running this container, e.g. &quot;--network host&quot;.
&quot;password&quot;: &quot;A String&quot;, # Optional password for logging in to a docker registry. If password matches &quot;projects/*/secrets/*/versions/*&quot; then Batch will read the password from the Secret Manager;
&quot;username&quot;: &quot;A String&quot;, # Optional username for logging in to a docker registry. If username matches &quot;projects/*/secrets/*/versions/*&quot; then Batch will read the username from the Secret Manager.
&quot;password&quot;: &quot;A String&quot;, # Optional password for logging in to a docker registry. If password matches `projects/*/secrets/*/versions/*` then Batch will read the password from the Secret Manager;
&quot;username&quot;: &quot;A String&quot;, # Optional username for logging in to a docker registry. If username matches `projects/*/secrets/*/versions/*` then Batch will read the username from the Secret Manager.
&quot;volumes&quot;: [ # Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run&#x27;s --volume option, e.g. /foo:/bar, or /foo:/bar:ro
&quot;A String&quot;,
],
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/chat_v1.dms.conversations.html
Expand Up @@ -677,7 +677,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -2028,7 +2028,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/chat_v1.dms.html
Expand Up @@ -685,7 +685,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -2036,7 +2036,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -3381,7 +3381,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -4732,7 +4732,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/chat_v1.rooms.conversations.html
Expand Up @@ -677,7 +677,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -2028,7 +2028,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/chat_v1.rooms.html
Expand Up @@ -685,7 +685,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -2036,7 +2036,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -3381,7 +3381,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -4732,7 +4732,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/chat_v1.spaces.html
Expand Up @@ -772,7 +772,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down Expand Up @@ -2123,7 +2123,7 @@ <h3>Method Details</h3>
&quot;argumentText&quot;: &quot;A String&quot;, # Plain-text body of the message with all Chat app mentions stripped out.
&quot;attachment&quot;: [ # User uploaded attachment.
{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/chat_v1.spaces.messages.attachments.html
Expand Up @@ -101,7 +101,7 @@ <h3>Method Details</h3>
An object of the form:

{ # An attachment in Google Chat.
&quot;attachmentDataRef&quot;: { # [Developer Preview](https://developers.google.com/workspace/preview). # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;attachmentDataRef&quot;: { # A reference to the attachment data. This is used with the media API to download the attachment data.
&quot;resourceName&quot;: &quot;A String&quot;, # The resource name of the attachment data. This is used with the media API to download the attachment data.
},
&quot;contentName&quot;: &quot;A String&quot;, # The original file name for the content, not the full path.
Expand Down