Skip to content

Commit 1969fba

Browse files
feat(run): update the api
#### run:v1 The following keys were deleted: - schemas.GoogleDevtoolsCloudbuildV1GCSLocation (Total Keys: 6) - schemas.GoogleDevtoolsCloudbuildV1HttpConfig.properties.proxySslCaInfo.$ref (Total Keys: 1) The following keys were added: - schemas.ExecutionReference.properties.completionStatus.type (Total Keys: 1) - schemas.ExecutionReference.properties.deletionTimestamp (Total Keys: 2) #### run:v2 The following keys were deleted: - schemas.GoogleDevtoolsCloudbuildV1GCSLocation (Total Keys: 6) - schemas.GoogleDevtoolsCloudbuildV1HttpConfig.properties.proxySslCaInfo.$ref (Total Keys: 1) The following keys were added: - resources.projects.resources.locations.methods.exportProjectMetadata (Total Keys: 11) - schemas.GoogleCloudRunV2ExecutionReference.properties.completionStatus.type (Total Keys: 1) - schemas.GoogleCloudRunV2ExecutionReference.properties.deleteTime (Total Keys: 2)
1 parent 04affe4 commit 1969fba

15 files changed

+157
-88
lines changed

docs/dyn/run_v1.namespaces.configurations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h3>Method Details</h3>
174174
},
175175
&quot;spec&quot;: { # RevisionSpec holds the desired state of the Revision (from the client). # RevisionSpec holds the desired state of the Revision (from the client).
176176
&quot;containerConcurrency&quot;: 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
177-
&quot;containers&quot;: [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
177+
&quot;containers&quot;: [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
178178
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
179179
&quot;args&quot;: [ # Arguments to the entrypoint. The docker image&#x27;s CMD is used if this is not provided. Variable references are not supported in Cloud Run.
180180
&quot;A String&quot;,
@@ -528,7 +528,7 @@ <h3>Method Details</h3>
528528
},
529529
&quot;spec&quot;: { # RevisionSpec holds the desired state of the Revision (from the client). # RevisionSpec holds the desired state of the Revision (from the client).
530530
&quot;containerConcurrency&quot;: 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
531-
&quot;containers&quot;: [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
531+
&quot;containers&quot;: [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
532532
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
533533
&quot;args&quot;: [ # Arguments to the entrypoint. The docker image&#x27;s CMD is used if this is not provided. Variable references are not supported in Cloud Run.
534534
&quot;A String&quot;,

docs/dyn/run_v1.namespaces.jobs.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,10 @@ <h3>Method Details</h3>
433433
],
434434
&quot;executionCount&quot;: 42, # Number of executions created for this job.
435435
&quot;latestCreatedExecution&quot;: { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
436+
&quot;completionStatus&quot;: &quot;A String&quot;, # Optional. Status for the execution completion.
436437
&quot;completionTimestamp&quot;: &quot;A String&quot;, # Optional. Completion timestamp of the execution.
437438
&quot;creationTimestamp&quot;: &quot;A String&quot;, # Optional. Creation timestamp of the execution.
439+
&quot;deletionTimestamp&quot;: &quot;A String&quot;, # Optional. The read-only soft deletion timestamp of the execution.
438440
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the execution.
439441
},
440442
&quot;observedGeneration&quot;: 42, # The &#x27;generation&#x27; of the job that was last processed by the controller.
@@ -772,8 +774,10 @@ <h3>Method Details</h3>
772774
],
773775
&quot;executionCount&quot;: 42, # Number of executions created for this job.
774776
&quot;latestCreatedExecution&quot;: { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
777+
&quot;completionStatus&quot;: &quot;A String&quot;, # Optional. Status for the execution completion.
775778
&quot;completionTimestamp&quot;: &quot;A String&quot;, # Optional. Completion timestamp of the execution.
776779
&quot;creationTimestamp&quot;: &quot;A String&quot;, # Optional. Creation timestamp of the execution.
780+
&quot;deletionTimestamp&quot;: &quot;A String&quot;, # Optional. The read-only soft deletion timestamp of the execution.
777781
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the execution.
778782
},
779783
&quot;observedGeneration&quot;: 42, # The &#x27;generation&#x27; of the job that was last processed by the controller.
@@ -1162,8 +1166,10 @@ <h3>Method Details</h3>
11621166
],
11631167
&quot;executionCount&quot;: 42, # Number of executions created for this job.
11641168
&quot;latestCreatedExecution&quot;: { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
1169+
&quot;completionStatus&quot;: &quot;A String&quot;, # Optional. Status for the execution completion.
11651170
&quot;completionTimestamp&quot;: &quot;A String&quot;, # Optional. Completion timestamp of the execution.
11661171
&quot;creationTimestamp&quot;: &quot;A String&quot;, # Optional. Creation timestamp of the execution.
1172+
&quot;deletionTimestamp&quot;: &quot;A String&quot;, # Optional. The read-only soft deletion timestamp of the execution.
11671173
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the execution.
11681174
},
11691175
&quot;observedGeneration&quot;: 42, # The &#x27;generation&#x27; of the job that was last processed by the controller.
@@ -1518,8 +1524,10 @@ <h3>Method Details</h3>
15181524
],
15191525
&quot;executionCount&quot;: 42, # Number of executions created for this job.
15201526
&quot;latestCreatedExecution&quot;: { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
1527+
&quot;completionStatus&quot;: &quot;A String&quot;, # Optional. Status for the execution completion.
15211528
&quot;completionTimestamp&quot;: &quot;A String&quot;, # Optional. Completion timestamp of the execution.
15221529
&quot;creationTimestamp&quot;: &quot;A String&quot;, # Optional. Creation timestamp of the execution.
1530+
&quot;deletionTimestamp&quot;: &quot;A String&quot;, # Optional. The read-only soft deletion timestamp of the execution.
15231531
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the execution.
15241532
},
15251533
&quot;observedGeneration&quot;: 42, # The &#x27;generation&#x27; of the job that was last processed by the controller.
@@ -1870,8 +1878,10 @@ <h3>Method Details</h3>
18701878
],
18711879
&quot;executionCount&quot;: 42, # Number of executions created for this job.
18721880
&quot;latestCreatedExecution&quot;: { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
1881+
&quot;completionStatus&quot;: &quot;A String&quot;, # Optional. Status for the execution completion.
18731882
&quot;completionTimestamp&quot;: &quot;A String&quot;, # Optional. Completion timestamp of the execution.
18741883
&quot;creationTimestamp&quot;: &quot;A String&quot;, # Optional. Creation timestamp of the execution.
1884+
&quot;deletionTimestamp&quot;: &quot;A String&quot;, # Optional. The read-only soft deletion timestamp of the execution.
18751885
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the execution.
18761886
},
18771887
&quot;observedGeneration&quot;: 42, # The &#x27;generation&#x27; of the job that was last processed by the controller.
@@ -2209,8 +2219,10 @@ <h3>Method Details</h3>
22092219
],
22102220
&quot;executionCount&quot;: 42, # Number of executions created for this job.
22112221
&quot;latestCreatedExecution&quot;: { # Reference to an Execution. Use /Executions.GetExecution with the given name to get full execution including the latest status. # A pointer to the most recently created execution for this job. This is set regardless of the eventual state of the execution.
2222+
&quot;completionStatus&quot;: &quot;A String&quot;, # Optional. Status for the execution completion.
22122223
&quot;completionTimestamp&quot;: &quot;A String&quot;, # Optional. Completion timestamp of the execution.
22132224
&quot;creationTimestamp&quot;: &quot;A String&quot;, # Optional. Creation timestamp of the execution.
2225+
&quot;deletionTimestamp&quot;: &quot;A String&quot;, # Optional. The read-only soft deletion timestamp of the execution.
22142226
&quot;name&quot;: &quot;A String&quot;, # Optional. Name of the execution.
22152227
},
22162228
&quot;observedGeneration&quot;: 42, # The &#x27;generation&#x27; of the job that was last processed by the controller.

docs/dyn/run_v1.namespaces.revisions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h3>Method Details</h3>
188188
},
189189
&quot;spec&quot;: { # RevisionSpec holds the desired state of the Revision (from the client). # Spec holds the desired state of the Revision (from the client).
190190
&quot;containerConcurrency&quot;: 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
191-
&quot;containers&quot;: [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
191+
&quot;containers&quot;: [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
192192
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
193193
&quot;args&quot;: [ # Arguments to the entrypoint. The docker image&#x27;s CMD is used if this is not provided. Variable references are not supported in Cloud Run.
194194
&quot;A String&quot;,
@@ -508,7 +508,7 @@ <h3>Method Details</h3>
508508
},
509509
&quot;spec&quot;: { # RevisionSpec holds the desired state of the Revision (from the client). # Spec holds the desired state of the Revision (from the client).
510510
&quot;containerConcurrency&quot;: 42, # ContainerConcurrency specifies the maximum allowed in-flight (concurrent) requests per container instance of the Revision. If not specified, defaults to 80.
511-
&quot;containers&quot;: [ # Required. Containers holds the single container that defines the unit of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle. In Cloud Run, only a single container may be provided.
511+
&quot;containers&quot;: [ # Required. Containers holds the list which define the units of execution for this Revision. In the context of a Revision, we disallow a number of fields on this Container, including: name and lifecycle.
512512
{ # A single application container. This specifies both the container to run, the command to run in the container and the arguments to supply to it. Note that additional arguments may be supplied by the system to the container at runtime.
513513
&quot;args&quot;: [ # Arguments to the entrypoint. The docker image&#x27;s CMD is used if this is not provided. Variable references are not supported in Cloud Run.
514514
&quot;A String&quot;,

0 commit comments

Comments
 (0)