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/cloudbuild_v1.projects.builds.html
+20
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,11 @@ <h3>Method Details</h3>
241
241
"machineType": "A String", # Compute Engine machine type on which to run the build.
242
242
"pool": { # 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.
243
243
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
245
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
246
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
247
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
@@ -497,6 +502,11 @@ <h3>Method Details</h3>
497
502
"machineType": "A String", # Compute Engine machine type on which to run the build.
498
503
"pool": { # 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.
499
504
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
506
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
507
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
508
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
@@ -784,6 +794,11 @@ <h3>Method Details</h3>
784
794
"machineType": "A String", # Compute Engine machine type on which to run the build.
785
795
"pool": { # 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.
786
796
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
798
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
799
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
800
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
@@ -1046,6 +1061,11 @@ <h3>Method Details</h3>
1046
1061
"machineType": "A String", # Compute Engine machine type on which to run the build.
1047
1062
"pool": { # 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.
1048
1063
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
1065
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
1066
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
1067
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
Copy file name to clipboardExpand all lines: docs/dyn/cloudbuild_v1.projects.locations.builds.html
+20
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,11 @@ <h3>Method Details</h3>
240
240
"machineType": "A String", # Compute Engine machine type on which to run the build.
241
241
"pool": { # 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.
242
242
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
244
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
245
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
246
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
@@ -496,6 +501,11 @@ <h3>Method Details</h3>
496
501
"machineType": "A String", # Compute Engine machine type on which to run the build.
497
502
"pool": { # 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.
498
503
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
505
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
506
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
507
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
@@ -783,6 +793,11 @@ <h3>Method Details</h3>
783
793
"machineType": "A String", # Compute Engine machine type on which to run the build.
784
794
"pool": { # 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.
785
795
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
797
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
798
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
799
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
@@ -1045,6 +1060,11 @@ <h3>Method Details</h3>
1045
1060
"machineType": "A String", # Compute Engine machine type on which to run the build.
1046
1061
"pool": { # 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.
1047
1062
"name": "A String", # 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
+
"workerConfig": { # Configuration per workload for both Private Pools and Hybrid Pools. # Configuration per workload.
1064
+
"diskSizeGb": "A String", # The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
1065
+
"memoryGb": 3.14, # The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
1066
+
"vcpuCount": 3.14, # The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.
"secretEnv": [ # 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's `Secret`. These variables will be available to all build steps in this build.
0 commit comments