You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/batch_v1.projects.locations.state.html
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -121,9 +121,15 @@ <h3>Method Details</h3>
121
121
},
122
122
],
123
123
},
124
+
"agentTimingInfo": { # VM timing information # Agent timing info.
125
+
"agentStartupTime": "A String", # Agent startup time
126
+
"bootTime": "A String", # Boot timestamp of the VM OS
127
+
"scriptStartupTime": "A String", # Startup time of the Batch VM script.
128
+
},
124
129
"metadata": { # AgentMetadata never changes for a single instance of VM agent. # Agent metadata.
125
-
"creationTime": "A String", # When the VM agent started.
130
+
"creationTime": "A String", # When the VM agent started. Use agent_startup_time instead.
126
131
"creator": "A String", # 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 "created-by".
132
+
"imageVersion": "A String", # image version for the VM that this agent is installed on.
127
133
"instance": "A String", # GCP instance name (go/instance-name).
128
134
"instanceId": "A String", # GCP instance ID (go/instance-id).
129
135
"osRelease": { # parsed contents of /etc/os-release
"tasks": [ # Tasks assigned to the agent
147
154
{ # TODO(b/182501497) The message needs to be redefined when the Agent API server updates data in storage per the backend design.
148
155
"intendedState": "A String", # The intended state of the task.
@@ -158,7 +165,7 @@ <h3>Method Details</h3>
158
165
"a_key": "A String",
159
166
},
160
167
},
161
-
"environments": { # Environment variables to set before running the Task. You can set up to 100 environments.
168
+
"environments": { # Deprecated: please use environment(non-plural) instead.
162
169
"a_key": "A String",
163
170
},
164
171
"lifecyclePolicies": [ # 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.
@@ -188,8 +195,8 @@ <h3>Method Details</h3>
188
195
"entrypoint": "A String", # Overrides the `ENTRYPOINT` specified in the container.
189
196
"imageUri": "A String", # The URI to pull the container image from.
190
197
"options": "A String", # Arbitrary additional options to include in the "docker run" command when running this container, e.g. "--network host".
191
-
"password": "A String", # 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;
192
-
"username": "A String", # 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.
198
+
"password": "A String", # 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;
199
+
"username": "A String", # 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.
193
200
"volumes": [ # Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run's --volume option, e.g. /foo:/bar, or /foo:/bar:ro
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.dms.conversations.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -677,7 +677,7 @@ <h3>Method Details</h3>
677
677
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
678
678
"attachment": [ # User uploaded attachment.
679
679
{ # An attachment in Google Chat.
680
-
"attachmentDataRef": { # [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.
680
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
681
681
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
682
682
},
683
683
"contentName": "A String", # The original file name for the content, not the full path.
@@ -2028,7 +2028,7 @@ <h3>Method Details</h3>
2028
2028
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
2029
2029
"attachment": [ # User uploaded attachment.
2030
2030
{ # An attachment in Google Chat.
2031
-
"attachmentDataRef": { # [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.
2031
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
2032
2032
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
2033
2033
},
2034
2034
"contentName": "A String", # The original file name for the content, not the full path.
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.dms.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -685,7 +685,7 @@ <h3>Method Details</h3>
685
685
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
686
686
"attachment": [ # User uploaded attachment.
687
687
{ # An attachment in Google Chat.
688
-
"attachmentDataRef": { # [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.
688
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
689
689
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
690
690
},
691
691
"contentName": "A String", # The original file name for the content, not the full path.
@@ -2036,7 +2036,7 @@ <h3>Method Details</h3>
2036
2036
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
2037
2037
"attachment": [ # User uploaded attachment.
2038
2038
{ # An attachment in Google Chat.
2039
-
"attachmentDataRef": { # [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.
2039
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
2040
2040
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
2041
2041
},
2042
2042
"contentName": "A String", # The original file name for the content, not the full path.
@@ -3381,7 +3381,7 @@ <h3>Method Details</h3>
3381
3381
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
3382
3382
"attachment": [ # User uploaded attachment.
3383
3383
{ # An attachment in Google Chat.
3384
-
"attachmentDataRef": { # [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.
3384
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
3385
3385
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
3386
3386
},
3387
3387
"contentName": "A String", # The original file name for the content, not the full path.
@@ -4732,7 +4732,7 @@ <h3>Method Details</h3>
4732
4732
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
4733
4733
"attachment": [ # User uploaded attachment.
4734
4734
{ # An attachment in Google Chat.
4735
-
"attachmentDataRef": { # [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.
4735
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
4736
4736
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
4737
4737
},
4738
4738
"contentName": "A String", # The original file name for the content, not the full path.
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.rooms.conversations.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -677,7 +677,7 @@ <h3>Method Details</h3>
677
677
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
678
678
"attachment": [ # User uploaded attachment.
679
679
{ # An attachment in Google Chat.
680
-
"attachmentDataRef": { # [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.
680
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
681
681
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
682
682
},
683
683
"contentName": "A String", # The original file name for the content, not the full path.
@@ -2028,7 +2028,7 @@ <h3>Method Details</h3>
2028
2028
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
2029
2029
"attachment": [ # User uploaded attachment.
2030
2030
{ # An attachment in Google Chat.
2031
-
"attachmentDataRef": { # [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.
2031
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
2032
2032
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
2033
2033
},
2034
2034
"contentName": "A String", # The original file name for the content, not the full path.
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.rooms.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -685,7 +685,7 @@ <h3>Method Details</h3>
685
685
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
686
686
"attachment": [ # User uploaded attachment.
687
687
{ # An attachment in Google Chat.
688
-
"attachmentDataRef": { # [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.
688
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
689
689
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
690
690
},
691
691
"contentName": "A String", # The original file name for the content, not the full path.
@@ -2036,7 +2036,7 @@ <h3>Method Details</h3>
2036
2036
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
2037
2037
"attachment": [ # User uploaded attachment.
2038
2038
{ # An attachment in Google Chat.
2039
-
"attachmentDataRef": { # [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.
2039
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
2040
2040
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
2041
2041
},
2042
2042
"contentName": "A String", # The original file name for the content, not the full path.
@@ -3381,7 +3381,7 @@ <h3>Method Details</h3>
3381
3381
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
3382
3382
"attachment": [ # User uploaded attachment.
3383
3383
{ # An attachment in Google Chat.
3384
-
"attachmentDataRef": { # [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.
3384
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
3385
3385
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
3386
3386
},
3387
3387
"contentName": "A String", # The original file name for the content, not the full path.
@@ -4732,7 +4732,7 @@ <h3>Method Details</h3>
4732
4732
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
4733
4733
"attachment": [ # User uploaded attachment.
4734
4734
{ # An attachment in Google Chat.
4735
-
"attachmentDataRef": { # [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.
4735
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
4736
4736
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
4737
4737
},
4738
4738
"contentName": "A String", # The original file name for the content, not the full path.
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.spaces.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -772,7 +772,7 @@ <h3>Method Details</h3>
772
772
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
773
773
"attachment": [ # User uploaded attachment.
774
774
{ # An attachment in Google Chat.
775
-
"attachmentDataRef": { # [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.
775
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
776
776
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
777
777
},
778
778
"contentName": "A String", # The original file name for the content, not the full path.
@@ -2123,7 +2123,7 @@ <h3>Method Details</h3>
2123
2123
"argumentText": "A String", # Plain-text body of the message with all Chat app mentions stripped out.
2124
2124
"attachment": [ # User uploaded attachment.
2125
2125
{ # An attachment in Google Chat.
2126
-
"attachmentDataRef": { # [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.
2126
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
2127
2127
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
2128
2128
},
2129
2129
"contentName": "A String", # The original file name for the content, not the full path.
Copy file name to clipboardExpand all lines: docs/dyn/chat_v1.spaces.messages.attachments.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ <h3>Method Details</h3>
101
101
An object of the form:
102
102
103
103
{ # An attachment in Google Chat.
104
-
"attachmentDataRef": { # [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.
104
+
"attachmentDataRef": { # A reference to the attachment data. This is used with the media API to download the attachment data.
105
105
"resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
106
106
},
107
107
"contentName": "A String", # The original file name for the content, not the full path.
0 commit comments