Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8e694c9

Browse files
committedMar 18, 2025
feat(run): update the api
#### run:v1 The following keys were changed: - endpoints (Total Keys: 1) #### run:v2 The following keys were deleted: - resources.projects.resources.locations.resources.workerPools.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.workerPools.methods.setIamPolicy (Total Keys: 12) The following keys were changed: - endpoints (Total Keys: 1)
1 parent 221bb68 commit 8e694c9

6 files changed

+20
-208
lines changed
 

‎docs/dyn/run_v2.projects.locations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h3>Method Details</h3>
170170
<pre>Export generated customer metadata for a given resource.
171171

172172
Args:
173-
name: string, Required. The name of the resource of which metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}` for Service `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution (required)
173+
name: string, Required. The name of the resource of which metadata should be exported. Format: `projects/{project_id_or_number}/locations/{location}/services/{service}` for Service `projects/{project_id_or_number}/locations/{location}/services/{service}/revisions/{revision}` for Revision `projects/{project_id_or_number}/locations/{location}/jobs/{job}/executions/{execution}` for Execution {project_id_or_number} may contains domain-scoped project IDs (required)
174174
x__xgafv: string, V1 error format.
175175
Allowed values
176176
1 - v1 error format

‎docs/dyn/run_v2.projects.locations.jobs.executions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ <h3>Method Details</h3>
207207
&quot;exportJobState&quot;: &quot;A String&quot;, # Output only. Has the image export job finished (regardless of successful or failure).
208208
&quot;exportedImageDigest&quot;: &quot;A String&quot;, # The exported image ID as it will appear in Artifact Registry.
209209
&quot;status&quot;: { # Wire-format for a Status object # The status of the export task if done.
210-
&quot;canonicalCode&quot;: 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;
210+
&quot;canonicalCode&quot;: 42, # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;
211211
&quot;code&quot;: 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;
212212
&quot;message&quot;: &quot;A String&quot;, # Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;
213213
&quot;messageSet&quot;: { # This is proto2&#x27;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;
214214
},
215-
&quot;space&quot;: &quot;A String&quot;, # 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;
215+
&quot;space&quot;: &quot;A String&quot;, # copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
216216
},
217217
&quot;tag&quot;: &quot;A String&quot;, # The image tag as it will appear in Artifact Registry.
218218
},

‎docs/dyn/run_v2.projects.locations.services.revisions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@ <h3>Method Details</h3>
156156
&quot;exportJobState&quot;: &quot;A String&quot;, # Output only. Has the image export job finished (regardless of successful or failure).
157157
&quot;exportedImageDigest&quot;: &quot;A String&quot;, # The exported image ID as it will appear in Artifact Registry.
158158
&quot;status&quot;: { # Wire-format for a Status object # The status of the export task if done.
159-
&quot;canonicalCode&quot;: 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;
159+
&quot;canonicalCode&quot;: 42, # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;
160160
&quot;code&quot;: 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;
161161
&quot;message&quot;: &quot;A String&quot;, # Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;
162162
&quot;messageSet&quot;: { # This is proto2&#x27;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;
163163
},
164-
&quot;space&quot;: &quot;A String&quot;, # 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;
164+
&quot;space&quot;: &quot;A String&quot;, # copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs
165165
},
166166
&quot;tag&quot;: &quot;A String&quot;, # The image tag as it will appear in Artifact Registry.
167167
},

0 commit comments

Comments
 (0)
Please sign in to comment.