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
<pre>Returns a VPC-SC supported service based on the service name.
98
+
99
+
Args:
100
+
name: string, The name of the service to get information about. The names must be in the same format as used in defining a service perimeter, for example, `storage.googleapis.com`. (required)
101
+
x__xgafv: string, V1 error format.
102
+
Allowed values
103
+
1 - v1 error format
104
+
2 - v2 error format
105
+
106
+
Returns:
107
+
An object of the form:
108
+
109
+
{ # `SupportedService` specifies VPC-SC supported service and its properties.
110
+
"availableOnRestrictedVip": True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
111
+
"knownLimitations": True or False, # True if the service is supported with some limitations. Check documentation for details.
112
+
"name": "A String", # The service name or address of the supported service, such as `service.googleapis.com`.
113
+
"supportStage": "A String", # The support stage of the service.
114
+
"supportedMethods": [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
115
+
{ # An allowed method or permission of a service specified in ApiOperation.
116
+
"method": "A String", # Value for `method` should be a valid method name for the corresponding `service_name` in ApiOperation. If `*` used as value for `method`, then ALL methods and permissions are allowed.
117
+
"permission": "A String", # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
118
+
},
119
+
],
120
+
"title": "A String", # The name of the supported product, such as 'Cloud Product API'
pageSize: integer, This flag specifies the maximum number of services to return per page. Default is 100.
130
+
pageToken: string, Token to start on a later page. Default is the first page.
131
+
x__xgafv: string, V1 error format.
132
+
Allowed values
133
+
1 - v1 error format
134
+
2 - v2 error format
135
+
136
+
Returns:
137
+
An object of the form:
138
+
139
+
{ # A response to `ListSupportedServicesRequest`.
140
+
"nextPageToken": "A String", # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
141
+
"supportedServices": [ # List of services supported by VPC Service Controls instances.
142
+
{ # `SupportedService` specifies VPC-SC supported service and its properties.
143
+
"availableOnRestrictedVip": True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
144
+
"knownLimitations": True or False, # True if the service is supported with some limitations. Check documentation for details.
145
+
"name": "A String", # The service name or address of the supported service, such as `service.googleapis.com`.
146
+
"supportStage": "A String", # The support stage of the service.
147
+
"supportedMethods": [ # The list of the supported methods. Field exist only in response on [GetSupportedService]
148
+
{ # An allowed method or permission of a service specified in ApiOperation.
149
+
"method": "A String", # Value for `method` should be a valid method name for the corresponding `service_name` in ApiOperation. If `*` used as value for `method`, then ALL methods and permissions are allowed.
150
+
"permission": "A String", # Value for `permission` should be a valid Cloud IAM permission for the corresponding `service_name` in ApiOperation.
151
+
},
152
+
],
153
+
"title": "A String", # The name of the supported product, such as 'Cloud Product API'
<pclass="firstline">Takes an action that affects a Chrome OS Device. This includes deprovisioning, disabling, and re-enabling devices. *Warning:* * Deprovisioning a device will stop device policy syncing and remove device-level printers. After a device is deprovisioned, it must be wiped before it can be re-enrolled. * Lost or stolen devices should use the disable action. * Re-enabling a disabled device will consume a device license. If you do not have sufficient licenses available when completing the re-enable action, you will receive an error. For more information about deprovisioning and disabling devices, visit the [help center](https://support.google.com/chrome/a/answer/3523633).</p>
79
+
<pclass="firstline">Use [BatchChangeChromeOsDeviceStatus](/admin-sdk/directory/reference/rest/v1/customer.devices.chromeos/batchChangeStatus) instead. Takes an action that affects a Chrome OS Device. This includes deprovisioning, disabling, and re-enabling devices. *Warning:* * Deprovisioning a device will stop device policy syncing and remove device-level printers. After a device is deprovisioned, it must be wiped before it can be re-enrolled. * Lost or stolen devices should use the disable action. * Re-enabling a disabled device will consume a device license. If you do not have sufficient licenses available when completing the re-enable action, you will receive an error. For more information about deprovisioning and disabling devices, visit the [help center](https://support.google.com/chrome/a/answer/3523633).</p>
<pre>Takes an action that affects a Chrome OS Device. This includes deprovisioning, disabling, and re-enabling devices. *Warning:* * Deprovisioning a device will stop device policy syncing and remove device-level printers. After a device is deprovisioned, it must be wiped before it can be re-enrolled. * Lost or stolen devices should use the disable action. * Re-enabling a disabled device will consume a device license. If you do not have sufficient licenses available when completing the re-enable action, you will receive an error. For more information about deprovisioning and disabling devices, visit the [help center](https://support.google.com/chrome/a/answer/3523633).
104
+
<pre>Use [BatchChangeChromeOsDeviceStatus](/admin-sdk/directory/reference/rest/v1/customer.devices.chromeos/batchChangeStatus) instead. Takes an action that affects a Chrome OS Device. This includes deprovisioning, disabling, and re-enabling devices. *Warning:* * Deprovisioning a device will stop device policy syncing and remove device-level printers. After a device is deprovisioned, it must be wiped before it can be re-enrolled. * Lost or stolen devices should use the disable action. * Re-enabling a disabled device will consume a device license. If you do not have sufficient licenses available when completing the re-enable action, you will receive an error. For more information about deprovisioning and disabling devices, visit the [help center](https://support.google.com/chrome/a/answer/3523633).
105
105
106
106
Args:
107
107
customerId: string, The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
<pclass="firstline">Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state [Repair, repurpose, or retire ChromeOS devices](https://support.google.com/chrome/a/answer/3523633).</p>
<pre>Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state [Repair, repurpose, or retire ChromeOS devices](https://support.google.com/chrome/a/answer/3523633).
95
+
96
+
Args:
97
+
customerId: string, Required. Immutable ID of the Google Workspace account. (required)
98
+
body: object, The request body.
99
+
The object takes the form of:
100
+
101
+
{ # A request for changing the status of a batch of ChromeOS devices.
102
+
"changeChromeOsDeviceStatusAction": "A String", # Required. The action to take on the ChromeOS device in order to change its status.
103
+
"deprovisionReason": "A String", # Optional. The reason behind a device deprovision. Must be provided if 'changeChromeOsDeviceStatusAction' is set to 'CHANGE_CHROME_OS_DEVICE_STATUS_ACTION_DEPROVISION'. Otherwise, omit this field.
104
+
"deviceIds": [ # Required. List of the IDs of the ChromeOS devices to change. Maximum 50.
105
+
"A String",
106
+
],
107
+
}
108
+
109
+
x__xgafv: string, V1 error format.
110
+
Allowed values
111
+
1 - v1 error format
112
+
2 - v2 error format
113
+
114
+
Returns:
115
+
An object of the form:
116
+
117
+
{ # The response of changing the status of a batch of ChromeOS devices.
118
+
"changeChromeOsDeviceStatusResults": [ # The results for each of the ChromeOS devices provided in the request.
119
+
{ # The result of a single ChromeOS device for a Change state operation.
120
+
"deviceId": "A String", # The unique ID of the ChromeOS device.
121
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure.
122
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
123
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
124
+
{
125
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
126
+
},
127
+
],
128
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
129
+
},
130
+
"response": { # Response for a successful ChromeOS device status change. # The device could change its status successfully.
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.customJobs.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,7 @@ <h3>Method Details</h3>
173
173
],
174
174
"scheduling": { # All parameters related to queuing and scheduling of custom jobs. # Scheduling options for a CustomJob.
175
175
"disableRetries": True or False, # Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides `Scheduling.restart_job_on_worker_restart` to false.
176
+
"maxWaitDuration": "A String", # Optional. This is the maximum time a user will wait in the QRM queue for resources. Default is 1 day
176
177
"restartJobOnWorkerRestart": True or False, # Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.
177
178
"timeout": "A String", # The maximum job running time. The default is 7 days.
178
179
},
@@ -286,6 +287,7 @@ <h3>Method Details</h3>
286
287
],
287
288
"scheduling": { # All parameters related to queuing and scheduling of custom jobs. # Scheduling options for a CustomJob.
288
289
"disableRetries": True or False, # Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides `Scheduling.restart_job_on_worker_restart` to false.
290
+
"maxWaitDuration": "A String", # Optional. This is the maximum time a user will wait in the QRM queue for resources. Default is 1 day
289
291
"restartJobOnWorkerRestart": True or False, # Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.
290
292
"timeout": "A String", # The maximum job running time. The default is 7 days.
291
293
},
@@ -441,6 +443,7 @@ <h3>Method Details</h3>
441
443
],
442
444
"scheduling": { # All parameters related to queuing and scheduling of custom jobs. # Scheduling options for a CustomJob.
443
445
"disableRetries": True or False, # Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides `Scheduling.restart_job_on_worker_restart` to false.
446
+
"maxWaitDuration": "A String", # Optional. This is the maximum time a user will wait in the QRM queue for resources. Default is 1 day
444
447
"restartJobOnWorkerRestart": True or False, # Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.
445
448
"timeout": "A String", # The maximum job running time. The default is 7 days.
446
449
},
@@ -567,6 +570,7 @@ <h3>Method Details</h3>
567
570
],
568
571
"scheduling": { # All parameters related to queuing and scheduling of custom jobs. # Scheduling options for a CustomJob.
569
572
"disableRetries": True or False, # Optional. Indicates if the job should retry for internal errors after the job starts running. If true, overrides `Scheduling.restart_job_on_worker_restart` to false.
573
+
"maxWaitDuration": "A String", # Optional. This is the maximum time a user will wait in the QRM queue for resources. Default is 1 day
570
574
"restartJobOnWorkerRestart": True or False, # Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.
571
575
"timeout": "A String", # The maximum job running time. The default is 7 days.
0 commit comments