Skip to content

Commit bef9faa

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v1 The following keys were deleted: - schemas.GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig (Total Keys: 8) - schemas.HybridPoolConfig (Total Keys: 4) - schemas.HybridWorkerConfig (Total Keys: 8) - schemas.PoolOption.properties.workerConfig.$ref (Total Keys: 1) - schemas.WorkerPool.properties.hybridPoolConfig.$ref (Total Keys: 1) #### cloudbuild:v1alpha1 The following keys were deleted: - schemas.GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig (Total Keys: 8) - schemas.PoolOption.properties.workerConfig.$ref (Total Keys: 1) #### cloudbuild:v1alpha2 The following keys were deleted: - schemas.GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig (Total Keys: 8) - schemas.PoolOption.properties.workerConfig.$ref (Total Keys: 1) #### cloudbuild:v1beta1 The following keys were deleted: - schemas.GoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig (Total Keys: 8) - schemas.PoolOption.properties.workerConfig.$ref (Total Keys: 1)
1 parent 80fae80 commit bef9faa

9 files changed

+4
-281
lines changed

docs/dyn/cloudbuild_v1.projects.builds.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,6 @@ <h3>Method Details</h3>
241241
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
242242
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
243243
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
244-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
245-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
246-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
247-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
248-
},
249244
},
250245
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
251246
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.
@@ -502,11 +497,6 @@ <h3>Method Details</h3>
502497
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
503498
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
504499
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
505-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
506-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
507-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
508-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
509-
},
510500
},
511501
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
512502
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.
@@ -794,11 +784,6 @@ <h3>Method Details</h3>
794784
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
795785
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
796786
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
797-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
798-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
799-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
800-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
801-
},
802787
},
803788
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
804789
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.
@@ -1061,11 +1046,6 @@ <h3>Method Details</h3>
10611046
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
10621047
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
10631048
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
1064-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
1065-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
1066-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
1067-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
1068-
},
10691049
},
10701050
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
10711051
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.

docs/dyn/cloudbuild_v1.projects.locations.builds.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,6 @@ <h3>Method Details</h3>
240240
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
241241
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
242242
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
243-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
244-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
245-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
246-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
247-
},
248243
},
249244
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
250245
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.
@@ -501,11 +496,6 @@ <h3>Method Details</h3>
501496
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
502497
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
503498
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
504-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
505-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
506-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
507-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
508-
},
509499
},
510500
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
511501
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.
@@ -793,11 +783,6 @@ <h3>Method Details</h3>
793783
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
794784
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
795785
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
796-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
797-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
798-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
799-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
800-
},
801786
},
802787
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
803788
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.
@@ -1060,11 +1045,6 @@ <h3>Method Details</h3>
10601045
&quot;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
10611046
&quot;pool&quot;: { # Details about how a build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information. # Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information.
10621047
&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You must have `cloudbuild.workerpools.use` on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}
1063-
&quot;workerConfig&quot;: { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
1064-
&quot;diskSizeGb&quot;: &quot;A String&quot;, # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
1065-
&quot;memoryGb&quot;: 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
1066-
&quot;vcpuCount&quot;: 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
1067-
},
10681048
},
10691049
&quot;requestedVerifyOption&quot;: &quot;A String&quot;, # Requested verifiability options.
10701050
&quot;secretEnv&quot;: [ # A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`. These variables will be available to all build steps in this build.

0 commit comments

Comments
 (0)