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/remotebuildexecution_v1alpha.projects.instances.workerpools.html
+9-21Lines changed: 9 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -128,15 +128,12 @@ <h3>Method Details</h3>
128
128
"labels": { # Labels associated with the workers. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International letters are permitted. Label keys must start with a letter. Label values are optional. There can not be more than 64 labels per resource.
129
129
"a_key": "A String",
130
130
},
131
-
"machineType": "A String", # Required. Machine type of the worker, such as `n1-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
131
+
"machineType": "A String", # Required. Machine type of the worker, such as `e2-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
132
132
"maxConcurrentActions": "A String", # The maximum number of actions a worker can execute concurrently.
133
133
"minCpuPlatform": "A String", # Minimum CPU platform to use when creating the worker. See [CPU Platforms](https://cloud.google.com/compute/docs/cpu-platforms).
134
134
"networkAccess": "A String", # Determines the type of network access granted to workers. Possible values: - "public": Workers can connect to the public internet. - "private": Workers can only connect to Google APIs and services. - "restricted-private": Workers can only connect to Google APIs that are reachable through `restricted.googleapis.com` (`199.36.153.4/30`).
135
135
"reserved": True or False, # Determines whether the worker is reserved (equivalent to a Compute Engine on-demand VM and therefore won't be preempted). See [Preemptible VMs](https://cloud.google.com/preemptible-vms/) for more details.
136
-
"soleTenancy": { # SoleTenancyConfig specifies information required to host a pool on STNs. # Sole-tenant node information for pools hosted on STNs.
137
-
"nodeType": "A String", # The sole-tenant node type to host the pool's workers on.
138
-
"nodesZone": "A String", # Zone in which STNs are reserved.
139
-
},
136
+
"soleTenantNodeType": "A String", # The node type name to be used for sole-tenant nodes.
140
137
"vmImage": "A String", # The name of the image used by each VM.
141
138
},
142
139
"workerCount": "A String", # The desired number of workers in the worker pool. Must be a value between 0 and 15000.
@@ -239,15 +236,12 @@ <h3>Method Details</h3>
239
236
"labels": { # Labels associated with the workers. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International letters are permitted. Label keys must start with a letter. Label values are optional. There can not be more than 64 labels per resource.
240
237
"a_key": "A String",
241
238
},
242
-
"machineType": "A String", # Required. Machine type of the worker, such as `n1-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
239
+
"machineType": "A String", # Required. Machine type of the worker, such as `e2-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
243
240
"maxConcurrentActions": "A String", # The maximum number of actions a worker can execute concurrently.
244
241
"minCpuPlatform": "A String", # Minimum CPU platform to use when creating the worker. See [CPU Platforms](https://cloud.google.com/compute/docs/cpu-platforms).
245
242
"networkAccess": "A String", # Determines the type of network access granted to workers. Possible values: - "public": Workers can connect to the public internet. - "private": Workers can only connect to Google APIs and services. - "restricted-private": Workers can only connect to Google APIs that are reachable through `restricted.googleapis.com` (`199.36.153.4/30`).
246
243
"reserved": True or False, # Determines whether the worker is reserved (equivalent to a Compute Engine on-demand VM and therefore won't be preempted). See [Preemptible VMs](https://cloud.google.com/preemptible-vms/) for more details.
247
-
"soleTenancy": { # SoleTenancyConfig specifies information required to host a pool on STNs. # Sole-tenant node information for pools hosted on STNs.
248
-
"nodeType": "A String", # The sole-tenant node type to host the pool's workers on.
249
-
"nodesZone": "A String", # Zone in which STNs are reserved.
250
-
},
244
+
"soleTenantNodeType": "A String", # The node type name to be used for sole-tenant nodes.
251
245
"vmImage": "A String", # The name of the image used by each VM.
252
246
},
253
247
"workerCount": "A String", # The desired number of workers in the worker pool. Must be a value between 0 and 15000.
@@ -260,7 +254,7 @@ <h3>Method Details</h3>
260
254
261
255
Args:
262
256
parent: string, Resource name of the instance. Format: `projects/[PROJECT_ID]/instances/[INSTANCE_ID]`. (required)
263
-
filter: string, Optional. A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. String values are case-insensitive. The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or `<`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. You can also filter on nested fields. To filter on multiple expressions, you can separate expression using `AND` and `OR` operators, using parentheses to specify precedence. If neither operator is specified, `AND` is assumed. Examples: Include only pools with more than 100 reserved workers: `(worker_count > 100) (worker_config.reserved = true)` Include only pools with a certain label or machines of the n1-standard family: `worker_config.labels.key1 : * OR worker_config.machine_type: n1-standard`
257
+
filter: string, Optional. A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. String values are case-insensitive. The comparison operator must be either `:`, `=`, `!=`, `>`, `>=`, `<=` or `<`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. You can also filter on nested fields. To filter on multiple expressions, you can separate expression using `AND` and `OR` operators, using parentheses to specify precedence. If neither operator is specified, `AND` is assumed. Examples: Include only pools with more than 100 reserved workers: `(worker_count > 100) (worker_config.reserved = true)` Include only pools with a certain label or machines of the e2-standard family: `worker_config.labels.key1 : * OR worker_config.machine_type: e2-standard`
264
258
x__xgafv: string, V1 error format.
265
259
Allowed values
266
260
1 - v1 error format
@@ -289,15 +283,12 @@ <h3>Method Details</h3>
289
283
"labels": { # Labels associated with the workers. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International letters are permitted. Label keys must start with a letter. Label values are optional. There can not be more than 64 labels per resource.
290
284
"a_key": "A String",
291
285
},
292
-
"machineType": "A String", # Required. Machine type of the worker, such as `n1-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
286
+
"machineType": "A String", # Required. Machine type of the worker, such as `e2-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
293
287
"maxConcurrentActions": "A String", # The maximum number of actions a worker can execute concurrently.
294
288
"minCpuPlatform": "A String", # Minimum CPU platform to use when creating the worker. See [CPU Platforms](https://cloud.google.com/compute/docs/cpu-platforms).
295
289
"networkAccess": "A String", # Determines the type of network access granted to workers. Possible values: - "public": Workers can connect to the public internet. - "private": Workers can only connect to Google APIs and services. - "restricted-private": Workers can only connect to Google APIs that are reachable through `restricted.googleapis.com` (`199.36.153.4/30`).
296
290
"reserved": True or False, # Determines whether the worker is reserved (equivalent to a Compute Engine on-demand VM and therefore won't be preempted). See [Preemptible VMs](https://cloud.google.com/preemptible-vms/) for more details.
297
-
"soleTenancy": { # SoleTenancyConfig specifies information required to host a pool on STNs. # Sole-tenant node information for pools hosted on STNs.
298
-
"nodeType": "A String", # The sole-tenant node type to host the pool's workers on.
299
-
"nodesZone": "A String", # Zone in which STNs are reserved.
300
-
},
291
+
"soleTenantNodeType": "A String", # The node type name to be used for sole-tenant nodes.
301
292
"vmImage": "A String", # The name of the image used by each VM.
302
293
},
303
294
"workerCount": "A String", # The desired number of workers in the worker pool. Must be a value between 0 and 15000.
@@ -335,15 +326,12 @@ <h3>Method Details</h3>
335
326
"labels": { # Labels associated with the workers. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International letters are permitted. Label keys must start with a letter. Label values are optional. There can not be more than 64 labels per resource.
336
327
"a_key": "A String",
337
328
},
338
-
"machineType": "A String", # Required. Machine type of the worker, such as `n1-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
329
+
"machineType": "A String", # Required. Machine type of the worker, such as `e2-standard-2`. See https://cloud.google.com/compute/docs/machine-types for a list of supported machine types. Note that `f1-micro` and `g1-small` are not yet supported.
339
330
"maxConcurrentActions": "A String", # The maximum number of actions a worker can execute concurrently.
340
331
"minCpuPlatform": "A String", # Minimum CPU platform to use when creating the worker. See [CPU Platforms](https://cloud.google.com/compute/docs/cpu-platforms).
341
332
"networkAccess": "A String", # Determines the type of network access granted to workers. Possible values: - "public": Workers can connect to the public internet. - "private": Workers can only connect to Google APIs and services. - "restricted-private": Workers can only connect to Google APIs that are reachable through `restricted.googleapis.com` (`199.36.153.4/30`).
342
333
"reserved": True or False, # Determines whether the worker is reserved (equivalent to a Compute Engine on-demand VM and therefore won't be preempted). See [Preemptible VMs](https://cloud.google.com/preemptible-vms/) for more details.
343
-
"soleTenancy": { # SoleTenancyConfig specifies information required to host a pool on STNs. # Sole-tenant node information for pools hosted on STNs.
344
-
"nodeType": "A String", # The sole-tenant node type to host the pool's workers on.
345
-
"nodesZone": "A String", # Zone in which STNs are reserved.
346
-
},
334
+
"soleTenantNodeType": "A String", # The node type name to be used for sole-tenant nodes.
347
335
"vmImage": "A String", # The name of the image used by each VM.
348
336
},
349
337
"workerCount": "A String", # The desired number of workers in the worker pool. Must be a value between 0 and 15000.
0 commit comments