Skip to content

Commit 132cc3f

Browse files
feat(run): update the api
#### run:v1 The following keys were added: - schemas.GoogleDevtoolsCloudbuildV1Build.properties.dependencies (Total Keys: 2) - schemas.GoogleDevtoolsCloudbuildV1Dependency (Total Keys: 4) - schemas.GoogleDevtoolsCloudbuildV1GitSourceDependency (Total Keys: 7) - schemas.GoogleDevtoolsCloudbuildV1GitSourceRepository (Total Keys: 3) #### run:v2 The following keys were added: - schemas.GoogleDevtoolsCloudbuildV1Build.properties.dependencies (Total Keys: 2) - schemas.GoogleDevtoolsCloudbuildV1Dependency (Total Keys: 4) - schemas.GoogleDevtoolsCloudbuildV1GitSourceDependency (Total Keys: 7) - schemas.GoogleDevtoolsCloudbuildV1GitSourceRepository (Total Keys: 3)
1 parent f7b6349 commit 132cc3f

8 files changed

+162
-23
lines changed

docs/dyn/run_v1.namespaces.executions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146146
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
147147
},
148148
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Optional. Specification of the desired behavior of an execution.
149-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
149+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
150150
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
151151
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
152152
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -505,7 +505,7 @@ <h3>Method Details</h3>
505505
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
506506
},
507507
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Optional. Specification of the desired behavior of an execution.
508-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
508+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
509509
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
510510
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
511511
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -825,7 +825,7 @@ <h3>Method Details</h3>
825825
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
826826
},
827827
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Optional. Specification of the desired behavior of an execution.
828-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
828+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
829829
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
830830
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
831831
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.

docs/dyn/run_v1.namespaces.jobs.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h3>Method Details</h3>
182182
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
183183
},
184184
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Required. ExecutionSpec holds the desired configuration for executions of this job.
185-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
185+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
186186
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
187187
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
188188
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -523,7 +523,7 @@ <h3>Method Details</h3>
523523
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
524524
},
525525
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Required. ExecutionSpec holds the desired configuration for executions of this job.
526-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
526+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
527527
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
528528
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
529529
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -915,7 +915,7 @@ <h3>Method Details</h3>
915915
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
916916
},
917917
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Required. ExecutionSpec holds the desired configuration for executions of this job.
918-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
918+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
919919
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
920920
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
921921
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -1273,7 +1273,7 @@ <h3>Method Details</h3>
12731273
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
12741274
},
12751275
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Required. ExecutionSpec holds the desired configuration for executions of this job.
1276-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
1276+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
12771277
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
12781278
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
12791279
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -1627,7 +1627,7 @@ <h3>Method Details</h3>
16271627
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
16281628
},
16291629
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Required. ExecutionSpec holds the desired configuration for executions of this job.
1630-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
1630+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
16311631
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
16321632
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
16331633
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -1968,7 +1968,7 @@ <h3>Method Details</h3>
19681968
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
19691969
},
19701970
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Required. ExecutionSpec holds the desired configuration for executions of this job.
1971-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
1971+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
19721972
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
19731973
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
19741974
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.
@@ -2323,7 +2323,7 @@ <h3>Method Details</h3>
23232323
&quot;uid&quot;: &quot;A String&quot;, # Unique, system-generated identifier for this resource.
23242324
},
23252325
&quot;spec&quot;: { # ExecutionSpec describes how the execution will look. # Optional. Specification of the desired behavior of an execution.
2326-
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. Must be &lt;= task_count. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
2326+
&quot;parallelism&quot;: 42, # Optional. Specifies the maximum desired number of tasks the execution should run at given time. When the job is run, if this field is 0 or unset, the maximum possible value will be used for that execution. The actual number of tasks running in steady state will be less than this number when there are fewer tasks waiting to be completed, i.e. when the work left to do is less than max parallelism.
23272327
&quot;taskCount&quot;: 42, # Optional. Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. Defaults to 1.
23282328
&quot;template&quot;: { # TaskTemplateSpec describes the data a task should have when created from a template. # Optional. The template used to create tasks for this execution.
23292329
&quot;spec&quot;: { # TaskSpec is a description of a task. # Optional. Specification of the desired behavior of the task.

0 commit comments

Comments
 (0)