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/run_v2.projects.locations.builds.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ <h3>Method Details</h3>
97
97
98
98
{ # Request message for submitting a Build.
99
99
"buildpackBuild": { # Build the source using Buildpacks. # Build the source using Buildpacks.
100
-
"baseImage": "A String", # Optional. The base image used to opt into automatic base image updates.
100
+
"baseImage": "A String", # Optional. The base image to use for the build.
101
101
"cacheImageUri": "A String", # Optional. cache_image_uri is the GCR/AR URL where the cache image will be stored. cache_image_uri is optional and omitting it will disable caching. This URL must be stable across builds. It is used to derive a build-specific temporary URL by substituting the tag with the build ID. The build will clean up the temporary image on a best-effort basis.
102
102
"enableAutomaticUpdates": True or False, # Optional. Whether or not the application container will be enrolled in automatic base image updates. When true, the application will be built on a scratch base image, so the base layers can be appended at run time.
Copy file name to clipboardexpand all lines: docs/dyn/run_v2.projects.locations.jobs.executions.html
+15-3
Original file line number
Diff line number
Diff line change
@@ -207,12 +207,12 @@ <h3>Method Details</h3>
207
207
"exportJobState": "A String", # Output only. Has the image export job finished (regardless of successful or failure).
208
208
"exportedImageDigest": "A String", # The exported image ID as it will appear in Artifact Registry.
209
209
"status": { # Wire-format for a Status object # The status of the export task if done.
210
-
"canonicalCode": 42, # The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be.
211
-
"code": 42, # Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto
210
+
"canonicalCode": 42, # The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;
211
+
"code": 42, # Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;
"messageSet": { # This is proto2's version of MessageSet. # message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5;
214
214
},
215
-
"space": "A String", # The following are usually only present when code != 0 Space to which this status belongs
215
+
"space": "A String", # The following are usually only present when code != 0 Space to which this status belongs copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string space = 2;
216
216
},
217
217
"tag": "A String", # The image tag as it will appear in Artifact Registry.
218
218
},
@@ -255,6 +255,7 @@ <h3>Method Details</h3>
255
255
},
256
256
],
257
257
"createTime": "A String", # Output only. Represents time when the execution was acknowledged by the execution controller. It is not guaranteed to be set in happens-before order across separate operations.
258
+
"creator": "A String", # Output only. Email address of the authenticated creator.
258
259
"deleteTime": "A String", # Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
259
260
"etag": "A String", # Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
260
261
"expireTime": "A String", # Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
@@ -282,6 +283,11 @@ <h3>Method Details</h3>
282
283
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
283
284
"A String",
284
285
],
286
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
287
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
288
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
289
+
"sourceLocation": "A String", # Output only. Source code location of the image.
290
+
},
285
291
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
286
292
"A String",
287
293
],
@@ -469,6 +475,7 @@ <h3>Method Details</h3>
469
475
},
470
476
],
471
477
"createTime": "A String", # Output only. Represents time when the execution was acknowledged by the execution controller. It is not guaranteed to be set in happens-before order across separate operations.
478
+
"creator": "A String", # Output only. Email address of the authenticated creator.
472
479
"deleteTime": "A String", # Output only. For a deleted resource, the deletion time. It is only populated as a response to a Delete request.
473
480
"etag": "A String", # Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
474
481
"expireTime": "A String", # Output only. For a deleted resource, the time after which it will be permamently deleted. It is only populated as a response to a Delete request.
@@ -496,6 +503,11 @@ <h3>Method Details</h3>
496
503
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
497
504
"A String",
498
505
],
506
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
507
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
508
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
509
+
"sourceLocation": "A String", # Output only. Source code location of the image.
510
+
},
499
511
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
Copy file name to clipboardexpand all lines: docs/dyn/run_v2.projects.locations.jobs.executions.tasks.html
+10
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,11 @@ <h3>Method Details</h3>
128
128
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
129
129
"A String",
130
130
],
131
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
132
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
133
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
134
+
"sourceLocation": "A String", # Output only. Source code location of the image.
135
+
},
131
136
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
132
137
"A String",
133
138
],
@@ -349,6 +354,11 @@ <h3>Method Details</h3>
349
354
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
350
355
"A String",
351
356
],
357
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
358
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
359
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
360
+
"sourceLocation": "A String", # Output only. Source code location of the image.
361
+
},
352
362
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
Copy file name to clipboardexpand all lines: docs/dyn/run_v2.projects.locations.jobs.html
+20
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,11 @@ <h3>Method Details</h3>
190
190
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
191
191
"A String",
192
192
],
193
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
194
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
195
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
196
+
"sourceLocation": "A String", # Output only. Source code location of the image.
197
+
},
193
198
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
194
199
"A String",
195
200
],
@@ -494,6 +499,11 @@ <h3>Method Details</h3>
494
499
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
495
500
"A String",
496
501
],
502
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
503
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
504
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
505
+
"sourceLocation": "A String", # Output only. Source code location of the image.
506
+
},
497
507
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
498
508
"A String",
499
509
],
@@ -784,6 +794,11 @@ <h3>Method Details</h3>
784
794
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
785
795
"A String",
786
796
],
797
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
798
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
799
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
800
+
"sourceLocation": "A String", # Output only. Source code location of the image.
801
+
},
787
802
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
788
803
"A String",
789
804
],
@@ -1033,6 +1048,11 @@ <h3>Method Details</h3>
1033
1048
"args": [ # Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
1034
1049
"A String",
1035
1050
],
1051
+
"baseImageUri": "A String", # Base image for this container. Only supported for services. If set. it indicates that the service is enrolled into automatic base image update.
1052
+
"buildInfo": { # Build information of the image. # Output only. The build info of the container image.
1053
+
"functionTarget": "A String", # Output only. Entry point of the function when the image is a Cloud Run function.
1054
+
"sourceLocation": "A String", # Output only. Source code location of the image.
1055
+
},
1036
1056
"command": [ # Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
0 commit comments