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
#### batch:v1
The following keys were deleted:
- schemas.CloudLoggingOption (Total Keys: 2)
- schemas.LogsPolicy.properties.cloudLoggingOption.$ref (Total Keys: 1)
The following keys were added:
- schemas.Container.properties.enableImageStreaming.type (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/batch_v1.projects.locations.jobs.html
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -187,8 +187,6 @@ <h3>Method Details</h3>
187
187
"a_key": "A String",
188
188
},
189
189
"logsPolicy": { # LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved. # Log preservation policy for the Job.
190
-
"cloudLoggingOption": { # CloudLoggingOption contains additional settings for cloud logging generated by Batch job. # Optional. Additional settings for Cloud Logging. It will only take effect when the destination of LogsPolicy is set to CLOUD_LOGGING.
191
-
},
192
190
"destination": "A String", # Where logs should be saved.
193
191
"logsPath": "A String", # The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
194
192
},
@@ -308,6 +306,7 @@ <h3>Method Details</h3>
308
306
"commands": [ # Overrides the `CMD` specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.
309
307
"A String",
310
308
],
309
+
"enableImageStreaming": True or False, # Optional. If set to true, container will run with Image streaming. The container runtime will be changed to containerd instead of docker. Currently, only imageUri, commands, entrypoint and volumes are supported and any other fields will be ignored. Please refer [here](https://github.com/GoogleCloudPlatform/batch-samples/tree/main/api-samples/image-streaming) for the feature requirements and limitations.
311
310
"entrypoint": "A String", # Overrides the `ENTRYPOINT` specified in the container.
312
311
"imageUri": "A String", # The URI to pull the container image from.
313
312
"options": "A String", # Arbitrary additional options to include in the "docker run" command when running this container, e.g. "--network host".
@@ -449,8 +448,6 @@ <h3>Method Details</h3>
449
448
"a_key": "A String",
450
449
},
451
450
"logsPolicy": { # LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved. # Log preservation policy for the Job.
452
-
"cloudLoggingOption": { # CloudLoggingOption contains additional settings for cloud logging generated by Batch job. # Optional. Additional settings for Cloud Logging. It will only take effect when the destination of LogsPolicy is set to CLOUD_LOGGING.
453
-
},
454
451
"destination": "A String", # Where logs should be saved.
455
452
"logsPath": "A String", # The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
456
453
},
@@ -570,6 +567,7 @@ <h3>Method Details</h3>
570
567
"commands": [ # Overrides the `CMD` specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.
571
568
"A String",
572
569
],
570
+
"enableImageStreaming": True or False, # Optional. If set to true, container will run with Image streaming. The container runtime will be changed to containerd instead of docker. Currently, only imageUri, commands, entrypoint and volumes are supported and any other fields will be ignored. Please refer [here](https://github.com/GoogleCloudPlatform/batch-samples/tree/main/api-samples/image-streaming) for the feature requirements and limitations.
573
571
"entrypoint": "A String", # Overrides the `ENTRYPOINT` specified in the container.
574
572
"imageUri": "A String", # The URI to pull the container image from.
575
573
"options": "A String", # Arbitrary additional options to include in the "docker run" command when running this container, e.g. "--network host".
@@ -753,8 +751,6 @@ <h3>Method Details</h3>
753
751
"a_key": "A String",
754
752
},
755
753
"logsPolicy": { # LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved. # Log preservation policy for the Job.
756
-
"cloudLoggingOption": { # CloudLoggingOption contains additional settings for cloud logging generated by Batch job. # Optional. Additional settings for Cloud Logging. It will only take effect when the destination of LogsPolicy is set to CLOUD_LOGGING.
757
-
},
758
754
"destination": "A String", # Where logs should be saved.
759
755
"logsPath": "A String", # The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
760
756
},
@@ -874,6 +870,7 @@ <h3>Method Details</h3>
874
870
"commands": [ # Overrides the `CMD` specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.
875
871
"A String",
876
872
],
873
+
"enableImageStreaming": True or False, # Optional. If set to true, container will run with Image streaming. The container runtime will be changed to containerd instead of docker. Currently, only imageUri, commands, entrypoint and volumes are supported and any other fields will be ignored. Please refer [here](https://github.com/GoogleCloudPlatform/batch-samples/tree/main/api-samples/image-streaming) for the feature requirements and limitations.
877
874
"entrypoint": "A String", # Overrides the `ENTRYPOINT` specified in the container.
878
875
"imageUri": "A String", # The URI to pull the container image from.
879
876
"options": "A String", # Arbitrary additional options to include in the "docker run" command when running this container, e.g. "--network host".
@@ -1026,8 +1023,6 @@ <h3>Method Details</h3>
1026
1023
"a_key": "A String",
1027
1024
},
1028
1025
"logsPolicy": { # LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved. # Log preservation policy for the Job.
1029
-
"cloudLoggingOption": { # CloudLoggingOption contains additional settings for cloud logging generated by Batch job. # Optional. Additional settings for Cloud Logging. It will only take effect when the destination of LogsPolicy is set to CLOUD_LOGGING.
1030
-
},
1031
1026
"destination": "A String", # Where logs should be saved.
1032
1027
"logsPath": "A String", # The path to which logs are saved when the destination = PATH. This can be a local file path on the VM, or under the mount point of a Persistent Disk or Filestore, or a Cloud Storage path.
1033
1028
},
@@ -1147,6 +1142,7 @@ <h3>Method Details</h3>
1147
1142
"commands": [ # Overrides the `CMD` specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.
1148
1143
"A String",
1149
1144
],
1145
+
"enableImageStreaming": True or False, # Optional. If set to true, container will run with Image streaming. The container runtime will be changed to containerd instead of docker. Currently, only imageUri, commands, entrypoint and volumes are supported and any other fields will be ignored. Please refer [here](https://github.com/GoogleCloudPlatform/batch-samples/tree/main/api-samples/image-streaming) for the feature requirements and limitations.
1150
1146
"entrypoint": "A String", # Overrides the `ENTRYPOINT` specified in the container.
1151
1147
"imageUri": "A String", # The URI to pull the container image from.
1152
1148
"options": "A String", # Arbitrary additional options to include in the "docker run" command when running this container, e.g. "--network host".
Copy file name to clipboardExpand all lines: docs/dyn/batch_v1.projects.locations.state.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,7 @@ <h3>Method Details</h3>
256
256
"commands": [ # Overrides the `CMD` specified in the container. If there is an ENTRYPOINT (either in the container image or with the entrypoint field below) then commands are appended as arguments to the ENTRYPOINT.
257
257
"A String",
258
258
],
259
+
"enableImageStreaming": True or False, # Optional. If set to true, container will run with Image streaming. The container runtime will be changed to containerd instead of docker. Currently, only imageUri, commands, entrypoint and volumes are supported and any other fields will be ignored. Please refer [here](https://github.com/GoogleCloudPlatform/batch-samples/tree/main/api-samples/image-streaming) for the feature requirements and limitations.
259
260
"entrypoint": "A String", # Overrides the `ENTRYPOINT` specified in the container.
260
261
"imageUri": "A String", # The URI to pull the container image from.
261
262
"options": "A String", # Arbitrary additional options to include in the "docker run" command when running this container, e.g. "--network host".
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/batch.v1.json
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -561,7 +561,7 @@
561
561
}
562
562
}
563
563
},
564
-
"revision": "20231106",
564
+
"revision": "20231122",
565
565
"rootUrl": "https://batch.googleapis.com/",
566
566
"schemas": {
567
567
"Accelerator": {
@@ -1036,12 +1036,6 @@
1036
1036
"properties": {},
1037
1037
"type": "object"
1038
1038
},
1039
-
"CloudLoggingOption": {
1040
-
"description": "CloudLoggingOption contains additional settings for cloud logging generated by Batch job.",
1041
-
"id": "CloudLoggingOption",
1042
-
"properties": {},
1043
-
"type": "object"
1044
-
},
1045
1039
"ComputeResource": {
1046
1040
"description": "Compute resource requirements. ComputeResource defines the amount of resources required for each task. Make sure your tasks have enough resources to successfully run. If you also define the types of resources for a job to use with the [InstancePolicyOrTemplate](https://cloud.google.com/batch/docs/reference/rest/v1/projects.locations.jobs#instancepolicyortemplate) field, make sure both fields are compatible with each other.",
1047
1041
"id": "ComputeResource",
@@ -1079,6 +1073,10 @@
1079
1073
},
1080
1074
"type": "array"
1081
1075
},
1076
+
"enableImageStreaming": {
1077
+
"description": "Optional. If set to true, container will run with Image streaming. The container runtime will be changed to containerd instead of docker. Currently, only imageUri, commands, entrypoint and volumes are supported and any other fields will be ignored. Please refer [here](https://github.com/GoogleCloudPlatform/batch-samples/tree/main/api-samples/image-streaming) for the feature requirements and limitations.",
1078
+
"type": "boolean"
1079
+
},
1082
1080
"entrypoint": {
1083
1081
"description": "Overrides the `ENTRYPOINT` specified in the container.",
1084
1082
"type": "string"
@@ -1594,10 +1592,6 @@
1594
1592
"description": "LogsPolicy describes how outputs from a Job's Tasks (stdout/stderr) will be preserved.",
1595
1593
"id": "LogsPolicy",
1596
1594
"properties": {
1597
-
"cloudLoggingOption": {
1598
-
"$ref": "CloudLoggingOption",
1599
-
"description": "Optional. Additional settings for Cloud Logging. It will only take effect when the destination of LogsPolicy is set to CLOUD_LOGGING."
0 commit comments