1{
2 "auth": {
3 "oauth2": {
4 "scopes": {
5 "https://www.googleapis.com/auth/cloud-platform": {
6 "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
7 }
8 }
9 }
10 },
11 "basePath": "",
12 "baseUrl": "https://migrationcenter.googleapis.com/",
13 "batchPath": "batch",
14 "canonicalName": "Migration Center API",
15 "description": "A unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud.",
16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/migration-center",
18 "fullyEncodeReservedExpansion": true,
19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 },
23 "id": "migrationcenter:v1",
24 "kind": "discovery#restDescription",
25 "mtlsRootUrl": "https://migrationcenter.mtls.googleapis.com/",
26 "name": "migrationcenter",
27 "ownerDomain": "google.com",
28 "ownerName": "Google",
29 "parameters": {
30 "$.xgafv": {
31 "description": "V1 error format.",
32 "enum": [
33 "1",
34 "2"
35 ],
36 "enumDescriptions": [
37 "v1 error format",
38 "v2 error format"
39 ],
40 "location": "query",
41 "type": "string"
42 },
43 "access_token": {
44 "description": "OAuth access token.",
45 "location": "query",
46 "type": "string"
47 },
48 "alt": {
49 "default": "json",
50 "description": "Data format for response.",
51 "enum": [
52 "json",
53 "media",
54 "proto"
55 ],
56 "enumDescriptions": [
57 "Responses with Content-Type of application/json",
58 "Media download with context-dependent Content-Type",
59 "Responses with Content-Type of application/x-protobuf"
60 ],
61 "location": "query",
62 "type": "string"
63 },
64 "callback": {
65 "description": "JSONP",
66 "location": "query",
67 "type": "string"
68 },
69 "fields": {
70 "description": "Selector specifying which fields to include in a partial response.",
71 "location": "query",
72 "type": "string"
73 },
74 "key": {
75 "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
76 "location": "query",
77 "type": "string"
78 },
79 "oauth_token": {
80 "description": "OAuth 2.0 token for the current user.",
81 "location": "query",
82 "type": "string"
83 },
84 "prettyPrint": {
85 "default": "true",
86 "description": "Returns response with indentations and line breaks.",
87 "location": "query",
88 "type": "boolean"
89 },
90 "quotaUser": {
91 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
92 "location": "query",
93 "type": "string"
94 },
95 "uploadType": {
96 "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
97 "location": "query",
98 "type": "string"
99 },
100 "upload_protocol": {
101 "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
102 "location": "query",
103 "type": "string"
104 }
105 },
106 "protocol": "rest",
107 "resources": {
108 "projects": {
109 "resources": {
110 "locations": {
111 "methods": {
112 "get": {
113 "description": "Gets information about a location.",
114 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
115 "httpMethod": "GET",
116 "id": "migrationcenter.projects.locations.get",
117 "parameterOrder": [
118 "name"
119 ],
120 "parameters": {
121 "name": {
122 "description": "Resource name for the location.",
123 "location": "path",
124 "pattern": "^projects/[^/]+/locations/[^/]+$",
125 "required": true,
126 "type": "string"
127 }
128 },
129 "path": "v1/{+name}",
130 "response": {
131 "$ref": "Location"
132 },
133 "scopes": [
134 "https://www.googleapis.com/auth/cloud-platform"
135 ]
136 },
137 "getSettings": {
138 "description": "Gets the details of regional settings.",
139 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/settings",
140 "httpMethod": "GET",
141 "id": "migrationcenter.projects.locations.getSettings",
142 "parameterOrder": [
143 "name"
144 ],
145 "parameters": {
146 "name": {
147 "description": "Required. Name of the resource.",
148 "location": "path",
149 "pattern": "^projects/[^/]+/locations/[^/]+/settings$",
150 "required": true,
151 "type": "string"
152 }
153 },
154 "path": "v1/{+name}",
155 "response": {
156 "$ref": "Settings"
157 },
158 "scopes": [
159 "https://www.googleapis.com/auth/cloud-platform"
160 ]
161 },
162 "list": {
163 "description": "Lists information about the supported locations for this service.",
164 "flatPath": "v1/projects/{projectsId}/locations",
165 "httpMethod": "GET",
166 "id": "migrationcenter.projects.locations.list",
167 "parameterOrder": [
168 "name"
169 ],
170 "parameters": {
171 "filter": {
172 "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
173 "location": "query",
174 "type": "string"
175 },
176 "name": {
177 "description": "The resource that owns the locations collection, if applicable.",
178 "location": "path",
179 "pattern": "^projects/[^/]+$",
180 "required": true,
181 "type": "string"
182 },
183 "pageSize": {
184 "description": "The maximum number of results to return. If not set, the service selects a default.",
185 "format": "int32",
186 "location": "query",
187 "type": "integer"
188 },
189 "pageToken": {
190 "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
191 "location": "query",
192 "type": "string"
193 }
194 },
195 "path": "v1/{+name}/locations",
196 "response": {
197 "$ref": "ListLocationsResponse"
198 },
199 "scopes": [
200 "https://www.googleapis.com/auth/cloud-platform"
201 ]
202 },
203 "updateSettings": {
204 "description": "Updates the regional-level project settings.",
205 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/settings",
206 "httpMethod": "PATCH",
207 "id": "migrationcenter.projects.locations.updateSettings",
208 "parameterOrder": [
209 "name"
210 ],
211 "parameters": {
212 "name": {
213 "description": "Output only. The name of the resource.",
214 "location": "path",
215 "pattern": "^projects/[^/]+/locations/[^/]+/settings$",
216 "required": true,
217 "type": "string"
218 },
219 "requestId": {
220 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
221 "location": "query",
222 "type": "string"
223 },
224 "updateMask": {
225 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Settings` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
226 "format": "google-fieldmask",
227 "location": "query",
228 "type": "string"
229 }
230 },
231 "path": "v1/{+name}",
232 "request": {
233 "$ref": "Settings"
234 },
235 "response": {
236 "$ref": "Operation"
237 },
238 "scopes": [
239 "https://www.googleapis.com/auth/cloud-platform"
240 ]
241 }
242 },
243 "resources": {
244 "assets": {
245 "methods": {
246 "aggregateValues": {
247 "description": "Aggregates the requested fields based on provided function.",
248 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets:aggregateValues",
249 "httpMethod": "POST",
250 "id": "migrationcenter.projects.locations.assets.aggregateValues",
251 "parameterOrder": [
252 "parent"
253 ],
254 "parameters": {
255 "parent": {
256 "description": "Required. Parent value for `AggregateAssetsValuesRequest`.",
257 "location": "path",
258 "pattern": "^projects/[^/]+/locations/[^/]+$",
259 "required": true,
260 "type": "string"
261 }
262 },
263 "path": "v1/{+parent}/assets:aggregateValues",
264 "request": {
265 "$ref": "AggregateAssetsValuesRequest"
266 },
267 "response": {
268 "$ref": "AggregateAssetsValuesResponse"
269 },
270 "scopes": [
271 "https://www.googleapis.com/auth/cloud-platform"
272 ]
273 },
274 "batchDelete": {
275 "description": "Deletes list of Assets.",
276 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets:batchDelete",
277 "httpMethod": "POST",
278 "id": "migrationcenter.projects.locations.assets.batchDelete",
279 "parameterOrder": [
280 "parent"
281 ],
282 "parameters": {
283 "parent": {
284 "description": "Required. Parent value for batch asset delete.",
285 "location": "path",
286 "pattern": "^projects/[^/]+/locations/[^/]+$",
287 "required": true,
288 "type": "string"
289 }
290 },
291 "path": "v1/{+parent}/assets:batchDelete",
292 "request": {
293 "$ref": "BatchDeleteAssetsRequest"
294 },
295 "response": {
296 "$ref": "Empty"
297 },
298 "scopes": [
299 "https://www.googleapis.com/auth/cloud-platform"
300 ]
301 },
302 "batchUpdate": {
303 "description": "Updates the parameters of a list of assets.",
304 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets:batchUpdate",
305 "httpMethod": "POST",
306 "id": "migrationcenter.projects.locations.assets.batchUpdate",
307 "parameterOrder": [
308 "parent"
309 ],
310 "parameters": {
311 "parent": {
312 "description": "Required. Parent value for batch asset update.",
313 "location": "path",
314 "pattern": "^projects/[^/]+/locations/[^/]+$",
315 "required": true,
316 "type": "string"
317 }
318 },
319 "path": "v1/{+parent}/assets:batchUpdate",
320 "request": {
321 "$ref": "BatchUpdateAssetsRequest"
322 },
323 "response": {
324 "$ref": "BatchUpdateAssetsResponse"
325 },
326 "scopes": [
327 "https://www.googleapis.com/auth/cloud-platform"
328 ]
329 },
330 "delete": {
331 "description": "Deletes an asset.",
332 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}",
333 "httpMethod": "DELETE",
334 "id": "migrationcenter.projects.locations.assets.delete",
335 "parameterOrder": [
336 "name"
337 ],
338 "parameters": {
339 "name": {
340 "description": "Required. Name of the resource.",
341 "location": "path",
342 "pattern": "^projects/[^/]+/locations/[^/]+/assets/[^/]+$",
343 "required": true,
344 "type": "string"
345 },
346 "requestId": {
347 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
348 "location": "query",
349 "type": "string"
350 }
351 },
352 "path": "v1/{+name}",
353 "response": {
354 "$ref": "Empty"
355 },
356 "scopes": [
357 "https://www.googleapis.com/auth/cloud-platform"
358 ]
359 },
360 "get": {
361 "description": "Gets the details of an asset.",
362 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}",
363 "httpMethod": "GET",
364 "id": "migrationcenter.projects.locations.assets.get",
365 "parameterOrder": [
366 "name"
367 ],
368 "parameters": {
369 "name": {
370 "description": "Required. Name of the resource.",
371 "location": "path",
372 "pattern": "^projects/[^/]+/locations/[^/]+/assets/[^/]+$",
373 "required": true,
374 "type": "string"
375 },
376 "view": {
377 "description": "View of the assets. Defaults to BASIC.",
378 "enum": [
379 "ASSET_VIEW_UNSPECIFIED",
380 "ASSET_VIEW_BASIC",
381 "ASSET_VIEW_FULL"
382 ],
383 "enumDescriptions": [
384 "The asset view is not specified. The API displays the basic view by default.",
385 "The asset view includes only basic metadata of the asset.",
386 "The asset view includes all the metadata of an asset and performance data."
387 ],
388 "location": "query",
389 "type": "string"
390 }
391 },
392 "path": "v1/{+name}",
393 "response": {
394 "$ref": "Asset"
395 },
396 "scopes": [
397 "https://www.googleapis.com/auth/cloud-platform"
398 ]
399 },
400 "list": {
401 "description": "Lists all the assets in a given project and location.",
402 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets",
403 "httpMethod": "GET",
404 "id": "migrationcenter.projects.locations.assets.list",
405 "parameterOrder": [
406 "parent"
407 ],
408 "parameters": {
409 "filter": {
410 "description": "Filtering results.",
411 "location": "query",
412 "type": "string"
413 },
414 "orderBy": {
415 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
416 "location": "query",
417 "type": "string"
418 },
419 "pageSize": {
420 "description": "Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
421 "format": "int32",
422 "location": "query",
423 "type": "integer"
424 },
425 "pageToken": {
426 "description": "A token identifying a page of results the server should return.",
427 "location": "query",
428 "type": "string"
429 },
430 "parent": {
431 "description": "Required. Parent value for `ListAssetsRequest`.",
432 "location": "path",
433 "pattern": "^projects/[^/]+/locations/[^/]+$",
434 "required": true,
435 "type": "string"
436 },
437 "view": {
438 "description": "View of the assets. Defaults to BASIC.",
439 "enum": [
440 "ASSET_VIEW_UNSPECIFIED",
441 "ASSET_VIEW_BASIC",
442 "ASSET_VIEW_FULL"
443 ],
444 "enumDescriptions": [
445 "The asset view is not specified. The API displays the basic view by default.",
446 "The asset view includes only basic metadata of the asset.",
447 "The asset view includes all the metadata of an asset and performance data."
448 ],
449 "location": "query",
450 "type": "string"
451 }
452 },
453 "path": "v1/{+parent}/assets",
454 "response": {
455 "$ref": "ListAssetsResponse"
456 },
457 "scopes": [
458 "https://www.googleapis.com/auth/cloud-platform"
459 ]
460 },
461 "patch": {
462 "description": "Updates the parameters of an asset.",
463 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}",
464 "httpMethod": "PATCH",
465 "id": "migrationcenter.projects.locations.assets.patch",
466 "parameterOrder": [
467 "name"
468 ],
469 "parameters": {
470 "name": {
471 "description": "Output only. The full name of the asset.",
472 "location": "path",
473 "pattern": "^projects/[^/]+/locations/[^/]+/assets/[^/]+$",
474 "required": true,
475 "type": "string"
476 },
477 "requestId": {
478 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
479 "location": "query",
480 "type": "string"
481 },
482 "updateMask": {
483 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Asset` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
484 "format": "google-fieldmask",
485 "location": "query",
486 "type": "string"
487 }
488 },
489 "path": "v1/{+name}",
490 "request": {
491 "$ref": "Asset"
492 },
493 "response": {
494 "$ref": "Asset"
495 },
496 "scopes": [
497 "https://www.googleapis.com/auth/cloud-platform"
498 ]
499 },
500 "reportAssetFrames": {
501 "description": "Reports a set of frames.",
502 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/assets:reportAssetFrames",
503 "httpMethod": "POST",
504 "id": "migrationcenter.projects.locations.assets.reportAssetFrames",
505 "parameterOrder": [
506 "parent"
507 ],
508 "parameters": {
509 "parent": {
510 "description": "Required. Parent of the resource.",
511 "location": "path",
512 "pattern": "^projects/[^/]+/locations/[^/]+$",
513 "required": true,
514 "type": "string"
515 },
516 "source": {
517 "description": "Required. Reference to a source.",
518 "location": "query",
519 "type": "string"
520 }
521 },
522 "path": "v1/{+parent}/assets:reportAssetFrames",
523 "request": {
524 "$ref": "Frames"
525 },
526 "response": {
527 "$ref": "ReportAssetFramesResponse"
528 },
529 "scopes": [
530 "https://www.googleapis.com/auth/cloud-platform"
531 ]
532 }
533 }
534 },
535 "discoveryClients": {
536 "methods": {
537 "create": {
538 "description": "Creates a new discovery client.",
539 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/discoveryClients",
540 "httpMethod": "POST",
541 "id": "migrationcenter.projects.locations.discoveryClients.create",
542 "parameterOrder": [
543 "parent"
544 ],
545 "parameters": {
546 "discoveryClientId": {
547 "description": "Required. User specified ID for the discovery client. It will become the last component of the discovery client name. The ID must be unique within the project, is restricted to lower-cased letters and has a maximum length of 63 characters. The ID must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.",
548 "location": "query",
549 "type": "string"
550 },
551 "parent": {
552 "description": "Required. Parent resource.",
553 "location": "path",
554 "pattern": "^projects/[^/]+/locations/[^/]+$",
555 "required": true,
556 "type": "string"
557 },
558 "requestId": {
559 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
560 "location": "query",
561 "type": "string"
562 }
563 },
564 "path": "v1/{+parent}/discoveryClients",
565 "request": {
566 "$ref": "DiscoveryClient"
567 },
568 "response": {
569 "$ref": "Operation"
570 },
571 "scopes": [
572 "https://www.googleapis.com/auth/cloud-platform"
573 ]
574 },
575 "delete": {
576 "description": "Deletes a discovery client.",
577 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/discoveryClients/{discoveryClientsId}",
578 "httpMethod": "DELETE",
579 "id": "migrationcenter.projects.locations.discoveryClients.delete",
580 "parameterOrder": [
581 "name"
582 ],
583 "parameters": {
584 "name": {
585 "description": "Required. The discovery client name.",
586 "location": "path",
587 "pattern": "^projects/[^/]+/locations/[^/]+/discoveryClients/[^/]+$",
588 "required": true,
589 "type": "string"
590 },
591 "requestId": {
592 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
593 "location": "query",
594 "type": "string"
595 }
596 },
597 "path": "v1/{+name}",
598 "response": {
599 "$ref": "Operation"
600 },
601 "scopes": [
602 "https://www.googleapis.com/auth/cloud-platform"
603 ]
604 },
605 "get": {
606 "description": "Gets the details of a discovery client.",
607 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/discoveryClients/{discoveryClientsId}",
608 "httpMethod": "GET",
609 "id": "migrationcenter.projects.locations.discoveryClients.get",
610 "parameterOrder": [
611 "name"
612 ],
613 "parameters": {
614 "name": {
615 "description": "Required. The discovery client name.",
616 "location": "path",
617 "pattern": "^projects/[^/]+/locations/[^/]+/discoveryClients/[^/]+$",
618 "required": true,
619 "type": "string"
620 }
621 },
622 "path": "v1/{+name}",
623 "response": {
624 "$ref": "DiscoveryClient"
625 },
626 "scopes": [
627 "https://www.googleapis.com/auth/cloud-platform"
628 ]
629 },
630 "list": {
631 "description": "Lists all the discovery clients in a given project and location.",
632 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/discoveryClients",
633 "httpMethod": "GET",
634 "id": "migrationcenter.projects.locations.discoveryClients.list",
635 "parameterOrder": [
636 "parent"
637 ],
638 "parameters": {
639 "filter": {
640 "description": "Optional. Filter expression to filter results by.",
641 "location": "query",
642 "type": "string"
643 },
644 "orderBy": {
645 "description": "Optional. Field to sort by.",
646 "location": "query",
647 "type": "string"
648 },
649 "pageSize": {
650 "description": "Optional. The maximum number of items to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.",
651 "format": "int32",
652 "location": "query",
653 "type": "integer"
654 },
655 "pageToken": {
656 "description": "Optional. A page token, received from a previous `ListDiscoveryClients` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDiscoveryClients` must match the call that provided the page token.",
657 "location": "query",
658 "type": "string"
659 },
660 "parent": {
661 "description": "Required. Parent resource.",
662 "location": "path",
663 "pattern": "^projects/[^/]+/locations/[^/]+$",
664 "required": true,
665 "type": "string"
666 }
667 },
668 "path": "v1/{+parent}/discoveryClients",
669 "response": {
670 "$ref": "ListDiscoveryClientsResponse"
671 },
672 "scopes": [
673 "https://www.googleapis.com/auth/cloud-platform"
674 ]
675 },
676 "patch": {
677 "description": "Updates a discovery client.",
678 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/discoveryClients/{discoveryClientsId}",
679 "httpMethod": "PATCH",
680 "id": "migrationcenter.projects.locations.discoveryClients.patch",
681 "parameterOrder": [
682 "name"
683 ],
684 "parameters": {
685 "name": {
686 "description": "Output only. Identifier. Full name of this discovery client.",
687 "location": "path",
688 "pattern": "^projects/[^/]+/locations/[^/]+/discoveryClients/[^/]+$",
689 "required": true,
690 "type": "string"
691 },
692 "requestId": {
693 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
694 "location": "query",
695 "type": "string"
696 },
697 "updateMask": {
698 "description": "Required. Update mask is used to specify the fields to be overwritten in the `DiscoveryClient` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
699 "format": "google-fieldmask",
700 "location": "query",
701 "type": "string"
702 }
703 },
704 "path": "v1/{+name}",
705 "request": {
706 "$ref": "DiscoveryClient"
707 },
708 "response": {
709 "$ref": "Operation"
710 },
711 "scopes": [
712 "https://www.googleapis.com/auth/cloud-platform"
713 ]
714 },
715 "sendHeartbeat": {
716 "description": "Sends a discovery client heartbeat. Healthy clients are expected to send heartbeats regularly (normally every few minutes).",
717 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/discoveryClients/{discoveryClientsId}:sendHeartbeat",
718 "httpMethod": "POST",
719 "id": "migrationcenter.projects.locations.discoveryClients.sendHeartbeat",
720 "parameterOrder": [
721 "name"
722 ],
723 "parameters": {
724 "name": {
725 "description": "Required. The discovery client name.",
726 "location": "path",
727 "pattern": "^projects/[^/]+/locations/[^/]+/discoveryClients/[^/]+$",
728 "required": true,
729 "type": "string"
730 }
731 },
732 "path": "v1/{+name}:sendHeartbeat",
733 "request": {
734 "$ref": "SendDiscoveryClientHeartbeatRequest"
735 },
736 "response": {
737 "$ref": "Operation"
738 },
739 "scopes": [
740 "https://www.googleapis.com/auth/cloud-platform"
741 ]
742 }
743 }
744 },
745 "groups": {
746 "methods": {
747 "addAssets": {
748 "description": "Adds assets to a group.",
749 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groups/{groupsId}:addAssets",
750 "httpMethod": "POST",
751 "id": "migrationcenter.projects.locations.groups.addAssets",
752 "parameterOrder": [
753 "group"
754 ],
755 "parameters": {
756 "group": {
757 "description": "Required. Group reference.",
758 "location": "path",
759 "pattern": "^projects/[^/]+/locations/[^/]+/groups/[^/]+$",
760 "required": true,
761 "type": "string"
762 }
763 },
764 "path": "v1/{+group}:addAssets",
765 "request": {
766 "$ref": "AddAssetsToGroupRequest"
767 },
768 "response": {
769 "$ref": "Operation"
770 },
771 "scopes": [
772 "https://www.googleapis.com/auth/cloud-platform"
773 ]
774 },
775 "create": {
776 "description": "Creates a new group in a given project and location.",
777 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groups",
778 "httpMethod": "POST",
779 "id": "migrationcenter.projects.locations.groups.create",
780 "parameterOrder": [
781 "parent"
782 ],
783 "parameters": {
784 "groupId": {
785 "description": "Required. User specified ID for the group. It will become the last component of the group name. The ID must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.",
786 "location": "query",
787 "type": "string"
788 },
789 "parent": {
790 "description": "Required. Value for parent.",
791 "location": "path",
792 "pattern": "^projects/[^/]+/locations/[^/]+$",
793 "required": true,
794 "type": "string"
795 },
796 "requestId": {
797 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
798 "location": "query",
799 "type": "string"
800 }
801 },
802 "path": "v1/{+parent}/groups",
803 "request": {
804 "$ref": "Group"
805 },
806 "response": {
807 "$ref": "Operation"
808 },
809 "scopes": [
810 "https://www.googleapis.com/auth/cloud-platform"
811 ]
812 },
813 "delete": {
814 "description": "Deletes a group.",
815 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groups/{groupsId}",
816 "httpMethod": "DELETE",
817 "id": "migrationcenter.projects.locations.groups.delete",
818 "parameterOrder": [
819 "name"
820 ],
821 "parameters": {
822 "name": {
823 "description": "Required. Name of the group resource.",
824 "location": "path",
825 "pattern": "^projects/[^/]+/locations/[^/]+/groups/[^/]+$",
826 "required": true,
827 "type": "string"
828 },
829 "requestId": {
830 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
831 "location": "query",
832 "type": "string"
833 }
834 },
835 "path": "v1/{+name}",
836 "response": {
837 "$ref": "Operation"
838 },
839 "scopes": [
840 "https://www.googleapis.com/auth/cloud-platform"
841 ]
842 },
843 "get": {
844 "description": "Gets the details of a group.",
845 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groups/{groupsId}",
846 "httpMethod": "GET",
847 "id": "migrationcenter.projects.locations.groups.get",
848 "parameterOrder": [
849 "name"
850 ],
851 "parameters": {
852 "name": {
853 "description": "Required. Name of the resource.",
854 "location": "path",
855 "pattern": "^projects/[^/]+/locations/[^/]+/groups/[^/]+$",
856 "required": true,
857 "type": "string"
858 }
859 },
860 "path": "v1/{+name}",
861 "response": {
862 "$ref": "Group"
863 },
864 "scopes": [
865 "https://www.googleapis.com/auth/cloud-platform"
866 ]
867 },
868 "list": {
869 "description": "Lists all groups in a given project and location.",
870 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groups",
871 "httpMethod": "GET",
872 "id": "migrationcenter.projects.locations.groups.list",
873 "parameterOrder": [
874 "parent"
875 ],
876 "parameters": {
877 "filter": {
878 "description": "Filtering results.",
879 "location": "query",
880 "type": "string"
881 },
882 "orderBy": {
883 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
884 "location": "query",
885 "type": "string"
886 },
887 "pageSize": {
888 "description": "Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
889 "format": "int32",
890 "location": "query",
891 "type": "integer"
892 },
893 "pageToken": {
894 "description": "A token identifying a page of results the server should return.",
895 "location": "query",
896 "type": "string"
897 },
898 "parent": {
899 "description": "Required. Parent value for `ListGroupsRequest`.",
900 "location": "path",
901 "pattern": "^projects/[^/]+/locations/[^/]+$",
902 "required": true,
903 "type": "string"
904 }
905 },
906 "path": "v1/{+parent}/groups",
907 "response": {
908 "$ref": "ListGroupsResponse"
909 },
910 "scopes": [
911 "https://www.googleapis.com/auth/cloud-platform"
912 ]
913 },
914 "patch": {
915 "description": "Updates the parameters of a group.",
916 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groups/{groupsId}",
917 "httpMethod": "PATCH",
918 "id": "migrationcenter.projects.locations.groups.patch",
919 "parameterOrder": [
920 "name"
921 ],
922 "parameters": {
923 "name": {
924 "description": "Output only. The name of the group.",
925 "location": "path",
926 "pattern": "^projects/[^/]+/locations/[^/]+/groups/[^/]+$",
927 "required": true,
928 "type": "string"
929 },
930 "requestId": {
931 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
932 "location": "query",
933 "type": "string"
934 },
935 "updateMask": {
936 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Group` resource by the update. The values specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
937 "format": "google-fieldmask",
938 "location": "query",
939 "type": "string"
940 }
941 },
942 "path": "v1/{+name}",
943 "request": {
944 "$ref": "Group"
945 },
946 "response": {
947 "$ref": "Operation"
948 },
949 "scopes": [
950 "https://www.googleapis.com/auth/cloud-platform"
951 ]
952 },
953 "removeAssets": {
954 "description": "Removes assets from a group.",
955 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/groups/{groupsId}:removeAssets",
956 "httpMethod": "POST",
957 "id": "migrationcenter.projects.locations.groups.removeAssets",
958 "parameterOrder": [
959 "group"
960 ],
961 "parameters": {
962 "group": {
963 "description": "Required. Group reference.",
964 "location": "path",
965 "pattern": "^projects/[^/]+/locations/[^/]+/groups/[^/]+$",
966 "required": true,
967 "type": "string"
968 }
969 },
970 "path": "v1/{+group}:removeAssets",
971 "request": {
972 "$ref": "RemoveAssetsFromGroupRequest"
973 },
974 "response": {
975 "$ref": "Operation"
976 },
977 "scopes": [
978 "https://www.googleapis.com/auth/cloud-platform"
979 ]
980 }
981 }
982 },
983 "importJobs": {
984 "methods": {
985 "create": {
986 "description": "Creates an import job.",
987 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs",
988 "httpMethod": "POST",
989 "id": "migrationcenter.projects.locations.importJobs.create",
990 "parameterOrder": [
991 "parent"
992 ],
993 "parameters": {
994 "importJobId": {
995 "description": "Required. ID of the import job.",
996 "location": "query",
997 "type": "string"
998 },
999 "parent": {
1000 "description": "Required. Value for parent.",
1001 "location": "path",
1002 "pattern": "^projects/[^/]+/locations/[^/]+$",
1003 "required": true,
1004 "type": "string"
1005 },
1006 "requestId": {
1007 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1008 "location": "query",
1009 "type": "string"
1010 }
1011 },
1012 "path": "v1/{+parent}/importJobs",
1013 "request": {
1014 "$ref": "ImportJob"
1015 },
1016 "response": {
1017 "$ref": "Operation"
1018 },
1019 "scopes": [
1020 "https://www.googleapis.com/auth/cloud-platform"
1021 ]
1022 },
1023 "delete": {
1024 "description": "Deletes an import job.",
1025 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}",
1026 "httpMethod": "DELETE",
1027 "id": "migrationcenter.projects.locations.importJobs.delete",
1028 "parameterOrder": [
1029 "name"
1030 ],
1031 "parameters": {
1032 "force": {
1033 "description": "Optional. If set to `true`, any `ImportDataFiles` of this job will also be deleted If set to `false`, the request only works if the job has no data files.",
1034 "location": "query",
1035 "type": "boolean"
1036 },
1037 "name": {
1038 "description": "Required. Name of the resource.",
1039 "location": "path",
1040 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$",
1041 "required": true,
1042 "type": "string"
1043 },
1044 "requestId": {
1045 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1046 "location": "query",
1047 "type": "string"
1048 }
1049 },
1050 "path": "v1/{+name}",
1051 "response": {
1052 "$ref": "Operation"
1053 },
1054 "scopes": [
1055 "https://www.googleapis.com/auth/cloud-platform"
1056 ]
1057 },
1058 "get": {
1059 "description": "Gets the details of an import job.",
1060 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}",
1061 "httpMethod": "GET",
1062 "id": "migrationcenter.projects.locations.importJobs.get",
1063 "parameterOrder": [
1064 "name"
1065 ],
1066 "parameters": {
1067 "name": {
1068 "description": "Required. Name of the resource.",
1069 "location": "path",
1070 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$",
1071 "required": true,
1072 "type": "string"
1073 },
1074 "view": {
1075 "description": "Optional. The level of details of the import job. Default value is FULL.",
1076 "enum": [
1077 "IMPORT_JOB_VIEW_UNSPECIFIED",
1078 "IMPORT_JOB_VIEW_BASIC",
1079 "IMPORT_JOB_VIEW_FULL"
1080 ],
1081 "enumDescriptions": [
1082 "The import job view is not specified. The API displays the basic view by default.",
1083 "The import job view includes basic metadata of an import job. This view does not include payload information.",
1084 "The import job view includes all metadata of an import job."
1085 ],
1086 "location": "query",
1087 "type": "string"
1088 }
1089 },
1090 "path": "v1/{+name}",
1091 "response": {
1092 "$ref": "ImportJob"
1093 },
1094 "scopes": [
1095 "https://www.googleapis.com/auth/cloud-platform"
1096 ]
1097 },
1098 "list": {
1099 "description": "Lists all import jobs.",
1100 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs",
1101 "httpMethod": "GET",
1102 "id": "migrationcenter.projects.locations.importJobs.list",
1103 "parameterOrder": [
1104 "parent"
1105 ],
1106 "parameters": {
1107 "filter": {
1108 "description": "Filtering results.",
1109 "location": "query",
1110 "type": "string"
1111 },
1112 "orderBy": {
1113 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
1114 "location": "query",
1115 "type": "string"
1116 },
1117 "pageSize": {
1118 "description": "Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
1119 "format": "int32",
1120 "location": "query",
1121 "type": "integer"
1122 },
1123 "pageToken": {
1124 "description": "A token identifying a page of results the server should return.",
1125 "location": "query",
1126 "type": "string"
1127 },
1128 "parent": {
1129 "description": "Required. Parent value for `ListImportJobsRequest`.",
1130 "location": "path",
1131 "pattern": "^projects/[^/]+/locations/[^/]+$",
1132 "required": true,
1133 "type": "string"
1134 },
1135 "view": {
1136 "description": "Optional. The level of details of each import job. Default value is BASIC.",
1137 "enum": [
1138 "IMPORT_JOB_VIEW_UNSPECIFIED",
1139 "IMPORT_JOB_VIEW_BASIC",
1140 "IMPORT_JOB_VIEW_FULL"
1141 ],
1142 "enumDescriptions": [
1143 "The import job view is not specified. The API displays the basic view by default.",
1144 "The import job view includes basic metadata of an import job. This view does not include payload information.",
1145 "The import job view includes all metadata of an import job."
1146 ],
1147 "location": "query",
1148 "type": "string"
1149 }
1150 },
1151 "path": "v1/{+parent}/importJobs",
1152 "response": {
1153 "$ref": "ListImportJobsResponse"
1154 },
1155 "scopes": [
1156 "https://www.googleapis.com/auth/cloud-platform"
1157 ]
1158 },
1159 "patch": {
1160 "description": "Updates an import job.",
1161 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}",
1162 "httpMethod": "PATCH",
1163 "id": "migrationcenter.projects.locations.importJobs.patch",
1164 "parameterOrder": [
1165 "name"
1166 ],
1167 "parameters": {
1168 "name": {
1169 "description": "Output only. The full name of the import job.",
1170 "location": "path",
1171 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$",
1172 "required": true,
1173 "type": "string"
1174 },
1175 "requestId": {
1176 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1177 "location": "query",
1178 "type": "string"
1179 },
1180 "updateMask": {
1181 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Asset` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
1182 "format": "google-fieldmask",
1183 "location": "query",
1184 "type": "string"
1185 }
1186 },
1187 "path": "v1/{+name}",
1188 "request": {
1189 "$ref": "ImportJob"
1190 },
1191 "response": {
1192 "$ref": "Operation"
1193 },
1194 "scopes": [
1195 "https://www.googleapis.com/auth/cloud-platform"
1196 ]
1197 },
1198 "run": {
1199 "description": "Runs an import job.",
1200 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}:run",
1201 "httpMethod": "POST",
1202 "id": "migrationcenter.projects.locations.importJobs.run",
1203 "parameterOrder": [
1204 "name"
1205 ],
1206 "parameters": {
1207 "name": {
1208 "description": "Required. The name of the import job to run.",
1209 "location": "path",
1210 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$",
1211 "required": true,
1212 "type": "string"
1213 }
1214 },
1215 "path": "v1/{+name}:run",
1216 "request": {
1217 "$ref": "RunImportJobRequest"
1218 },
1219 "response": {
1220 "$ref": "Operation"
1221 },
1222 "scopes": [
1223 "https://www.googleapis.com/auth/cloud-platform"
1224 ]
1225 },
1226 "validate": {
1227 "description": "Validates an import job.",
1228 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}:validate",
1229 "httpMethod": "POST",
1230 "id": "migrationcenter.projects.locations.importJobs.validate",
1231 "parameterOrder": [
1232 "name"
1233 ],
1234 "parameters": {
1235 "name": {
1236 "description": "Required. The name of the import job to validate.",
1237 "location": "path",
1238 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$",
1239 "required": true,
1240 "type": "string"
1241 }
1242 },
1243 "path": "v1/{+name}:validate",
1244 "request": {
1245 "$ref": "ValidateImportJobRequest"
1246 },
1247 "response": {
1248 "$ref": "Operation"
1249 },
1250 "scopes": [
1251 "https://www.googleapis.com/auth/cloud-platform"
1252 ]
1253 }
1254 },
1255 "resources": {
1256 "importDataFiles": {
1257 "methods": {
1258 "create": {
1259 "description": "Creates an import data file.",
1260 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}/importDataFiles",
1261 "httpMethod": "POST",
1262 "id": "migrationcenter.projects.locations.importJobs.importDataFiles.create",
1263 "parameterOrder": [
1264 "parent"
1265 ],
1266 "parameters": {
1267 "importDataFileId": {
1268 "description": "Required. The ID of the new data file.",
1269 "location": "query",
1270 "type": "string"
1271 },
1272 "parent": {
1273 "description": "Required. Name of the parent of the ImportDataFile.",
1274 "location": "path",
1275 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$",
1276 "required": true,
1277 "type": "string"
1278 },
1279 "requestId": {
1280 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1281 "location": "query",
1282 "type": "string"
1283 }
1284 },
1285 "path": "v1/{+parent}/importDataFiles",
1286 "request": {
1287 "$ref": "ImportDataFile"
1288 },
1289 "response": {
1290 "$ref": "Operation"
1291 },
1292 "scopes": [
1293 "https://www.googleapis.com/auth/cloud-platform"
1294 ]
1295 },
1296 "delete": {
1297 "description": "Delete an import data file.",
1298 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}/importDataFiles/{importDataFilesId}",
1299 "httpMethod": "DELETE",
1300 "id": "migrationcenter.projects.locations.importJobs.importDataFiles.delete",
1301 "parameterOrder": [
1302 "name"
1303 ],
1304 "parameters": {
1305 "name": {
1306 "description": "Required. Name of the ImportDataFile to delete.",
1307 "location": "path",
1308 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+/importDataFiles/[^/]+$",
1309 "required": true,
1310 "type": "string"
1311 },
1312 "requestId": {
1313 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1314 "location": "query",
1315 "type": "string"
1316 }
1317 },
1318 "path": "v1/{+name}",
1319 "response": {
1320 "$ref": "Operation"
1321 },
1322 "scopes": [
1323 "https://www.googleapis.com/auth/cloud-platform"
1324 ]
1325 },
1326 "get": {
1327 "description": "Gets an import data file.",
1328 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}/importDataFiles/{importDataFilesId}",
1329 "httpMethod": "GET",
1330 "id": "migrationcenter.projects.locations.importJobs.importDataFiles.get",
1331 "parameterOrder": [
1332 "name"
1333 ],
1334 "parameters": {
1335 "name": {
1336 "description": "Required. Name of the ImportDataFile.",
1337 "location": "path",
1338 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+/importDataFiles/[^/]+$",
1339 "required": true,
1340 "type": "string"
1341 }
1342 },
1343 "path": "v1/{+name}",
1344 "response": {
1345 "$ref": "ImportDataFile"
1346 },
1347 "scopes": [
1348 "https://www.googleapis.com/auth/cloud-platform"
1349 ]
1350 },
1351 "list": {
1352 "description": "List import data files.",
1353 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}/importDataFiles",
1354 "httpMethod": "GET",
1355 "id": "migrationcenter.projects.locations.importJobs.importDataFiles.list",
1356 "parameterOrder": [
1357 "parent"
1358 ],
1359 "parameters": {
1360 "filter": {
1361 "description": "Filtering results.",
1362 "location": "query",
1363 "type": "string"
1364 },
1365 "orderBy": {
1366 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
1367 "location": "query",
1368 "type": "string"
1369 },
1370 "pageSize": {
1371 "description": "The maximum number of data files to return. The service may return fewer than this value. If unspecified, at most 500 data files will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
1372 "format": "int32",
1373 "location": "query",
1374 "type": "integer"
1375 },
1376 "pageToken": {
1377 "description": "A page token, received from a previous `ListImportDataFiles` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListImportDataFiles` must match the call that provided the page token.",
1378 "location": "query",
1379 "type": "string"
1380 },
1381 "parent": {
1382 "description": "Required. Name of the parent of the `ImportDataFiles` resource.",
1383 "location": "path",
1384 "pattern": "^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$",
1385 "required": true,
1386 "type": "string"
1387 }
1388 },
1389 "path": "v1/{+parent}/importDataFiles",
1390 "response": {
1391 "$ref": "ListImportDataFilesResponse"
1392 },
1393 "scopes": [
1394 "https://www.googleapis.com/auth/cloud-platform"
1395 ]
1396 }
1397 }
1398 }
1399 }
1400 },
1401 "operations": {
1402 "methods": {
1403 "cancel": {
1404 "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1405 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
1406 "httpMethod": "POST",
1407 "id": "migrationcenter.projects.locations.operations.cancel",
1408 "parameterOrder": [
1409 "name"
1410 ],
1411 "parameters": {
1412 "name": {
1413 "description": "The name of the operation resource to be cancelled.",
1414 "location": "path",
1415 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1416 "required": true,
1417 "type": "string"
1418 }
1419 },
1420 "path": "v1/{+name}:cancel",
1421 "request": {
1422 "$ref": "CancelOperationRequest"
1423 },
1424 "response": {
1425 "$ref": "Empty"
1426 },
1427 "scopes": [
1428 "https://www.googleapis.com/auth/cloud-platform"
1429 ]
1430 },
1431 "delete": {
1432 "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
1433 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
1434 "httpMethod": "DELETE",
1435 "id": "migrationcenter.projects.locations.operations.delete",
1436 "parameterOrder": [
1437 "name"
1438 ],
1439 "parameters": {
1440 "name": {
1441 "description": "The name of the operation resource to be deleted.",
1442 "location": "path",
1443 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1444 "required": true,
1445 "type": "string"
1446 }
1447 },
1448 "path": "v1/{+name}",
1449 "response": {
1450 "$ref": "Empty"
1451 },
1452 "scopes": [
1453 "https://www.googleapis.com/auth/cloud-platform"
1454 ]
1455 },
1456 "get": {
1457 "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
1458 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
1459 "httpMethod": "GET",
1460 "id": "migrationcenter.projects.locations.operations.get",
1461 "parameterOrder": [
1462 "name"
1463 ],
1464 "parameters": {
1465 "name": {
1466 "description": "The name of the operation resource.",
1467 "location": "path",
1468 "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
1469 "required": true,
1470 "type": "string"
1471 }
1472 },
1473 "path": "v1/{+name}",
1474 "response": {
1475 "$ref": "Operation"
1476 },
1477 "scopes": [
1478 "https://www.googleapis.com/auth/cloud-platform"
1479 ]
1480 },
1481 "list": {
1482 "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
1483 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
1484 "httpMethod": "GET",
1485 "id": "migrationcenter.projects.locations.operations.list",
1486 "parameterOrder": [
1487 "name"
1488 ],
1489 "parameters": {
1490 "filter": {
1491 "description": "The standard list filter.",
1492 "location": "query",
1493 "type": "string"
1494 },
1495 "name": {
1496 "description": "The name of the operation's parent resource.",
1497 "location": "path",
1498 "pattern": "^projects/[^/]+/locations/[^/]+$",
1499 "required": true,
1500 "type": "string"
1501 },
1502 "pageSize": {
1503 "description": "The standard list page size.",
1504 "format": "int32",
1505 "location": "query",
1506 "type": "integer"
1507 },
1508 "pageToken": {
1509 "description": "The standard list page token.",
1510 "location": "query",
1511 "type": "string"
1512 }
1513 },
1514 "path": "v1/{+name}/operations",
1515 "response": {
1516 "$ref": "ListOperationsResponse"
1517 },
1518 "scopes": [
1519 "https://www.googleapis.com/auth/cloud-platform"
1520 ]
1521 }
1522 }
1523 },
1524 "preferenceSets": {
1525 "methods": {
1526 "create": {
1527 "description": "Creates a new preference set in a given project and location.",
1528 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/preferenceSets",
1529 "httpMethod": "POST",
1530 "id": "migrationcenter.projects.locations.preferenceSets.create",
1531 "parameterOrder": [
1532 "parent"
1533 ],
1534 "parameters": {
1535 "parent": {
1536 "description": "Required. Value for parent.",
1537 "location": "path",
1538 "pattern": "^projects/[^/]+/locations/[^/]+$",
1539 "required": true,
1540 "type": "string"
1541 },
1542 "preferenceSetId": {
1543 "description": "Required. User specified ID for the preference set. It will become the last component of the preference set name. The ID must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.",
1544 "location": "query",
1545 "type": "string"
1546 },
1547 "requestId": {
1548 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1549 "location": "query",
1550 "type": "string"
1551 }
1552 },
1553 "path": "v1/{+parent}/preferenceSets",
1554 "request": {
1555 "$ref": "PreferenceSet"
1556 },
1557 "response": {
1558 "$ref": "Operation"
1559 },
1560 "scopes": [
1561 "https://www.googleapis.com/auth/cloud-platform"
1562 ]
1563 },
1564 "delete": {
1565 "description": "Deletes a preference set.",
1566 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/preferenceSets/{preferenceSetsId}",
1567 "httpMethod": "DELETE",
1568 "id": "migrationcenter.projects.locations.preferenceSets.delete",
1569 "parameterOrder": [
1570 "name"
1571 ],
1572 "parameters": {
1573 "name": {
1574 "description": "Required. Name of the group resource.",
1575 "location": "path",
1576 "pattern": "^projects/[^/]+/locations/[^/]+/preferenceSets/[^/]+$",
1577 "required": true,
1578 "type": "string"
1579 },
1580 "requestId": {
1581 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1582 "location": "query",
1583 "type": "string"
1584 }
1585 },
1586 "path": "v1/{+name}",
1587 "response": {
1588 "$ref": "Operation"
1589 },
1590 "scopes": [
1591 "https://www.googleapis.com/auth/cloud-platform"
1592 ]
1593 },
1594 "get": {
1595 "description": "Gets the details of a preference set.",
1596 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/preferenceSets/{preferenceSetsId}",
1597 "httpMethod": "GET",
1598 "id": "migrationcenter.projects.locations.preferenceSets.get",
1599 "parameterOrder": [
1600 "name"
1601 ],
1602 "parameters": {
1603 "name": {
1604 "description": "Required. Name of the resource.",
1605 "location": "path",
1606 "pattern": "^projects/[^/]+/locations/[^/]+/preferenceSets/[^/]+$",
1607 "required": true,
1608 "type": "string"
1609 }
1610 },
1611 "path": "v1/{+name}",
1612 "response": {
1613 "$ref": "PreferenceSet"
1614 },
1615 "scopes": [
1616 "https://www.googleapis.com/auth/cloud-platform"
1617 ]
1618 },
1619 "list": {
1620 "description": "Lists all the preference sets in a given project and location.",
1621 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/preferenceSets",
1622 "httpMethod": "GET",
1623 "id": "migrationcenter.projects.locations.preferenceSets.list",
1624 "parameterOrder": [
1625 "parent"
1626 ],
1627 "parameters": {
1628 "orderBy": {
1629 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
1630 "location": "query",
1631 "type": "string"
1632 },
1633 "pageSize": {
1634 "description": "Requested page size. Server may return fewer items than requested. If unspecified, at most 500 preference sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
1635 "format": "int32",
1636 "location": "query",
1637 "type": "integer"
1638 },
1639 "pageToken": {
1640 "description": "A token identifying a page of results the server should return.",
1641 "location": "query",
1642 "type": "string"
1643 },
1644 "parent": {
1645 "description": "Required. Parent value for `ListPreferenceSetsRequest`.",
1646 "location": "path",
1647 "pattern": "^projects/[^/]+/locations/[^/]+$",
1648 "required": true,
1649 "type": "string"
1650 }
1651 },
1652 "path": "v1/{+parent}/preferenceSets",
1653 "response": {
1654 "$ref": "ListPreferenceSetsResponse"
1655 },
1656 "scopes": [
1657 "https://www.googleapis.com/auth/cloud-platform"
1658 ]
1659 },
1660 "patch": {
1661 "description": "Updates the parameters of a preference set.",
1662 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/preferenceSets/{preferenceSetsId}",
1663 "httpMethod": "PATCH",
1664 "id": "migrationcenter.projects.locations.preferenceSets.patch",
1665 "parameterOrder": [
1666 "name"
1667 ],
1668 "parameters": {
1669 "name": {
1670 "description": "Output only. Name of the preference set.",
1671 "location": "path",
1672 "pattern": "^projects/[^/]+/locations/[^/]+/preferenceSets/[^/]+$",
1673 "required": true,
1674 "type": "string"
1675 },
1676 "requestId": {
1677 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1678 "location": "query",
1679 "type": "string"
1680 },
1681 "updateMask": {
1682 "description": "Required. Field mask is used to specify the fields to be overwritten in the `PreferenceSet` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
1683 "format": "google-fieldmask",
1684 "location": "query",
1685 "type": "string"
1686 }
1687 },
1688 "path": "v1/{+name}",
1689 "request": {
1690 "$ref": "PreferenceSet"
1691 },
1692 "response": {
1693 "$ref": "Operation"
1694 },
1695 "scopes": [
1696 "https://www.googleapis.com/auth/cloud-platform"
1697 ]
1698 }
1699 }
1700 },
1701 "reportConfigs": {
1702 "methods": {
1703 "create": {
1704 "description": "Creates a report configuration.",
1705 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs",
1706 "httpMethod": "POST",
1707 "id": "migrationcenter.projects.locations.reportConfigs.create",
1708 "parameterOrder": [
1709 "parent"
1710 ],
1711 "parameters": {
1712 "parent": {
1713 "description": "Required. Value for parent.",
1714 "location": "path",
1715 "pattern": "^projects/[^/]+/locations/[^/]+$",
1716 "required": true,
1717 "type": "string"
1718 },
1719 "reportConfigId": {
1720 "description": "Required. User specified ID for the report config. It will become the last component of the report config name. The ID must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.",
1721 "location": "query",
1722 "type": "string"
1723 },
1724 "requestId": {
1725 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1726 "location": "query",
1727 "type": "string"
1728 }
1729 },
1730 "path": "v1/{+parent}/reportConfigs",
1731 "request": {
1732 "$ref": "ReportConfig"
1733 },
1734 "response": {
1735 "$ref": "Operation"
1736 },
1737 "scopes": [
1738 "https://www.googleapis.com/auth/cloud-platform"
1739 ]
1740 },
1741 "delete": {
1742 "description": "Deletes a ReportConfig.",
1743 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}",
1744 "httpMethod": "DELETE",
1745 "id": "migrationcenter.projects.locations.reportConfigs.delete",
1746 "parameterOrder": [
1747 "name"
1748 ],
1749 "parameters": {
1750 "force": {
1751 "description": "Optional. If set to `true`, any child `Reports` of this entity will also be deleted. If set to `false`, the request only works if the resource has no children.",
1752 "location": "query",
1753 "type": "boolean"
1754 },
1755 "name": {
1756 "description": "Required. Name of the resource.",
1757 "location": "path",
1758 "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+$",
1759 "required": true,
1760 "type": "string"
1761 },
1762 "requestId": {
1763 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1764 "location": "query",
1765 "type": "string"
1766 }
1767 },
1768 "path": "v1/{+name}",
1769 "response": {
1770 "$ref": "Operation"
1771 },
1772 "scopes": [
1773 "https://www.googleapis.com/auth/cloud-platform"
1774 ]
1775 },
1776 "get": {
1777 "description": "Gets details of a single ReportConfig.",
1778 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}",
1779 "httpMethod": "GET",
1780 "id": "migrationcenter.projects.locations.reportConfigs.get",
1781 "parameterOrder": [
1782 "name"
1783 ],
1784 "parameters": {
1785 "name": {
1786 "description": "Required. Name of the resource.",
1787 "location": "path",
1788 "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+$",
1789 "required": true,
1790 "type": "string"
1791 }
1792 },
1793 "path": "v1/{+name}",
1794 "response": {
1795 "$ref": "ReportConfig"
1796 },
1797 "scopes": [
1798 "https://www.googleapis.com/auth/cloud-platform"
1799 ]
1800 },
1801 "list": {
1802 "description": "Lists ReportConfigs in a given project and location.",
1803 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs",
1804 "httpMethod": "GET",
1805 "id": "migrationcenter.projects.locations.reportConfigs.list",
1806 "parameterOrder": [
1807 "parent"
1808 ],
1809 "parameters": {
1810 "filter": {
1811 "description": "Filtering results.",
1812 "location": "query",
1813 "type": "string"
1814 },
1815 "orderBy": {
1816 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
1817 "location": "query",
1818 "type": "string"
1819 },
1820 "pageSize": {
1821 "description": "Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
1822 "format": "int32",
1823 "location": "query",
1824 "type": "integer"
1825 },
1826 "pageToken": {
1827 "description": "A token identifying a page of results the server should return.",
1828 "location": "query",
1829 "type": "string"
1830 },
1831 "parent": {
1832 "description": "Required. Parent value for `ListReportConfigsRequest`.",
1833 "location": "path",
1834 "pattern": "^projects/[^/]+/locations/[^/]+$",
1835 "required": true,
1836 "type": "string"
1837 }
1838 },
1839 "path": "v1/{+parent}/reportConfigs",
1840 "response": {
1841 "$ref": "ListReportConfigsResponse"
1842 },
1843 "scopes": [
1844 "https://www.googleapis.com/auth/cloud-platform"
1845 ]
1846 }
1847 },
1848 "resources": {
1849 "reports": {
1850 "methods": {
1851 "create": {
1852 "description": "Creates a report.",
1853 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports",
1854 "httpMethod": "POST",
1855 "id": "migrationcenter.projects.locations.reportConfigs.reports.create",
1856 "parameterOrder": [
1857 "parent"
1858 ],
1859 "parameters": {
1860 "parent": {
1861 "description": "Required. Value for parent.",
1862 "location": "path",
1863 "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+$",
1864 "required": true,
1865 "type": "string"
1866 },
1867 "reportId": {
1868 "description": "Required. User specified id for the report. It will become the last component of the report name. The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. The id must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.",
1869 "location": "query",
1870 "type": "string"
1871 },
1872 "requestId": {
1873 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1874 "location": "query",
1875 "type": "string"
1876 }
1877 },
1878 "path": "v1/{+parent}/reports",
1879 "request": {
1880 "$ref": "Report"
1881 },
1882 "response": {
1883 "$ref": "Operation"
1884 },
1885 "scopes": [
1886 "https://www.googleapis.com/auth/cloud-platform"
1887 ]
1888 },
1889 "delete": {
1890 "description": "Deletes a Report.",
1891 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}",
1892 "httpMethod": "DELETE",
1893 "id": "migrationcenter.projects.locations.reportConfigs.reports.delete",
1894 "parameterOrder": [
1895 "name"
1896 ],
1897 "parameters": {
1898 "name": {
1899 "description": "Required. Name of the resource.",
1900 "location": "path",
1901 "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$",
1902 "required": true,
1903 "type": "string"
1904 },
1905 "requestId": {
1906 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
1907 "location": "query",
1908 "type": "string"
1909 }
1910 },
1911 "path": "v1/{+name}",
1912 "response": {
1913 "$ref": "Operation"
1914 },
1915 "scopes": [
1916 "https://www.googleapis.com/auth/cloud-platform"
1917 ]
1918 },
1919 "get": {
1920 "description": "Gets details of a single Report.",
1921 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports/{reportsId}",
1922 "httpMethod": "GET",
1923 "id": "migrationcenter.projects.locations.reportConfigs.reports.get",
1924 "parameterOrder": [
1925 "name"
1926 ],
1927 "parameters": {
1928 "name": {
1929 "description": "Required. Name of the resource.",
1930 "location": "path",
1931 "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+/reports/[^/]+$",
1932 "required": true,
1933 "type": "string"
1934 },
1935 "view": {
1936 "description": "Determines what information to retrieve for the Report.",
1937 "enum": [
1938 "REPORT_VIEW_UNSPECIFIED",
1939 "REPORT_VIEW_BASIC",
1940 "REPORT_VIEW_FULL",
1941 "REPORT_VIEW_STANDARD"
1942 ],
1943 "enumDescriptions": [
1944 "The report view is not specified. The API displays the basic view by default.",
1945 "The report view includes only basic metadata of the Report. Useful for list views.",
1946 "The report view includes all the metadata of the Report. Useful for preview.",
1947 "The report view includes the standard metadata of an report. Useful for detail view."
1948 ],
1949 "location": "query",
1950 "type": "string"
1951 }
1952 },
1953 "path": "v1/{+name}",
1954 "response": {
1955 "$ref": "Report"
1956 },
1957 "scopes": [
1958 "https://www.googleapis.com/auth/cloud-platform"
1959 ]
1960 },
1961 "list": {
1962 "description": "Lists Reports in a given ReportConfig.",
1963 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reportConfigs/{reportConfigsId}/reports",
1964 "httpMethod": "GET",
1965 "id": "migrationcenter.projects.locations.reportConfigs.reports.list",
1966 "parameterOrder": [
1967 "parent"
1968 ],
1969 "parameters": {
1970 "filter": {
1971 "description": "Filtering results.",
1972 "location": "query",
1973 "type": "string"
1974 },
1975 "orderBy": {
1976 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
1977 "location": "query",
1978 "type": "string"
1979 },
1980 "pageSize": {
1981 "description": "Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.",
1982 "format": "int32",
1983 "location": "query",
1984 "type": "integer"
1985 },
1986 "pageToken": {
1987 "description": "A token identifying a page of results that the server should return.",
1988 "location": "query",
1989 "type": "string"
1990 },
1991 "parent": {
1992 "description": "Required. Parent value for `ListReportsRequest`.",
1993 "location": "path",
1994 "pattern": "^projects/[^/]+/locations/[^/]+/reportConfigs/[^/]+$",
1995 "required": true,
1996 "type": "string"
1997 },
1998 "view": {
1999 "description": "Determines what information to retrieve for each Report.",
2000 "enum": [
2001 "REPORT_VIEW_UNSPECIFIED",
2002 "REPORT_VIEW_BASIC",
2003 "REPORT_VIEW_FULL",
2004 "REPORT_VIEW_STANDARD"
2005 ],
2006 "enumDescriptions": [
2007 "The report view is not specified. The API displays the basic view by default.",
2008 "The report view includes only basic metadata of the Report. Useful for list views.",
2009 "The report view includes all the metadata of the Report. Useful for preview.",
2010 "The report view includes the standard metadata of an report. Useful for detail view."
2011 ],
2012 "location": "query",
2013 "type": "string"
2014 }
2015 },
2016 "path": "v1/{+parent}/reports",
2017 "response": {
2018 "$ref": "ListReportsResponse"
2019 },
2020 "scopes": [
2021 "https://www.googleapis.com/auth/cloud-platform"
2022 ]
2023 }
2024 }
2025 }
2026 }
2027 },
2028 "sources": {
2029 "methods": {
2030 "create": {
2031 "description": "Creates a new source in a given project and location.",
2032 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sources",
2033 "httpMethod": "POST",
2034 "id": "migrationcenter.projects.locations.sources.create",
2035 "parameterOrder": [
2036 "parent"
2037 ],
2038 "parameters": {
2039 "parent": {
2040 "description": "Required. Value for parent.",
2041 "location": "path",
2042 "pattern": "^projects/[^/]+/locations/[^/]+$",
2043 "required": true,
2044 "type": "string"
2045 },
2046 "requestId": {
2047 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2048 "location": "query",
2049 "type": "string"
2050 },
2051 "sourceId": {
2052 "description": "Required. User specified ID for the source. It will become the last component of the source name. The ID must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.",
2053 "location": "query",
2054 "type": "string"
2055 }
2056 },
2057 "path": "v1/{+parent}/sources",
2058 "request": {
2059 "$ref": "Source"
2060 },
2061 "response": {
2062 "$ref": "Operation"
2063 },
2064 "scopes": [
2065 "https://www.googleapis.com/auth/cloud-platform"
2066 ]
2067 },
2068 "delete": {
2069 "description": "Deletes a source.",
2070 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}",
2071 "httpMethod": "DELETE",
2072 "id": "migrationcenter.projects.locations.sources.delete",
2073 "parameterOrder": [
2074 "name"
2075 ],
2076 "parameters": {
2077 "name": {
2078 "description": "Required. Name of the resource.",
2079 "location": "path",
2080 "pattern": "^projects/[^/]+/locations/[^/]+/sources/[^/]+$",
2081 "required": true,
2082 "type": "string"
2083 },
2084 "requestId": {
2085 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2086 "location": "query",
2087 "type": "string"
2088 }
2089 },
2090 "path": "v1/{+name}",
2091 "response": {
2092 "$ref": "Operation"
2093 },
2094 "scopes": [
2095 "https://www.googleapis.com/auth/cloud-platform"
2096 ]
2097 },
2098 "get": {
2099 "description": "Gets the details of a source.",
2100 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}",
2101 "httpMethod": "GET",
2102 "id": "migrationcenter.projects.locations.sources.get",
2103 "parameterOrder": [
2104 "name"
2105 ],
2106 "parameters": {
2107 "name": {
2108 "description": "Required. Name of the resource.",
2109 "location": "path",
2110 "pattern": "^projects/[^/]+/locations/[^/]+/sources/[^/]+$",
2111 "required": true,
2112 "type": "string"
2113 }
2114 },
2115 "path": "v1/{+name}",
2116 "response": {
2117 "$ref": "Source"
2118 },
2119 "scopes": [
2120 "https://www.googleapis.com/auth/cloud-platform"
2121 ]
2122 },
2123 "list": {
2124 "description": "Lists all the sources in a given project and location.",
2125 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sources",
2126 "httpMethod": "GET",
2127 "id": "migrationcenter.projects.locations.sources.list",
2128 "parameterOrder": [
2129 "parent"
2130 ],
2131 "parameters": {
2132 "filter": {
2133 "description": "Filtering results.",
2134 "location": "query",
2135 "type": "string"
2136 },
2137 "orderBy": {
2138 "description": "Field to sort by. See https://google.aip.dev/132#ordering for more details.",
2139 "location": "query",
2140 "type": "string"
2141 },
2142 "pageSize": {
2143 "description": "Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.",
2144 "format": "int32",
2145 "location": "query",
2146 "type": "integer"
2147 },
2148 "pageToken": {
2149 "description": "A token identifying a page of results that the server should return.",
2150 "location": "query",
2151 "type": "string"
2152 },
2153 "parent": {
2154 "description": "Required. Parent value for `ListSourcesRequest`.",
2155 "location": "path",
2156 "pattern": "^projects/[^/]+/locations/[^/]+$",
2157 "required": true,
2158 "type": "string"
2159 }
2160 },
2161 "path": "v1/{+parent}/sources",
2162 "response": {
2163 "$ref": "ListSourcesResponse"
2164 },
2165 "scopes": [
2166 "https://www.googleapis.com/auth/cloud-platform"
2167 ]
2168 },
2169 "patch": {
2170 "description": "Updates the parameters of a source.",
2171 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}",
2172 "httpMethod": "PATCH",
2173 "id": "migrationcenter.projects.locations.sources.patch",
2174 "parameterOrder": [
2175 "name"
2176 ],
2177 "parameters": {
2178 "name": {
2179 "description": "Output only. The full name of the source.",
2180 "location": "path",
2181 "pattern": "^projects/[^/]+/locations/[^/]+/sources/[^/]+$",
2182 "required": true,
2183 "type": "string"
2184 },
2185 "requestId": {
2186 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2187 "location": "query",
2188 "type": "string"
2189 },
2190 "updateMask": {
2191 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Source` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
2192 "format": "google-fieldmask",
2193 "location": "query",
2194 "type": "string"
2195 }
2196 },
2197 "path": "v1/{+name}",
2198 "request": {
2199 "$ref": "Source"
2200 },
2201 "response": {
2202 "$ref": "Operation"
2203 },
2204 "scopes": [
2205 "https://www.googleapis.com/auth/cloud-platform"
2206 ]
2207 }
2208 },
2209 "resources": {
2210 "errorFrames": {
2211 "methods": {
2212 "get": {
2213 "description": "Gets the details of an error frame.",
2214 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/errorFrames/{errorFramesId}",
2215 "httpMethod": "GET",
2216 "id": "migrationcenter.projects.locations.sources.errorFrames.get",
2217 "parameterOrder": [
2218 "name"
2219 ],
2220 "parameters": {
2221 "name": {
2222 "description": "Required. The name of the frame to retrieve. Format: projects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame}",
2223 "location": "path",
2224 "pattern": "^projects/[^/]+/locations/[^/]+/sources/[^/]+/errorFrames/[^/]+$",
2225 "required": true,
2226 "type": "string"
2227 },
2228 "view": {
2229 "description": "Optional. An optional view mode to control the level of details for the frame. The default is a basic frame view.",
2230 "enum": [
2231 "ERROR_FRAME_VIEW_UNSPECIFIED",
2232 "ERROR_FRAME_VIEW_BASIC",
2233 "ERROR_FRAME_VIEW_FULL"
2234 ],
2235 "enumDescriptions": [
2236 "Value is unset. The system will fallback to the default value.",
2237 "Include basic frame data, but not the full contents.",
2238 "Include everything."
2239 ],
2240 "location": "query",
2241 "type": "string"
2242 }
2243 },
2244 "path": "v1/{+name}",
2245 "response": {
2246 "$ref": "ErrorFrame"
2247 },
2248 "scopes": [
2249 "https://www.googleapis.com/auth/cloud-platform"
2250 ]
2251 },
2252 "list": {
2253 "description": "Lists all error frames in a given source and location.",
2254 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}/errorFrames",
2255 "httpMethod": "GET",
2256 "id": "migrationcenter.projects.locations.sources.errorFrames.list",
2257 "parameterOrder": [
2258 "parent"
2259 ],
2260 "parameters": {
2261 "pageSize": {
2262 "description": "Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
2263 "format": "int32",
2264 "location": "query",
2265 "type": "integer"
2266 },
2267 "pageToken": {
2268 "description": "A token identifying a page of results the server should return.",
2269 "location": "query",
2270 "type": "string"
2271 },
2272 "parent": {
2273 "description": "Required. Parent value (the source) for `ListErrorFramesRequest`.",
2274 "location": "path",
2275 "pattern": "^projects/[^/]+/locations/[^/]+/sources/[^/]+$",
2276 "required": true,
2277 "type": "string"
2278 },
2279 "view": {
2280 "description": "Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.",
2281 "enum": [
2282 "ERROR_FRAME_VIEW_UNSPECIFIED",
2283 "ERROR_FRAME_VIEW_BASIC",
2284 "ERROR_FRAME_VIEW_FULL"
2285 ],
2286 "enumDescriptions": [
2287 "Value is unset. The system will fallback to the default value.",
2288 "Include basic frame data, but not the full contents.",
2289 "Include everything."
2290 ],
2291 "location": "query",
2292 "type": "string"
2293 }
2294 },
2295 "path": "v1/{+parent}/errorFrames",
2296 "response": {
2297 "$ref": "ListErrorFramesResponse"
2298 },
2299 "scopes": [
2300 "https://www.googleapis.com/auth/cloud-platform"
2301 ]
2302 }
2303 }
2304 }
2305 }
2306 }
2307 }
2308 }
2309 }
2310 }
2311 },
2312 "revision": "20240502",
2313 "rootUrl": "https://migrationcenter.googleapis.com/",
2314 "schemas": {
2315 "AddAssetsToGroupRequest": {
2316 "description": "A request to add assets to a group.",
2317 "id": "AddAssetsToGroupRequest",
2318 "properties": {
2319 "allowExisting": {
2320 "description": "Optional. When this value is set to `false` and one of the given assets is already an existing member of the group, the operation fails with an `Already Exists` error. When set to `true` this situation is silently ignored by the server. Default value is `false`.",
2321 "type": "boolean"
2322 },
2323 "assets": {
2324 "$ref": "AssetList",
2325 "description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 1000."
2326 },
2327 "requestId": {
2328 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
2329 "type": "string"
2330 }
2331 },
2332 "type": "object"
2333 },
2334 "AggregateAssetsValuesRequest": {
2335 "description": "A request to aggregate one or more values.",
2336 "id": "AggregateAssetsValuesRequest",
2337 "properties": {
2338 "aggregations": {
2339 "description": "Array of aggregations to perform. Up to 25 aggregations can be defined.",
2340 "items": {
2341 "$ref": "Aggregation"
2342 },
2343 "type": "array"
2344 },
2345 "filter": {
2346 "description": "Optional. The aggregation will be performed on assets that match the provided filter.",
2347 "type": "string"
2348 }
2349 },
2350 "type": "object"
2351 },
2352 "AggregateAssetsValuesResponse": {
2353 "description": "A response to a request to aggregated assets values.",
2354 "id": "AggregateAssetsValuesResponse",
2355 "properties": {
2356 "results": {
2357 "description": "The aggregation results.",
2358 "items": {
2359 "$ref": "AggregationResult"
2360 },
2361 "type": "array"
2362 }
2363 },
2364 "type": "object"
2365 },
2366 "Aggregation": {
2367 "description": "Message describing an aggregation. The message includes the aggregation type, parameters, and the field on which to perform the aggregation.",
2368 "id": "Aggregation",
2369 "properties": {
2370 "count": {
2371 "$ref": "AggregationCount",
2372 "description": "Count the number of matching objects."
2373 },
2374 "field": {
2375 "description": "The name of the field on which to aggregate.",
2376 "type": "string"
2377 },
2378 "frequency": {
2379 "$ref": "AggregationFrequency",
2380 "description": "Creates a frequency distribution of all field values."
2381 },
2382 "histogram": {
2383 "$ref": "AggregationHistogram",
2384 "description": "Creates a bucketed histogram of field values."
2385 },
2386 "sum": {
2387 "$ref": "AggregationSum",
2388 "description": "Sum over a numeric field."
2389 }
2390 },
2391 "type": "object"
2392 },
2393 "AggregationCount": {
2394 "description": "Object count.",
2395 "id": "AggregationCount",
2396 "properties": {},
2397 "type": "object"
2398 },
2399 "AggregationFrequency": {
2400 "description": "Frequency distribution of all field values.",
2401 "id": "AggregationFrequency",
2402 "properties": {},
2403 "type": "object"
2404 },
2405 "AggregationHistogram": {
2406 "description": "Histogram of bucketed assets counts by field value.",
2407 "id": "AggregationHistogram",
2408 "properties": {
2409 "lowerBounds": {
2410 "description": "Lower bounds of buckets. The response will contain `n+1` buckets for `n` bounds. The first bucket will count all assets for which the field value is smaller than the first bound. Subsequent buckets will count assets for which the field value is greater or equal to a lower bound and smaller than the next one. The last bucket will count assets for which the field value is greater or equal to the final lower bound. You can define up to 20 lower bounds.",
2411 "items": {
2412 "format": "double",
2413 "type": "number"
2414 },
2415 "type": "array"
2416 }
2417 },
2418 "type": "object"
2419 },
2420 "AggregationResult": {
2421 "description": "Message describing a result of an aggregation.",
2422 "id": "AggregationResult",
2423 "properties": {
2424 "count": {
2425 "$ref": "AggregationResultCount"
2426 },
2427 "field": {
2428 "type": "string"
2429 },
2430 "frequency": {
2431 "$ref": "AggregationResultFrequency"
2432 },
2433 "histogram": {
2434 "$ref": "AggregationResultHistogram"
2435 },
2436 "sum": {
2437 "$ref": "AggregationResultSum"
2438 }
2439 },
2440 "type": "object"
2441 },
2442 "AggregationResultCount": {
2443 "description": "The result of a count aggregation.",
2444 "id": "AggregationResultCount",
2445 "properties": {
2446 "value": {
2447 "format": "int64",
2448 "type": "string"
2449 }
2450 },
2451 "type": "object"
2452 },
2453 "AggregationResultFrequency": {
2454 "description": "The result of a frequency distribution aggregation.",
2455 "id": "AggregationResultFrequency",
2456 "properties": {
2457 "values": {
2458 "additionalProperties": {
2459 "format": "int64",
2460 "type": "string"
2461 },
2462 "type": "object"
2463 }
2464 },
2465 "type": "object"
2466 },
2467 "AggregationResultHistogram": {
2468 "description": "The result of a bucketed histogram aggregation.",
2469 "id": "AggregationResultHistogram",
2470 "properties": {
2471 "buckets": {
2472 "description": "Buckets in the histogram. There will be `n+1` buckets matching `n` lower bounds in the request. The first bucket will be from -infinity to the first bound. Subsequent buckets will be between one bound and the next. The final bucket will be from the final bound to infinity.",
2473 "items": {
2474 "$ref": "AggregationResultHistogramBucket"
2475 },
2476 "type": "array"
2477 }
2478 },
2479 "type": "object"
2480 },
2481 "AggregationResultHistogramBucket": {
2482 "description": "A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds. The lower bound is inclusive and the upper bound is exclusive. Lower bound may be -infinity and upper bound may be infinity.",
2483 "id": "AggregationResultHistogramBucket",
2484 "properties": {
2485 "count": {
2486 "description": "Count of items in the bucket.",
2487 "format": "int64",
2488 "type": "string"
2489 },
2490 "lowerBound": {
2491 "description": "Lower bound - inclusive.",
2492 "format": "double",
2493 "type": "number"
2494 },
2495 "upperBound": {
2496 "description": "Upper bound - exclusive.",
2497 "format": "double",
2498 "type": "number"
2499 }
2500 },
2501 "type": "object"
2502 },
2503 "AggregationResultSum": {
2504 "description": "The result of a sum aggregation.",
2505 "id": "AggregationResultSum",
2506 "properties": {
2507 "value": {
2508 "format": "double",
2509 "type": "number"
2510 }
2511 },
2512 "type": "object"
2513 },
2514 "AggregationSum": {
2515 "description": "Sum of field values.",
2516 "id": "AggregationSum",
2517 "properties": {},
2518 "type": "object"
2519 },
2520 "Asset": {
2521 "description": "An asset represents a resource in your environment. Asset types include virtual machines and databases.",
2522 "id": "Asset",
2523 "properties": {
2524 "assignedGroups": {
2525 "description": "Output only. The list of groups that the asset is assigned to.",
2526 "items": {
2527 "type": "string"
2528 },
2529 "readOnly": true,
2530 "type": "array"
2531 },
2532 "attributes": {
2533 "additionalProperties": {
2534 "type": "string"
2535 },
2536 "description": "Generic asset attributes.",
2537 "type": "object"
2538 },
2539 "createTime": {
2540 "description": "Output only. The timestamp when the asset was created.",
2541 "format": "google-datetime",
2542 "readOnly": true,
2543 "type": "string"
2544 },
2545 "insightList": {
2546 "$ref": "InsightList",
2547 "description": "Output only. The list of insights associated with the asset.",
2548 "readOnly": true
2549 },
2550 "labels": {
2551 "additionalProperties": {
2552 "type": "string"
2553 },
2554 "description": "Labels as key value pairs.",
2555 "type": "object"
2556 },
2557 "machineDetails": {
2558 "$ref": "MachineDetails",
2559 "description": "Output only. Asset information specific for virtual and physical machines.",
2560 "readOnly": true
2561 },
2562 "name": {
2563 "description": "Output only. The full name of the asset.",
2564 "readOnly": true,
2565 "type": "string"
2566 },
2567 "performanceData": {
2568 "$ref": "AssetPerformanceData",
2569 "description": "Output only. Performance data for the asset.",
2570 "readOnly": true
2571 },
2572 "sources": {
2573 "description": "Output only. The list of sources contributing to the asset.",
2574 "items": {
2575 "type": "string"
2576 },
2577 "readOnly": true,
2578 "type": "array"
2579 },
2580 "updateTime": {
2581 "description": "Output only. The timestamp when the asset was last updated.",
2582 "format": "google-datetime",
2583 "readOnly": true,
2584 "type": "string"
2585 }
2586 },
2587 "type": "object"
2588 },
2589 "AssetFrame": {
2590 "description": "Contains data reported from an inventory source on an asset.",
2591 "id": "AssetFrame",
2592 "properties": {
2593 "attributes": {
2594 "additionalProperties": {
2595 "type": "string"
2596 },
2597 "description": "Generic asset attributes.",
2598 "type": "object"
2599 },
2600 "collectionType": {
2601 "description": "Optional. Frame collection type, if not specified the collection type will be based on the source type of the source the frame was reported on.",
2602 "enum": [
2603 "SOURCE_TYPE_UNKNOWN",
2604 "SOURCE_TYPE_UPLOAD",
2605 "SOURCE_TYPE_GUEST_OS_SCAN",
2606 "SOURCE_TYPE_INVENTORY_SCAN",
2607 "SOURCE_TYPE_CUSTOM",
2608 "SOURCE_TYPE_DISCOVERY_CLIENT"
2609 ],
2610 "enumDescriptions": [
2611 "Unspecified",
2612 "Manually uploaded file (e.g. CSV)",
2613 "Guest-level info",
2614 "Inventory-level scan",
2615 "Third-party owned sources.",
2616 "Discovery clients"
2617 ],
2618 "type": "string"
2619 },
2620 "labels": {
2621 "additionalProperties": {
2622 "type": "string"
2623 },
2624 "description": "Labels as key value pairs.",
2625 "type": "object"
2626 },
2627 "machineDetails": {
2628 "$ref": "MachineDetails",
2629 "description": "Asset information specific for virtual machines."
2630 },
2631 "performanceSamples": {
2632 "description": "Asset performance data samples. Samples that are from more than 40 days ago or after tomorrow are ignored.",
2633 "items": {
2634 "$ref": "PerformanceSample"
2635 },
2636 "type": "array"
2637 },
2638 "reportTime": {
2639 "description": "The time the data was reported.",
2640 "format": "google-datetime",
2641 "type": "string"
2642 },
2643 "traceToken": {
2644 "description": "Optional. Trace token is optionally provided to assist with debugging and traceability.",
2645 "type": "string"
2646 }
2647 },
2648 "type": "object"
2649 },
2650 "AssetList": {
2651 "description": "Lists the asset IDs of all assets.",
2652 "id": "AssetList",
2653 "properties": {
2654 "assetIds": {
2655 "description": "Required. A list of asset IDs",
2656 "items": {
2657 "type": "string"
2658 },
2659 "type": "array"
2660 }
2661 },
2662 "type": "object"
2663 },
2664 "AssetPerformanceData": {
2665 "description": "Performance data for an asset.",
2666 "id": "AssetPerformanceData",
2667 "properties": {
2668 "dailyResourceUsageAggregations": {
2669 "description": "Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 40 days. Aggregations are sorted from oldest to most recent.",
2670 "items": {
2671 "$ref": "DailyResourceUsageAggregation"
2672 },
2673 "type": "array"
2674 }
2675 },
2676 "type": "object"
2677 },
2678 "AwsEc2PlatformDetails": {
2679 "description": "AWS EC2 specific details.",
2680 "id": "AwsEc2PlatformDetails",
2681 "properties": {
2682 "location": {
2683 "description": "The location of the machine in the AWS format.",
2684 "type": "string"
2685 },
2686 "machineTypeLabel": {
2687 "description": "AWS platform's machine type label.",
2688 "type": "string"
2689 }
2690 },
2691 "type": "object"
2692 },
2693 "AzureVmPlatformDetails": {
2694 "description": "Azure VM specific details.",
2695 "id": "AzureVmPlatformDetails",
2696 "properties": {
2697 "location": {
2698 "description": "The location of the machine in the Azure format.",
2699 "type": "string"
2700 },
2701 "machineTypeLabel": {
2702 "description": "Azure platform's machine type label.",
2703 "type": "string"
2704 },
2705 "provisioningState": {
2706 "description": "Azure platform's provisioning state.",
2707 "type": "string"
2708 }
2709 },
2710 "type": "object"
2711 },
2712 "BatchDeleteAssetsRequest": {
2713 "description": "A request to delete a list of asset.",
2714 "id": "BatchDeleteAssetsRequest",
2715 "properties": {
2716 "allowMissing": {
2717 "description": "Optional. When this value is set to `true` the request is a no-op for non-existing assets. See https://google.aip.dev/135#delete-if-existing for additional details. Default value is `false`.",
2718 "type": "boolean"
2719 },
2720 "names": {
2721 "description": "Required. The IDs of the assets to delete. A maximum of 1000 assets can be deleted in a batch. Format: projects/{project}/locations/{location}/assets/{name}.",
2722 "items": {
2723 "type": "string"
2724 },
2725 "type": "array"
2726 }
2727 },
2728 "type": "object"
2729 },
2730 "BatchUpdateAssetsRequest": {
2731 "description": "A request to update a list of assets.",
2732 "id": "BatchUpdateAssetsRequest",
2733 "properties": {
2734 "requests": {
2735 "description": "Required. The request message specifying the resources to update. A maximum of 1000 assets can be modified in a batch.",
2736 "items": {
2737 "$ref": "UpdateAssetRequest"
2738 },
2739 "type": "array"
2740 }
2741 },
2742 "type": "object"
2743 },
2744 "BatchUpdateAssetsResponse": {
2745 "description": "Response for updating a list of assets.",
2746 "id": "BatchUpdateAssetsResponse",
2747 "properties": {
2748 "assets": {
2749 "description": "Update asset content. The content only includes values after field mask being applied.",
2750 "items": {
2751 "$ref": "Asset"
2752 },
2753 "type": "array"
2754 }
2755 },
2756 "type": "object"
2757 },
2758 "BiosDetails": {
2759 "description": "Details about the BIOS.",
2760 "id": "BiosDetails",
2761 "properties": {
2762 "biosName": {
2763 "deprecated": true,
2764 "description": "BIOS name. This fields is deprecated. Please use the `id` field instead.",
2765 "type": "string"
2766 },
2767 "id": {
2768 "description": "BIOS ID.",
2769 "type": "string"
2770 },
2771 "manufacturer": {
2772 "description": "BIOS manufacturer.",
2773 "type": "string"
2774 },
2775 "releaseDate": {
2776 "$ref": "Date",
2777 "description": "BIOS release date."
2778 },
2779 "smbiosUuid": {
2780 "description": "SMBIOS UUID.",
2781 "type": "string"
2782 },
2783 "version": {
2784 "description": "BIOS version.",
2785 "type": "string"
2786 }
2787 },
2788 "type": "object"
2789 },
2790 "CancelOperationRequest": {
2791 "description": "The request message for Operations.CancelOperation.",
2792 "id": "CancelOperationRequest",
2793 "properties": {},
2794 "type": "object"
2795 },
2796 "ComputeEngineMigrationTarget": {
2797 "description": "Compute engine migration target.",
2798 "id": "ComputeEngineMigrationTarget",
2799 "properties": {
2800 "shape": {
2801 "$ref": "ComputeEngineShapeDescriptor",
2802 "description": "Description of the suggested shape for the migration target."
2803 }
2804 },
2805 "type": "object"
2806 },
2807 "ComputeEnginePreferences": {
2808 "description": "The user preferences relating to Compute Engine target platform.",
2809 "id": "ComputeEnginePreferences",
2810 "properties": {
2811 "licenseType": {
2812 "description": "License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan.",
2813 "enum": [
2814 "LICENSE_TYPE_UNSPECIFIED",
2815 "LICENSE_TYPE_DEFAULT",
2816 "LICENSE_TYPE_BRING_YOUR_OWN_LICENSE"
2817 ],
2818 "enumDescriptions": [
2819 "Unspecified (default value).",
2820 "Default Google Cloud licensing plan. Licensing is charged per usage. This a good value to start with.",
2821 "Bring-your-own-license (BYOL) plan. User provides the OS license."
2822 ],
2823 "type": "string"
2824 },
2825 "machinePreferences": {
2826 "$ref": "MachinePreferences",
2827 "description": "Preferences concerning the machine types to consider on Compute Engine."
2828 },
2829 "persistentDiskType": {
2830 "description": "Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.",
2831 "enum": [
2832 "PERSISTENT_DISK_TYPE_UNSPECIFIED",
2833 "PERSISTENT_DISK_TYPE_STANDARD",
2834 "PERSISTENT_DISK_TYPE_BALANCED",
2835 "PERSISTENT_DISK_TYPE_SSD"
2836 ],
2837 "enumDescriptions": [
2838 "Unspecified (default value). Selecting this value allows the system to use any disk type according to reported usage. This a good value to start with.",
2839 "Standard HDD Persistent Disk.",
2840 "Balanced Persistent Disk.",
2841 "SSD Persistent Disk."
2842 ],
2843 "type": "string"
2844 }
2845 },
2846 "type": "object"
2847 },
2848 "ComputeEngineShapeDescriptor": {
2849 "description": "Compute Engine target shape descriptor.",
2850 "id": "ComputeEngineShapeDescriptor",
2851 "properties": {
2852 "logicalCoreCount": {
2853 "description": "Number of logical cores.",
2854 "format": "int32",
2855 "type": "integer"
2856 },
2857 "machineType": {
2858 "description": "Compute Engine machine type.",
2859 "type": "string"
2860 },
2861 "memoryMb": {
2862 "description": "Memory in mebibytes.",
2863 "format": "int32",
2864 "type": "integer"
2865 },
2866 "physicalCoreCount": {
2867 "description": "Number of physical cores.",
2868 "format": "int32",
2869 "type": "integer"
2870 },
2871 "series": {
2872 "description": "Compute Engine machine series.",
2873 "type": "string"
2874 },
2875 "storage": {
2876 "description": "Compute Engine storage. Never empty.",
2877 "items": {
2878 "$ref": "ComputeStorageDescriptor"
2879 },
2880 "type": "array"
2881 }
2882 },
2883 "type": "object"
2884 },
2885 "ComputeStorageDescriptor": {
2886 "description": "Compute Engine storage option descriptor.",
2887 "id": "ComputeStorageDescriptor",
2888 "properties": {
2889 "sizeGb": {
2890 "description": "Disk size in GiB.",
2891 "format": "int32",
2892 "type": "integer"
2893 },
2894 "type": {
2895 "description": "Disk type backing the storage.",
2896 "enum": [
2897 "PERSISTENT_DISK_TYPE_UNSPECIFIED",
2898 "PERSISTENT_DISK_TYPE_STANDARD",
2899 "PERSISTENT_DISK_TYPE_BALANCED",
2900 "PERSISTENT_DISK_TYPE_SSD"
2901 ],
2902 "enumDescriptions": [
2903 "Unspecified (default value). Selecting this value allows the system to use any disk type according to reported usage. This a good value to start with.",
2904 "Standard HDD Persistent Disk.",
2905 "Balanced Persistent Disk.",
2906 "SSD Persistent Disk."
2907 ],
2908 "type": "string"
2909 }
2910 },
2911 "type": "object"
2912 },
2913 "CpuUsageSample": {
2914 "description": "CPU usage sample.",
2915 "id": "CpuUsageSample",
2916 "properties": {
2917 "utilizedPercentage": {
2918 "description": "Percentage of total CPU capacity utilized. Must be in the interval [0, 100]. On most systems can be calculated using 100 - idle percentage.",
2919 "format": "float",
2920 "type": "number"
2921 }
2922 },
2923 "type": "object"
2924 },
2925 "DailyResourceUsageAggregation": {
2926 "description": "Usage data aggregation for a single day.",
2927 "id": "DailyResourceUsageAggregation",
2928 "properties": {
2929 "cpu": {
2930 "$ref": "DailyResourceUsageAggregationCPU",
2931 "description": "CPU usage."
2932 },
2933 "date": {
2934 "$ref": "Date",
2935 "description": "Aggregation date. Day boundaries are at midnight UTC."
2936 },
2937 "disk": {
2938 "$ref": "DailyResourceUsageAggregationDisk",
2939 "description": "Disk usage."
2940 },
2941 "memory": {
2942 "$ref": "DailyResourceUsageAggregationMemory",
2943 "description": "Memory usage."
2944 },
2945 "network": {
2946 "$ref": "DailyResourceUsageAggregationNetwork",
2947 "description": "Network usage."
2948 }
2949 },
2950 "type": "object"
2951 },
2952 "DailyResourceUsageAggregationCPU": {
2953 "description": "Statistical aggregation of CPU usage.",
2954 "id": "DailyResourceUsageAggregationCPU",
2955 "properties": {
2956 "utilizationPercentage": {
2957 "$ref": "DailyResourceUsageAggregationStats",
2958 "description": "CPU utilization percentage."
2959 }
2960 },
2961 "type": "object"
2962 },
2963 "DailyResourceUsageAggregationDisk": {
2964 "description": "Statistical aggregation of disk usage.",
2965 "id": "DailyResourceUsageAggregationDisk",
2966 "properties": {
2967 "iops": {
2968 "$ref": "DailyResourceUsageAggregationStats",
2969 "description": "Disk I/O operations per second."
2970 }
2971 },
2972 "type": "object"
2973 },
2974 "DailyResourceUsageAggregationMemory": {
2975 "description": "Statistical aggregation of memory usage.",
2976 "id": "DailyResourceUsageAggregationMemory",
2977 "properties": {
2978 "utilizationPercentage": {
2979 "$ref": "DailyResourceUsageAggregationStats",
2980 "description": "Memory utilization percentage."
2981 }
2982 },
2983 "type": "object"
2984 },
2985 "DailyResourceUsageAggregationNetwork": {
2986 "description": "Statistical aggregation of network usage.",
2987 "id": "DailyResourceUsageAggregationNetwork",
2988 "properties": {
2989 "egressBps": {
2990 "$ref": "DailyResourceUsageAggregationStats",
2991 "description": "Network egress in B/s."
2992 },
2993 "ingressBps": {
2994 "$ref": "DailyResourceUsageAggregationStats",
2995 "description": "Network ingress in B/s."
2996 }
2997 },
2998 "type": "object"
2999 },
3000 "DailyResourceUsageAggregationStats": {
3001 "description": "Statistical aggregation of samples for a single resource usage.",
3002 "id": "DailyResourceUsageAggregationStats",
3003 "properties": {
3004 "average": {
3005 "description": "Average usage value.",
3006 "format": "float",
3007 "type": "number"
3008 },
3009 "median": {
3010 "description": "Median usage value.",
3011 "format": "float",
3012 "type": "number"
3013 },
3014 "ninteyFifthPercentile": {
3015 "description": "95th percentile usage value.",
3016 "format": "float",
3017 "type": "number"
3018 },
3019 "peak": {
3020 "description": "Peak usage value.",
3021 "format": "float",
3022 "type": "number"
3023 }
3024 },
3025 "type": "object"
3026 },
3027 "Date": {
3028 "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
3029 "id": "Date",
3030 "properties": {
3031 "day": {
3032 "description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
3033 "format": "int32",
3034 "type": "integer"
3035 },
3036 "month": {
3037 "description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
3038 "format": "int32",
3039 "type": "integer"
3040 },
3041 "year": {
3042 "description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
3043 "format": "int32",
3044 "type": "integer"
3045 }
3046 },
3047 "type": "object"
3048 },
3049 "DiscoveryClient": {
3050 "description": "Represents an installed Migration Center Discovery Client instance.",
3051 "id": "DiscoveryClient",
3052 "properties": {
3053 "createTime": {
3054 "description": "Output only. Time when the discovery client was first created.",
3055 "format": "google-datetime",
3056 "readOnly": true,
3057 "type": "string"
3058 },
3059 "description": {
3060 "description": "Optional. Free text description. Maximum length is 1000 characters.",
3061 "type": "string"
3062 },
3063 "displayName": {
3064 "description": "Optional. Free text display name. Maximum length is 63 characters.",
3065 "type": "string"
3066 },
3067 "errors": {
3068 "description": "Output only. Errors affecting client functionality.",
3069 "items": {
3070 "$ref": "Status"
3071 },
3072 "readOnly": true,
3073 "type": "array"
3074 },
3075 "expireTime": {
3076 "description": "Optional. Client expiration time in UTC. If specified, the backend will not accept new frames after this time.",
3077 "format": "google-datetime",
3078 "type": "string"
3079 },
3080 "heartbeatTime": {
3081 "description": "Output only. Last heartbeat time. Healthy clients are expected to send heartbeats regularly (normally every few minutes).",
3082 "format": "google-datetime",
3083 "readOnly": true,
3084 "type": "string"
3085 },
3086 "labels": {
3087 "additionalProperties": {
3088 "type": "string"
3089 },
3090 "description": "Optional. Labels as key value pairs.",
3091 "type": "object"
3092 },
3093 "name": {
3094 "description": "Output only. Identifier. Full name of this discovery client.",
3095 "readOnly": true,
3096 "type": "string"
3097 },
3098 "serviceAccount": {
3099 "description": "Required. Service account used by the discovery client for various operation.",
3100 "type": "string"
3101 },
3102 "signalsEndpoint": {
3103 "description": "Output only. This field is intended for internal use.",
3104 "readOnly": true,
3105 "type": "string"
3106 },
3107 "source": {
3108 "description": "Required. Immutable. Full name of the source object associated with this discovery client.",
3109 "type": "string"
3110 },
3111 "state": {
3112 "description": "Output only. Current state of the discovery client.",
3113 "enum": [
3114 "STATE_UNSPECIFIED",
3115 "ACTIVE",
3116 "OFFLINE",
3117 "DEGRADED",
3118 "EXPIRED"
3119 ],
3120 "enumDescriptions": [
3121 "Client state is unspecified.",
3122 "Client is active.",
3123 "Client is offline.",
3124 "Client is in a degraded state. See the `errors` field for details.",
3125 "Client has expired. See the expire_time field for the expire time."
3126 ],
3127 "readOnly": true,
3128 "type": "string"
3129 },
3130 "ttl": {
3131 "description": "Optional. Input only. Client time-to-live. If specified, the backend will not accept new frames after this time. This field is input only. The derived expiration time is provided as output through the `expire_time` field.",
3132 "format": "google-duration",
3133 "type": "string"
3134 },
3135 "updateTime": {
3136 "description": "Output only. Time when the discovery client was last updated. This value is not updated by heartbeats, to view the last heartbeat time please refer to the `heartbeat_time` field.",
3137 "format": "google-datetime",
3138 "readOnly": true,
3139 "type": "string"
3140 },
3141 "version": {
3142 "description": "Output only. Client version, as reported in recent heartbeat.",
3143 "readOnly": true,
3144 "type": "string"
3145 }
3146 },
3147 "type": "object"
3148 },
3149 "DiskEntry": {
3150 "description": "Single disk entry.",
3151 "id": "DiskEntry",
3152 "properties": {
3153 "capacityBytes": {
3154 "description": "Disk capacity.",
3155 "format": "int64",
3156 "type": "string"
3157 },
3158 "diskLabel": {
3159 "description": "Disk label.",
3160 "type": "string"
3161 },
3162 "diskLabelType": {
3163 "description": "Disk label type (e.g. BIOS/GPT)",
3164 "type": "string"
3165 },
3166 "freeBytes": {
3167 "description": "Disk free space.",
3168 "format": "int64",
3169 "type": "string"
3170 },
3171 "hwAddress": {
3172 "description": "Disk hardware address (e.g. 0:1 for SCSI).",
3173 "type": "string"
3174 },
3175 "interfaceType": {
3176 "description": "Disks interface type.",
3177 "enum": [
3178 "INTERFACE_TYPE_UNSPECIFIED",
3179 "IDE",
3180 "SATA",
3181 "SAS",
3182 "SCSI",
3183 "NVME",
3184 "FC",
3185 "ISCSI"
3186 ],
3187 "enumDescriptions": [
3188 "Interface type unknown or unspecified.",
3189 "IDE interface type.",
3190 "SATA interface type.",
3191 "SAS interface type.",
3192 "SCSI interface type.",
3193 "NVME interface type.",
3194 "FC interface type.",
3195 "iSCSI interface type."
3196 ],
3197 "type": "string"
3198 },
3199 "partitions": {
3200 "$ref": "DiskPartitionList",
3201 "description": "Partition layout."
3202 },
3203 "vmware": {
3204 "$ref": "VmwareDiskConfig",
3205 "description": "VMware disk details."
3206 }
3207 },
3208 "type": "object"
3209 },
3210 "DiskEntryList": {
3211 "description": "VM disks.",
3212 "id": "DiskEntryList",
3213 "properties": {
3214 "entries": {
3215 "description": "Disk entries.",
3216 "items": {
3217 "$ref": "DiskEntry"
3218 },
3219 "type": "array"
3220 }
3221 },
3222 "type": "object"
3223 },
3224 "DiskPartition": {
3225 "description": "Disk Partition details.",
3226 "id": "DiskPartition",
3227 "properties": {
3228 "capacityBytes": {
3229 "description": "Partition capacity.",
3230 "format": "int64",
3231 "type": "string"
3232 },
3233 "fileSystem": {
3234 "description": "Partition file system.",
3235 "type": "string"
3236 },
3237 "freeBytes": {
3238 "description": "Partition free space.",
3239 "format": "int64",
3240 "type": "string"
3241 },
3242 "mountPoint": {
3243 "description": "Mount pount (Linux/Windows) or drive letter (Windows).",
3244 "type": "string"
3245 },
3246 "subPartitions": {
3247 "$ref": "DiskPartitionList",
3248 "description": "Sub-partitions."
3249 },
3250 "type": {
3251 "description": "Partition type.",
3252 "type": "string"
3253 },
3254 "uuid": {
3255 "description": "Partition UUID.",
3256 "type": "string"
3257 }
3258 },
3259 "type": "object"
3260 },
3261 "DiskPartitionList": {
3262 "description": "Disk partition list.",
3263 "id": "DiskPartitionList",
3264 "properties": {
3265 "entries": {
3266 "description": "Partition entries.",
3267 "items": {
3268 "$ref": "DiskPartition"
3269 },
3270 "type": "array"
3271 }
3272 },
3273 "type": "object"
3274 },
3275 "DiskUsageSample": {
3276 "description": "Disk usage sample. Values are across all disks.",
3277 "id": "DiskUsageSample",
3278 "properties": {
3279 "averageIops": {
3280 "description": "Average IOPS sampled over a short window. Must be non-negative.",
3281 "format": "float",
3282 "type": "number"
3283 }
3284 },
3285 "type": "object"
3286 },
3287 "Empty": {
3288 "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
3289 "id": "Empty",
3290 "properties": {},
3291 "type": "object"
3292 },
3293 "ErrorFrame": {
3294 "description": "Message representing a frame which failed to be processed due to an error.",
3295 "id": "ErrorFrame",
3296 "properties": {
3297 "ingestionTime": {
3298 "description": "Output only. Frame ingestion time.",
3299 "format": "google-datetime",
3300 "readOnly": true,
3301 "type": "string"
3302 },
3303 "name": {
3304 "description": "Output only. The identifier of the ErrorFrame.",
3305 "readOnly": true,
3306 "type": "string"
3307 },
3308 "originalFrame": {
3309 "$ref": "AssetFrame",
3310 "description": "Output only. The frame that was originally reported.",
3311 "readOnly": true
3312 },
3313 "violations": {
3314 "description": "Output only. All the violations that were detected for the frame.",
3315 "items": {
3316 "$ref": "FrameViolationEntry"
3317 },
3318 "readOnly": true,
3319 "type": "array"
3320 }
3321 },
3322 "type": "object"
3323 },
3324 "ExecutionReport": {
3325 "description": "A resource that reports result of the import job execution.",
3326 "id": "ExecutionReport",
3327 "properties": {
3328 "executionErrors": {
3329 "$ref": "ValidationReport",
3330 "description": "Validation errors encountered during the execution of the import job."
3331 },
3332 "framesReported": {
3333 "description": "Total number of asset frames reported for the import job.",
3334 "format": "int32",
3335 "type": "integer"
3336 },
3337 "totalRowsCount": {
3338 "description": "Output only. Total number of rows in the import job.",
3339 "format": "int32",
3340 "readOnly": true,
3341 "type": "integer"
3342 }
3343 },
3344 "type": "object"
3345 },
3346 "FileValidationReport": {
3347 "description": "A resource that aggregates the validation errors found in an import job file.",
3348 "id": "FileValidationReport",
3349 "properties": {
3350 "fileErrors": {
3351 "description": "List of file level errors.",
3352 "items": {
3353 "$ref": "ImportError"
3354 },
3355 "type": "array"
3356 },
3357 "fileName": {
3358 "description": "The name of the file.",
3359 "type": "string"
3360 },
3361 "partialReport": {
3362 "description": "Flag indicating that processing was aborted due to maximum number of errors.",
3363 "type": "boolean"
3364 },
3365 "rowErrors": {
3366 "description": "Partial list of rows that encountered validation error.",
3367 "items": {
3368 "$ref": "ImportRowError"
3369 },
3370 "type": "array"
3371 }
3372 },
3373 "type": "object"
3374 },
3375 "FitDescriptor": {
3376 "description": "Describes the fit level of an asset for migration to a specific target.",
3377 "id": "FitDescriptor",
3378 "properties": {
3379 "fitLevel": {
3380 "description": "Fit level.",
3381 "enum": [
3382 "FIT_LEVEL_UNSPECIFIED",
3383 "FIT",
3384 "NO_FIT",
3385 "REQUIRES_EFFORT"
3386 ],
3387 "enumDescriptions": [
3388 "Not enough information.",
3389 "Fit.",
3390 "No Fit.",
3391 "Fit with effort."
3392 ],
3393 "type": "string"
3394 }
3395 },
3396 "type": "object"
3397 },
3398 "FrameViolationEntry": {
3399 "description": "A resource that contains a single violation of a reported `AssetFrame` resource.",
3400 "id": "FrameViolationEntry",
3401 "properties": {
3402 "field": {
3403 "description": "The field of the original frame where the violation occurred.",
3404 "type": "string"
3405 },
3406 "violation": {
3407 "description": "A message describing the violation.",
3408 "type": "string"
3409 }
3410 },
3411 "type": "object"
3412 },
3413 "Frames": {
3414 "description": "Collection of frame data.",
3415 "id": "Frames",
3416 "properties": {
3417 "framesData": {
3418 "description": "A repeated field of asset data.",
3419 "items": {
3420 "$ref": "AssetFrame"
3421 },
3422 "type": "array"
3423 }
3424 },
3425 "type": "object"
3426 },
3427 "FstabEntry": {
3428 "description": "Single fstab entry.",
3429 "id": "FstabEntry",
3430 "properties": {
3431 "file": {
3432 "description": "The mount point for the filesystem.",
3433 "type": "string"
3434 },
3435 "freq": {
3436 "description": "Used by dump to determine which filesystems need to be dumped.",
3437 "format": "int32",
3438 "type": "integer"
3439 },
3440 "mntops": {
3441 "description": "Mount options associated with the filesystem.",
3442 "type": "string"
3443 },
3444 "passno": {
3445 "description": "Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.",
3446 "format": "int32",
3447 "type": "integer"
3448 },
3449 "spec": {
3450 "description": "The block special device or remote filesystem to be mounted.",
3451 "type": "string"
3452 },
3453 "vfstype": {
3454 "description": "The type of the filesystem.",
3455 "type": "string"
3456 }
3457 },
3458 "type": "object"
3459 },
3460 "FstabEntryList": {
3461 "description": "Fstab content.",
3462 "id": "FstabEntryList",
3463 "properties": {
3464 "entries": {
3465 "description": "Fstab entries.",
3466 "items": {
3467 "$ref": "FstabEntry"
3468 },
3469 "type": "array"
3470 }
3471 },
3472 "type": "object"
3473 },
3474 "GenericInsight": {
3475 "description": "A generic insight about an asset.",
3476 "id": "GenericInsight",
3477 "properties": {
3478 "additionalInformation": {
3479 "description": "Output only. Additional information about the insight, each entry can be a logical entry and must make sense if it is displayed with line breaks between each entry. Text can contain md style links.",
3480 "items": {
3481 "type": "string"
3482 },
3483 "readOnly": true,
3484 "type": "array"
3485 },
3486 "defaultMessage": {
3487 "description": "Output only. In case message_code is not yet known by the client default_message will be the message to be used instead.",
3488 "readOnly": true,
3489 "type": "string"
3490 },
3491 "messageId": {
3492 "description": "Output only. Represents a globally unique message id for this insight, can be used for localization purposes, in case message_code is not yet known by the client use default_message instead.",
3493 "format": "int64",
3494 "readOnly": true,
3495 "type": "string"
3496 }
3497 },
3498 "type": "object"
3499 },
3500 "GenericPlatformDetails": {
3501 "description": "Generic platform details.",
3502 "id": "GenericPlatformDetails",
3503 "properties": {
3504 "location": {
3505 "description": "Free text representation of the machine location. The format of this field should not be relied on. Different VMs in the same location may have different string values for this field.",
3506 "type": "string"
3507 }
3508 },
3509 "type": "object"
3510 },
3511 "Group": {
3512 "description": "A resource that represents an asset group. The purpose of an asset group is to bundle a set of assets that have something in common, while allowing users to add annotations to the group. An asset can belong to multiple groups.",
3513 "id": "Group",
3514 "properties": {
3515 "createTime": {
3516 "description": "Output only. The timestamp when the group was created.",
3517 "format": "google-datetime",
3518 "readOnly": true,
3519 "type": "string"
3520 },
3521 "description": {
3522 "description": "Optional. The description of the group.",
3523 "type": "string"
3524 },
3525 "displayName": {
3526 "description": "Optional. User-friendly display name.",
3527 "type": "string"
3528 },
3529 "labels": {
3530 "additionalProperties": {
3531 "type": "string"
3532 },
3533 "description": "Labels as key value pairs.",
3534 "type": "object"
3535 },
3536 "name": {
3537 "description": "Output only. The name of the group.",
3538 "readOnly": true,
3539 "type": "string"
3540 },
3541 "updateTime": {
3542 "description": "Output only. The timestamp when the group was last updated.",
3543 "format": "google-datetime",
3544 "readOnly": true,
3545 "type": "string"
3546 }
3547 },
3548 "type": "object"
3549 },
3550 "GuestConfigDetails": {
3551 "description": "Guest OS config information.",
3552 "id": "GuestConfigDetails",
3553 "properties": {
3554 "fstab": {
3555 "$ref": "FstabEntryList",
3556 "description": "Mount list (Linux fstab)."
3557 },
3558 "hosts": {
3559 "$ref": "HostsEntryList",
3560 "description": "Hosts file (/etc/hosts)."
3561 },
3562 "issue": {
3563 "description": "OS issue (typically /etc/issue in Linux).",
3564 "type": "string"
3565 },
3566 "nfsExports": {
3567 "$ref": "NfsExportList",
3568 "description": "NFS exports."
3569 },
3570 "selinuxMode": {
3571 "description": "Security-Enhanced Linux (SELinux) mode.",
3572 "enum": [
3573 "SE_LINUX_MODE_UNSPECIFIED",
3574 "SE_LINUX_MODE_DISABLED",
3575 "SE_LINUX_MODE_PERMISSIVE",
3576 "SE_LINUX_MODE_ENFORCING"
3577 ],
3578 "enumDescriptions": [
3579 "SELinux mode unknown or unspecified.",
3580 "SELinux is disabled.",
3581 "SELinux permissive mode.",
3582 "SELinux enforcing mode."
3583 ],
3584 "type": "string"
3585 }
3586 },
3587 "type": "object"
3588 },
3589 "GuestInstalledApplication": {
3590 "description": "Guest installed application information.",
3591 "id": "GuestInstalledApplication",
3592 "properties": {
3593 "applicationName": {
3594 "description": "Installed application name.",
3595 "type": "string"
3596 },
3597 "installTime": {
3598 "description": "The time when the application was installed.",
3599 "format": "google-datetime",
3600 "type": "string"
3601 },
3602 "licenses": {
3603 "description": "License strings associated with the installed application.",
3604 "items": {
3605 "type": "string"
3606 },
3607 "type": "array"
3608 },
3609 "path": {
3610 "description": "Source path.",
3611 "type": "string"
3612 },
3613 "vendor": {
3614 "description": "Installed application vendor.",
3615 "type": "string"
3616 },
3617 "version": {
3618 "description": "Installed application version.",
3619 "type": "string"
3620 }
3621 },
3622 "type": "object"
3623 },
3624 "GuestInstalledApplicationList": {
3625 "description": "Guest installed application list.",
3626 "id": "GuestInstalledApplicationList",
3627 "properties": {
3628 "entries": {
3629 "description": "Application entries.",
3630 "items": {
3631 "$ref": "GuestInstalledApplication"
3632 },
3633 "type": "array"
3634 }
3635 },
3636 "type": "object"
3637 },
3638 "GuestOsDetails": {
3639 "description": "Information from Guest-level collections.",
3640 "id": "GuestOsDetails",
3641 "properties": {
3642 "config": {
3643 "$ref": "GuestConfigDetails",
3644 "description": "OS and app configuration."
3645 },
3646 "family": {
3647 "description": "What family the OS belong to, if known.",
3648 "enum": [
3649 "OS_FAMILY_UNKNOWN",
3650 "OS_FAMILY_WINDOWS",
3651 "OS_FAMILY_LINUX",
3652 "OS_FAMILY_UNIX"
3653 ],
3654 "enumDescriptions": [
3655 "",
3656 "Microsoft Windows Server and Desktop.",
3657 "Various Linux flavors.",
3658 "Non-Linux Unix flavors."
3659 ],
3660 "type": "string"
3661 },
3662 "osName": {
3663 "description": "The name of the operating system.",
3664 "type": "string"
3665 },
3666 "runtime": {
3667 "$ref": "GuestRuntimeDetails",
3668 "description": "Runtime information."
3669 },
3670 "version": {
3671 "description": "The version of the operating system.",
3672 "type": "string"
3673 }
3674 },
3675 "type": "object"
3676 },
3677 "GuestRuntimeDetails": {
3678 "description": "Guest OS runtime information.",
3679 "id": "GuestRuntimeDetails",
3680 "properties": {
3681 "domain": {
3682 "description": "Domain, e.g. c.stratozone-development.internal.",
3683 "type": "string"
3684 },
3685 "installedApps": {
3686 "$ref": "GuestInstalledApplicationList",
3687 "description": "Installed applications information."
3688 },
3689 "lastBootTime": {
3690 "description": "Last time the OS was booted.",
3691 "format": "google-datetime",
3692 "type": "string"
3693 },
3694 "machineName": {
3695 "description": "Machine name.",
3696 "type": "string"
3697 },
3698 "network": {
3699 "$ref": "RuntimeNetworkInfo",
3700 "description": "Runtime network information (connections, ports)."
3701 },
3702 "openFileList": {
3703 "$ref": "OpenFileList",
3704 "description": "Open files information."
3705 },
3706 "processes": {
3707 "$ref": "RunningProcessList",
3708 "description": "Running processes."
3709 },
3710 "services": {
3711 "$ref": "RunningServiceList",
3712 "description": "Running background services."
3713 }
3714 },
3715 "type": "object"
3716 },
3717 "HostsEntry": {
3718 "description": "Single /etc/hosts entry.",
3719 "id": "HostsEntry",
3720 "properties": {
3721 "hostNames": {
3722 "description": "List of host names / aliases.",
3723 "items": {
3724 "type": "string"
3725 },
3726 "type": "array"
3727 },
3728 "ip": {
3729 "description": "IP (raw, IPv4/6 agnostic).",
3730 "type": "string"
3731 }
3732 },
3733 "type": "object"
3734 },
3735 "HostsEntryList": {
3736 "description": "Hosts content.",
3737 "id": "HostsEntryList",
3738 "properties": {
3739 "entries": {
3740 "description": "Hosts entries.",
3741 "items": {
3742 "$ref": "HostsEntry"
3743 },
3744 "type": "array"
3745 }
3746 },
3747 "type": "object"
3748 },
3749 "ImportDataFile": {
3750 "description": "A resource that represents a payload file in an import job.",
3751 "id": "ImportDataFile",
3752 "properties": {
3753 "createTime": {
3754 "description": "Output only. The timestamp when the file was created.",
3755 "format": "google-datetime",
3756 "readOnly": true,
3757 "type": "string"
3758 },
3759 "displayName": {
3760 "description": "User-friendly display name. Maximum length is 63 characters.",
3761 "type": "string"
3762 },
3763 "format": {
3764 "description": "Required. The payload format.",
3765 "enum": [
3766 "IMPORT_JOB_FORMAT_UNSPECIFIED",
3767 "IMPORT_JOB_FORMAT_RVTOOLS_XLSX",
3768 "IMPORT_JOB_FORMAT_RVTOOLS_CSV",
3769 "IMPORT_JOB_FORMAT_EXPORTED_AWS_CSV",
3770 "IMPORT_JOB_FORMAT_EXPORTED_AZURE_CSV",
3771 "IMPORT_JOB_FORMAT_STRATOZONE_CSV"
3772 ],
3773 "enumDescriptions": [
3774 "Default value.",
3775 "RVTools format (XLSX).",
3776 "RVTools format (CSV).",
3777 "CSV format exported from AWS using the AWS collection script.",
3778 "CSV format exported from Azure using the Azure collection script.",
3779 "CSV format created manually and following the StratoZone format. For more information, see Manually create and upload data tables."
3780 ],
3781 "type": "string"
3782 },
3783 "name": {
3784 "description": "Output only. The name of the file.",
3785 "readOnly": true,
3786 "type": "string"
3787 },
3788 "state": {
3789 "description": "Output only. The state of the import data file.",
3790 "enum": [
3791 "STATE_UNSPECIFIED",
3792 "CREATING",
3793 "ACTIVE"
3794 ],
3795 "enumDescriptions": [
3796 "Default value.",
3797 "The data file is being created.",
3798 "The data file completed initialization."
3799 ],
3800 "readOnly": true,
3801 "type": "string"
3802 },
3803 "uploadFileInfo": {
3804 "$ref": "UploadFileInfo",
3805 "description": "Information about a file that is uploaded to a storage service."
3806 }
3807 },
3808 "type": "object"
3809 },
3810 "ImportError": {
3811 "description": "A resource that reports the errors encountered while processing an import job.",
3812 "id": "ImportError",
3813 "properties": {
3814 "errorDetails": {
3815 "description": "The error information.",
3816 "type": "string"
3817 },
3818 "severity": {
3819 "description": "The severity of the error.",
3820 "enum": [
3821 "SEVERITY_UNSPECIFIED",
3822 "ERROR",
3823 "WARNING",
3824 "INFO"
3825 ],
3826 "enumDescriptions": [
3827 "",
3828 "",
3829 "",
3830 ""
3831 ],
3832 "type": "string"
3833 }
3834 },
3835 "type": "object"
3836 },
3837 "ImportJob": {
3838 "description": "A resource that represents the background job that imports asset frames.",
3839 "id": "ImportJob",
3840 "properties": {
3841 "assetSource": {
3842 "description": "Required. Reference to a source.",
3843 "type": "string"
3844 },
3845 "completeTime": {
3846 "description": "Output only. The timestamp when the import job was completed.",
3847 "format": "google-datetime",
3848 "readOnly": true,
3849 "type": "string"
3850 },
3851 "createTime": {
3852 "description": "Output only. The timestamp when the import job was created.",
3853 "format": "google-datetime",
3854 "readOnly": true,
3855 "type": "string"
3856 },
3857 "displayName": {
3858 "description": "Optional. User-friendly display name. Maximum length is 256 characters.",
3859 "type": "string"
3860 },
3861 "executionReport": {
3862 "$ref": "ExecutionReport",
3863 "description": "Output only. The report with the results of running the import job.",
3864 "readOnly": true
3865 },
3866 "labels": {
3867 "additionalProperties": {
3868 "type": "string"
3869 },
3870 "description": "Labels as key value pairs.",
3871 "type": "object"
3872 },
3873 "name": {
3874 "description": "Output only. The full name of the import job.",
3875 "readOnly": true,
3876 "type": "string"
3877 },
3878 "state": {
3879 "description": "Output only. The state of the import job.",
3880 "enum": [
3881 "IMPORT_JOB_STATE_UNSPECIFIED",
3882 "IMPORT_JOB_STATE_PENDING",
3883 "IMPORT_JOB_STATE_RUNNING",
3884 "IMPORT_JOB_STATE_COMPLETED",
3885 "IMPORT_JOB_STATE_FAILED",
3886 "IMPORT_JOB_STATE_VALIDATING",
3887 "IMPORT_JOB_STATE_FAILED_VALIDATION",
3888 "IMPORT_JOB_STATE_READY"
3889 ],
3890 "enumDescriptions": [
3891 "Default value.",
3892 "The import job is pending.",
3893 "The processing of the import job is ongoing.",
3894 "The import job processing has completed.",
3895 "The import job failed to be processed.",
3896 "The import job is being validated.",
3897 "The import job contains blocking errors.",
3898 "The validation of the job completed with no blocking errors."
3899 ],
3900 "readOnly": true,
3901 "type": "string"
3902 },
3903 "updateTime": {
3904 "description": "Output only. The timestamp when the import job was last updated.",
3905 "format": "google-datetime",
3906 "readOnly": true,
3907 "type": "string"
3908 },
3909 "validationReport": {
3910 "$ref": "ValidationReport",
3911 "description": "Output only. The report with the validation results of the import job.",
3912 "readOnly": true
3913 }
3914 },
3915 "type": "object"
3916 },
3917 "ImportRowError": {
3918 "description": "A resource that reports the import job errors at row level.",
3919 "id": "ImportRowError",
3920 "properties": {
3921 "errors": {
3922 "description": "The list of errors detected in the row.",
3923 "items": {
3924 "$ref": "ImportError"
3925 },
3926 "type": "array"
3927 },
3928 "rowNumber": {
3929 "deprecated": true,
3930 "description": "The row number where the error was detected.",
3931 "format": "int32",
3932 "type": "integer"
3933 },
3934 "vmName": {
3935 "description": "The name of the VM in the row.",
3936 "type": "string"
3937 },
3938 "vmUuid": {
3939 "description": "The VM UUID.",
3940 "type": "string"
3941 }
3942 },
3943 "type": "object"
3944 },
3945 "Insight": {
3946 "description": "An insight about an asset.",
3947 "id": "Insight",
3948 "properties": {
3949 "genericInsight": {
3950 "$ref": "GenericInsight",
3951 "description": "Output only. A generic insight about an asset",
3952 "readOnly": true
3953 },
3954 "migrationInsight": {
3955 "$ref": "MigrationInsight",
3956 "description": "Output only. An insight about potential migrations for an asset.",
3957 "readOnly": true
3958 }
3959 },
3960 "type": "object"
3961 },
3962 "InsightList": {
3963 "description": "Message containing insights list.",
3964 "id": "InsightList",
3965 "properties": {
3966 "insights": {
3967 "description": "Output only. Insights of the list.",
3968 "items": {
3969 "$ref": "Insight"
3970 },
3971 "readOnly": true,
3972 "type": "array"
3973 },
3974 "updateTime": {
3975 "description": "Output only. Update timestamp.",
3976 "format": "google-datetime",
3977 "readOnly": true,
3978 "type": "string"
3979 }
3980 },
3981 "type": "object"
3982 },
3983 "ListAssetsResponse": {
3984 "description": "Response message for listing assets.",
3985 "id": "ListAssetsResponse",
3986 "properties": {
3987 "assets": {
3988 "description": "A list of assets.",
3989 "items": {
3990 "$ref": "Asset"
3991 },
3992 "type": "array"
3993 },
3994 "nextPageToken": {
3995 "description": "A token identifying a page of results the server should return.",
3996 "type": "string"
3997 },
3998 "unreachable": {
3999 "description": "Locations that could not be reached.",
4000 "items": {
4001 "type": "string"
4002 },
4003 "type": "array"
4004 }
4005 },
4006 "type": "object"
4007 },
4008 "ListDiscoveryClientsResponse": {
4009 "description": "Response message for listing discovery clients.",
4010 "id": "ListDiscoveryClientsResponse",
4011 "properties": {
4012 "discoveryClients": {
4013 "description": "List of discovery clients.",
4014 "items": {
4015 "$ref": "DiscoveryClient"
4016 },
4017 "type": "array"
4018 },
4019 "nextPageToken": {
4020 "description": "A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4021 "type": "string"
4022 },
4023 "unreachable": {
4024 "description": "Locations that could not be reached.",
4025 "items": {
4026 "type": "string"
4027 },
4028 "type": "array"
4029 }
4030 },
4031 "type": "object"
4032 },
4033 "ListErrorFramesResponse": {
4034 "description": "A response for listing error frames.",
4035 "id": "ListErrorFramesResponse",
4036 "properties": {
4037 "errorFrames": {
4038 "description": "The list of error frames.",
4039 "items": {
4040 "$ref": "ErrorFrame"
4041 },
4042 "type": "array"
4043 },
4044 "nextPageToken": {
4045 "description": "A token identifying a page of results the server should return.",
4046 "type": "string"
4047 },
4048 "unreachable": {
4049 "description": "Locations that could not be reached.",
4050 "items": {
4051 "type": "string"
4052 },
4053 "type": "array"
4054 }
4055 },
4056 "type": "object"
4057 },
4058 "ListGroupsResponse": {
4059 "description": "A response for listing groups.",
4060 "id": "ListGroupsResponse",
4061 "properties": {
4062 "groups": {
4063 "description": "The list of Group",
4064 "items": {
4065 "$ref": "Group"
4066 },
4067 "type": "array"
4068 },
4069 "nextPageToken": {
4070 "description": "A token identifying a page of results the server should return.",
4071 "type": "string"
4072 },
4073 "unreachable": {
4074 "description": "Locations that could not be reached.",
4075 "items": {
4076 "type": "string"
4077 },
4078 "type": "array"
4079 }
4080 },
4081 "type": "object"
4082 },
4083 "ListImportDataFilesResponse": {
4084 "description": "Response for listing payload files of an import job.",
4085 "id": "ListImportDataFilesResponse",
4086 "properties": {
4087 "importDataFiles": {
4088 "description": "The list of import data files.",
4089 "items": {
4090 "$ref": "ImportDataFile"
4091 },
4092 "type": "array"
4093 },
4094 "nextPageToken": {
4095 "description": "A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
4096 "type": "string"
4097 },
4098 "unreachable": {
4099 "description": "Locations that could not be reached.",
4100 "items": {
4101 "type": "string"
4102 },
4103 "type": "array"
4104 }
4105 },
4106 "type": "object"
4107 },
4108 "ListImportJobsResponse": {
4109 "description": "A response for listing import jobs.",
4110 "id": "ListImportJobsResponse",
4111 "properties": {
4112 "importJobs": {
4113 "description": "The list of import jobs.",
4114 "items": {
4115 "$ref": "ImportJob"
4116 },
4117 "type": "array"
4118 },
4119 "nextPageToken": {
4120 "description": "A token identifying a page of results the server should return.",
4121 "type": "string"
4122 },
4123 "unreachable": {
4124 "description": "Locations that could not be reached.",
4125 "items": {
4126 "type": "string"
4127 },
4128 "type": "array"
4129 }
4130 },
4131 "type": "object"
4132 },
4133 "ListLocationsResponse": {
4134 "description": "The response message for Locations.ListLocations.",
4135 "id": "ListLocationsResponse",
4136 "properties": {
4137 "locations": {
4138 "description": "A list of locations that matches the specified filter in the request.",
4139 "items": {
4140 "$ref": "Location"
4141 },
4142 "type": "array"
4143 },
4144 "nextPageToken": {
4145 "description": "The standard List next-page token.",
4146 "type": "string"
4147 }
4148 },
4149 "type": "object"
4150 },
4151 "ListOperationsResponse": {
4152 "description": "The response message for Operations.ListOperations.",
4153 "id": "ListOperationsResponse",
4154 "properties": {
4155 "nextPageToken": {
4156 "description": "The standard List next-page token.",
4157 "type": "string"
4158 },
4159 "operations": {
4160 "description": "A list of operations that matches the specified filter in the request.",
4161 "items": {
4162 "$ref": "Operation"
4163 },
4164 "type": "array"
4165 }
4166 },
4167 "type": "object"
4168 },
4169 "ListPreferenceSetsResponse": {
4170 "description": "Response message for listing preference sets.",
4171 "id": "ListPreferenceSetsResponse",
4172 "properties": {
4173 "nextPageToken": {
4174 "description": "A token identifying a page of results the server should return.",
4175 "type": "string"
4176 },
4177 "preferenceSets": {
4178 "description": "The list of PreferenceSets",
4179 "items": {
4180 "$ref": "PreferenceSet"
4181 },
4182 "type": "array"
4183 },
4184 "unreachable": {
4185 "description": "Locations that could not be reached.",
4186 "items": {
4187 "type": "string"
4188 },
4189 "type": "array"
4190 }
4191 },
4192 "type": "object"
4193 },
4194 "ListReportConfigsResponse": {
4195 "description": "Response message for listing report configs.",
4196 "id": "ListReportConfigsResponse",
4197 "properties": {
4198 "nextPageToken": {
4199 "description": "A token identifying a page of results the server should return.",
4200 "type": "string"
4201 },
4202 "reportConfigs": {
4203 "description": "A list of report configs.",
4204 "items": {
4205 "$ref": "ReportConfig"
4206 },
4207 "type": "array"
4208 },
4209 "unreachable": {
4210 "description": "Locations that could not be reached.",
4211 "items": {
4212 "type": "string"
4213 },
4214 "type": "array"
4215 }
4216 },
4217 "type": "object"
4218 },
4219 "ListReportsResponse": {
4220 "description": "Response message for listing Reports.",
4221 "id": "ListReportsResponse",
4222 "properties": {
4223 "nextPageToken": {
4224 "description": "A token identifying a page of results the server should return.",
4225 "type": "string"
4226 },
4227 "reports": {
4228 "description": "The list of Reports.",
4229 "items": {
4230 "$ref": "Report"
4231 },
4232 "type": "array"
4233 },
4234 "unreachable": {
4235 "description": "Locations that could not be reached.",
4236 "items": {
4237 "type": "string"
4238 },
4239 "type": "array"
4240 }
4241 },
4242 "type": "object"
4243 },
4244 "ListSourcesResponse": {
4245 "description": "Response message for listing sources.",
4246 "id": "ListSourcesResponse",
4247 "properties": {
4248 "nextPageToken": {
4249 "description": "A token identifying a page of results the server should return.",
4250 "type": "string"
4251 },
4252 "sources": {
4253 "description": "The list of sources.",
4254 "items": {
4255 "$ref": "Source"
4256 },
4257 "type": "array"
4258 },
4259 "unreachable": {
4260 "description": "Locations that could not be reached.",
4261 "items": {
4262 "type": "string"
4263 },
4264 "type": "array"
4265 }
4266 },
4267 "type": "object"
4268 },
4269 "Location": {
4270 "description": "A resource that represents a Google Cloud location.",
4271 "id": "Location",
4272 "properties": {
4273 "displayName": {
4274 "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\".",
4275 "type": "string"
4276 },
4277 "labels": {
4278 "additionalProperties": {
4279 "type": "string"
4280 },
4281 "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}",
4282 "type": "object"
4283 },
4284 "locationId": {
4285 "description": "The canonical id for this location. For example: `\"us-east1\"`.",
4286 "type": "string"
4287 },
4288 "metadata": {
4289 "additionalProperties": {
4290 "description": "Properties of the object. Contains field @type with type URL.",
4291 "type": "any"
4292 },
4293 "description": "Service-specific metadata. For example the available capacity at the given location.",
4294 "type": "object"
4295 },
4296 "name": {
4297 "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`",
4298 "type": "string"
4299 }
4300 },
4301 "type": "object"
4302 },
4303 "MachineArchitectureDetails": {
4304 "description": "Details of the machine architecture.",
4305 "id": "MachineArchitectureDetails",
4306 "properties": {
4307 "bios": {
4308 "$ref": "BiosDetails",
4309 "description": "BIOS Details."
4310 },
4311 "cpuArchitecture": {
4312 "description": "CPU architecture, e.g., \"x64-based PC\", \"x86_64\", \"i686\" etc.",
4313 "type": "string"
4314 },
4315 "cpuName": {
4316 "description": "CPU name, e.g., \"Intel Xeon E5-2690\", \"AMD EPYC 7571\" etc.",
4317 "type": "string"
4318 },
4319 "cpuSocketCount": {
4320 "description": "Number of processor sockets allocated to the machine.",
4321 "format": "int32",
4322 "type": "integer"
4323 },
4324 "cpuThreadCount": {
4325 "description": "Number of CPU threads allocated to the machine.",
4326 "format": "int32",
4327 "type": "integer"
4328 },
4329 "firmwareType": {
4330 "description": "Firmware type.",
4331 "enum": [
4332 "FIRMWARE_TYPE_UNSPECIFIED",
4333 "BIOS",
4334 "EFI"
4335 ],
4336 "enumDescriptions": [
4337 "Unspecified or unknown.",
4338 "BIOS firmware.",
4339 "EFI firmware."
4340 ],
4341 "type": "string"
4342 },
4343 "hyperthreading": {
4344 "description": "CPU hyper-threading support.",
4345 "enum": [
4346 "CPU_HYPER_THREADING_UNSPECIFIED",
4347 "DISABLED",
4348 "ENABLED"
4349 ],
4350 "enumDescriptions": [
4351 "Unspecified or unknown.",
4352 "Hyper-threading is disabled.",
4353 "Hyper-threading is enabled."
4354 ],
4355 "type": "string"
4356 },
4357 "vendor": {
4358 "description": "Hardware vendor.",
4359 "type": "string"
4360 }
4361 },
4362 "type": "object"
4363 },
4364 "MachineDetails": {
4365 "description": "Details of a machine.",
4366 "id": "MachineDetails",
4367 "properties": {
4368 "architecture": {
4369 "$ref": "MachineArchitectureDetails",
4370 "description": "Architecture details (vendor, CPU architecture)."
4371 },
4372 "coreCount": {
4373 "description": "Number of CPU cores in the machine. Must be non-negative.",
4374 "format": "int32",
4375 "type": "integer"
4376 },
4377 "createTime": {
4378 "description": "Machine creation time.",
4379 "format": "google-datetime",
4380 "type": "string"
4381 },
4382 "disks": {
4383 "$ref": "MachineDiskDetails",
4384 "description": "Disk details."
4385 },
4386 "guestOs": {
4387 "$ref": "GuestOsDetails",
4388 "description": "Guest OS information."
4389 },
4390 "machineName": {
4391 "description": "Machine name.",
4392 "type": "string"
4393 },
4394 "memoryMb": {
4395 "description": "The amount of memory in the machine. Must be non-negative.",
4396 "format": "int32",
4397 "type": "integer"
4398 },
4399 "network": {
4400 "$ref": "MachineNetworkDetails",
4401 "description": "Network details."
4402 },
4403 "platform": {
4404 "$ref": "PlatformDetails",
4405 "description": "Platform specific information."
4406 },
4407 "powerState": {
4408 "description": "Power state of the machine.",
4409 "enum": [
4410 "POWER_STATE_UNSPECIFIED",
4411 "PENDING",
4412 "ACTIVE",
4413 "SUSPENDING",
4414 "SUSPENDED",
4415 "DELETING",
4416 "DELETED"
4417 ],
4418 "enumDescriptions": [
4419 "Power state is unknown.",
4420 "The machine is preparing to enter the ACTIVE state. An instance may enter the PENDING state when it launches for the first time, or when it is started after being in the SUSPENDED state.",
4421 "The machine is active.",
4422 "The machine is being turned off.",
4423 "The machine is off.",
4424 "The machine is being deleted from the hosting platform.",
4425 "The machine is deleted from the hosting platform."
4426 ],
4427 "type": "string"
4428 },
4429 "uuid": {
4430 "description": "Machine unique identifier.",
4431 "type": "string"
4432 }
4433 },
4434 "type": "object"
4435 },
4436 "MachineDiskDetails": {
4437 "description": "Details of machine disks.",
4438 "id": "MachineDiskDetails",
4439 "properties": {
4440 "disks": {
4441 "$ref": "DiskEntryList",
4442 "description": "List of disks."
4443 },
4444 "totalCapacityBytes": {
4445 "description": "Disk total Capacity.",
4446 "format": "int64",
4447 "type": "string"
4448 },
4449 "totalFreeBytes": {
4450 "description": "Total disk free space.",
4451 "format": "int64",
4452 "type": "string"
4453 }
4454 },
4455 "type": "object"
4456 },
4457 "MachineNetworkDetails": {
4458 "description": "Details of network adapters and settings.",
4459 "id": "MachineNetworkDetails",
4460 "properties": {
4461 "adapters": {
4462 "$ref": "NetworkAdapterList",
4463 "description": "List of network adapters."
4464 },
4465 "primaryIpAddress": {
4466 "description": "The primary IP address of the machine.",
4467 "type": "string"
4468 },
4469 "primaryMacAddress": {
4470 "description": "MAC address of the machine. This property is used to uniqly identify the machine.",
4471 "type": "string"
4472 },
4473 "publicIpAddress": {
4474 "description": "The public IP address of the machine.",
4475 "type": "string"
4476 }
4477 },
4478 "type": "object"
4479 },
4480 "MachinePreferences": {
4481 "description": "The type of machines to consider when calculating virtual machine migration insights and recommendations. Not all machine types are available in all zones and regions.",
4482 "id": "MachinePreferences",
4483 "properties": {
4484 "allowedMachineSeries": {
4485 "description": "Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.",
4486 "items": {
4487 "$ref": "MachineSeries"
4488 },
4489 "type": "array"
4490 }
4491 },
4492 "type": "object"
4493 },
4494 "MachineSeries": {
4495 "description": "A machine series, for a target product (e.g. Compute Engine, Google Cloud VMware Engine).",
4496 "id": "MachineSeries",
4497 "properties": {
4498 "code": {
4499 "description": "Code to identify a machine series. Consult this for more details on the available series for Compute Engine: https://cloud.google.com/compute/docs/machine-resource#machine_type_comparison Consult this for more details on the available series for Google Cloud VMware Engine: https://cloud.google.com/vmware-engine/pricing",
4500 "type": "string"
4501 }
4502 },
4503 "type": "object"
4504 },
4505 "MemoryUsageSample": {
4506 "description": "Memory usage sample.",
4507 "id": "MemoryUsageSample",
4508 "properties": {
4509 "utilizedPercentage": {
4510 "description": "Percentage of system memory utilized. Must be in the interval [0, 100].",
4511 "format": "float",
4512 "type": "number"
4513 }
4514 },
4515 "type": "object"
4516 },
4517 "MigrationInsight": {
4518 "description": "An insight about potential migrations for an asset.",
4519 "id": "MigrationInsight",
4520 "properties": {
4521 "computeEngineTarget": {
4522 "$ref": "ComputeEngineMigrationTarget",
4523 "description": "Output only. A Google Compute Engine target.",
4524 "readOnly": true
4525 },
4526 "fit": {
4527 "$ref": "FitDescriptor",
4528 "description": "Output only. Description of how well the asset this insight is associated with fits the proposed migration.",
4529 "readOnly": true
4530 }
4531 },
4532 "type": "object"
4533 },
4534 "Money": {
4535 "description": "Represents an amount of money with its currency type.",
4536 "id": "Money",
4537 "properties": {
4538 "currencyCode": {
4539 "description": "The three-letter currency code defined in ISO 4217.",
4540 "type": "string"
4541 },
4542 "nanos": {
4543 "description": "Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.",
4544 "format": "int32",
4545 "type": "integer"
4546 },
4547 "units": {
4548 "description": "The whole units of the amount. For example if `currencyCode` is `\"USD\"`, then 1 unit is one US dollar.",
4549 "format": "int64",
4550 "type": "string"
4551 }
4552 },
4553 "type": "object"
4554 },
4555 "NetworkAdapterDetails": {
4556 "description": "Details of network adapter.",
4557 "id": "NetworkAdapterDetails",
4558 "properties": {
4559 "adapterType": {
4560 "description": "Network adapter type (e.g. VMXNET3).",
4561 "type": "string"
4562 },
4563 "addresses": {
4564 "$ref": "NetworkAddressList",
4565 "description": "NetworkAddressList"
4566 },
4567 "macAddress": {
4568 "description": "MAC address.",
4569 "type": "string"
4570 }
4571 },
4572 "type": "object"
4573 },
4574 "NetworkAdapterList": {
4575 "description": "List of network adapters.",
4576 "id": "NetworkAdapterList",
4577 "properties": {
4578 "entries": {
4579 "description": "Network adapter entries.",
4580 "items": {
4581 "$ref": "NetworkAdapterDetails"
4582 },
4583 "type": "array"
4584 }
4585 },
4586 "type": "object"
4587 },
4588 "NetworkAddress": {
4589 "description": "Details of network address.",
4590 "id": "NetworkAddress",
4591 "properties": {
4592 "assignment": {
4593 "description": "Whether DHCP is used to assign addresses.",
4594 "enum": [
4595 "ADDRESS_ASSIGNMENT_UNSPECIFIED",
4596 "ADDRESS_ASSIGNMENT_STATIC",
4597 "ADDRESS_ASSIGNMENT_DHCP"
4598 ],
4599 "enumDescriptions": [
4600 "Unknown (default value).",
4601 "Staticly assigned IP.",
4602 "Dynamically assigned IP (DHCP)."
4603 ],
4604 "type": "string"
4605 },
4606 "bcast": {
4607 "description": "Broadcast address.",
4608 "type": "string"
4609 },
4610 "fqdn": {
4611 "description": "Fully qualified domain name.",
4612 "type": "string"
4613 },
4614 "ipAddress": {
4615 "description": "Assigned or configured IP Address.",
4616 "type": "string"
4617 },
4618 "subnetMask": {
4619 "description": "Subnet mask.",
4620 "type": "string"
4621 }
4622 },
4623 "type": "object"
4624 },
4625 "NetworkAddressList": {
4626 "description": "List of allocated/assigned network addresses.",
4627 "id": "NetworkAddressList",
4628 "properties": {
4629 "entries": {
4630 "description": "Network address entries.",
4631 "items": {
4632 "$ref": "NetworkAddress"
4633 },
4634 "type": "array"
4635 }
4636 },
4637 "type": "object"
4638 },
4639 "NetworkConnection": {
4640 "id": "NetworkConnection",
4641 "properties": {
4642 "localIpAddress": {
4643 "description": "Local IP address.",
4644 "type": "string"
4645 },
4646 "localPort": {
4647 "description": "Local port.",
4648 "format": "int32",
4649 "type": "integer"
4650 },
4651 "pid": {
4652 "description": "Process ID.",
4653 "format": "int64",
4654 "type": "string"
4655 },
4656 "processName": {
4657 "description": "Process or service name.",
4658 "type": "string"
4659 },
4660 "protocol": {
4661 "description": "Connection protocol (e.g. TCP/UDP).",
4662 "type": "string"
4663 },
4664 "remoteIpAddress": {
4665 "description": "Remote IP address.",
4666 "type": "string"
4667 },
4668 "remotePort": {
4669 "description": "Remote port.",
4670 "format": "int32",
4671 "type": "integer"
4672 },
4673 "state": {
4674 "description": "Network connection state.",
4675 "enum": [
4676 "STATE_UNSPECIFIED",
4677 "OPENING",
4678 "OPEN",
4679 "LISTEN",
4680 "CLOSING",
4681 "CLOSED"
4682 ],
4683 "enumDescriptions": [
4684 "Connection state is unknown or unspecified.",
4685 "The connection is being opened.",
4686 "The connection is open.",
4687 "Listening for incoming connections.",
4688 "The connection is being closed.",
4689 "The connection is closed."
4690 ],
4691 "type": "string"
4692 }
4693 },
4694 "type": "object"
4695 },
4696 "NetworkConnectionList": {
4697 "description": "Network connection list.",
4698 "id": "NetworkConnectionList",
4699 "properties": {
4700 "entries": {
4701 "description": "Network connection entries.",
4702 "items": {
4703 "$ref": "NetworkConnection"
4704 },
4705 "type": "array"
4706 }
4707 },
4708 "type": "object"
4709 },
4710 "NetworkUsageSample": {
4711 "description": "Network usage sample. Values are across all network interfaces.",
4712 "id": "NetworkUsageSample",
4713 "properties": {
4714 "averageEgressBps": {
4715 "description": "Average network egress in B/s sampled over a short window. Must be non-negative.",
4716 "format": "float",
4717 "type": "number"
4718 },
4719 "averageIngressBps": {
4720 "description": "Average network ingress in B/s sampled over a short window. Must be non-negative.",
4721 "format": "float",
4722 "type": "number"
4723 }
4724 },
4725 "type": "object"
4726 },
4727 "NfsExport": {
4728 "description": "NFS export.",
4729 "id": "NfsExport",
4730 "properties": {
4731 "exportDirectory": {
4732 "description": "The directory being exported.",
4733 "type": "string"
4734 },
4735 "hosts": {
4736 "description": "The hosts or networks to which the export is being shared.",
4737 "items": {
4738 "type": "string"
4739 },
4740 "type": "array"
4741 }
4742 },
4743 "type": "object"
4744 },
4745 "NfsExportList": {
4746 "description": "NFS exports.",
4747 "id": "NfsExportList",
4748 "properties": {
4749 "entries": {
4750 "description": "NFS export entries.",
4751 "items": {
4752 "$ref": "NfsExport"
4753 },
4754 "type": "array"
4755 }
4756 },
4757 "type": "object"
4758 },
4759 "OpenFileDetails": {
4760 "description": "Open file Information.",
4761 "id": "OpenFileDetails",
4762 "properties": {
4763 "command": {
4764 "description": "Opened file command.",
4765 "type": "string"
4766 },
4767 "filePath": {
4768 "description": "Opened file file path.",
4769 "type": "string"
4770 },
4771 "fileType": {
4772 "description": "Opened file file type.",
4773 "type": "string"
4774 },
4775 "user": {
4776 "description": "Opened file user.",
4777 "type": "string"
4778 }
4779 },
4780 "type": "object"
4781 },
4782 "OpenFileList": {
4783 "description": "Open file list.",
4784 "id": "OpenFileList",
4785 "properties": {
4786 "entries": {
4787 "description": "Open file details entries.",
4788 "items": {
4789 "$ref": "OpenFileDetails"
4790 },
4791 "type": "array"
4792 }
4793 },
4794 "type": "object"
4795 },
4796 "Operation": {
4797 "description": "This resource represents a long-running operation that is the result of a network API call.",
4798 "id": "Operation",
4799 "properties": {
4800 "done": {
4801 "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
4802 "type": "boolean"
4803 },
4804 "error": {
4805 "$ref": "Status",
4806 "description": "The error result of the operation in case of failure or cancellation."
4807 },
4808 "metadata": {
4809 "additionalProperties": {
4810 "description": "Properties of the object. Contains field @type with type URL.",
4811 "type": "any"
4812 },
4813 "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
4814 "type": "object"
4815 },
4816 "name": {
4817 "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
4818 "type": "string"
4819 },
4820 "response": {
4821 "additionalProperties": {
4822 "description": "Properties of the object. Contains field @type with type URL.",
4823 "type": "any"
4824 },
4825 "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
4826 "type": "object"
4827 }
4828 },
4829 "type": "object"
4830 },
4831 "OperationMetadata": {
4832 "description": "Represents the metadata of the long-running operation.",
4833 "id": "OperationMetadata",
4834 "properties": {
4835 "apiVersion": {
4836 "description": "Output only. API version used to start the operation.",
4837 "readOnly": true,
4838 "type": "string"
4839 },
4840 "createTime": {
4841 "description": "Output only. The time the operation was created.",
4842 "format": "google-datetime",
4843 "readOnly": true,
4844 "type": "string"
4845 },
4846 "endTime": {
4847 "description": "Output only. The time the operation finished running.",
4848 "format": "google-datetime",
4849 "readOnly": true,
4850 "type": "string"
4851 },
4852 "requestedCancellation": {
4853 "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
4854 "readOnly": true,
4855 "type": "boolean"
4856 },
4857 "statusMessage": {
4858 "description": "Output only. Human-readable status of the operation, if any.",
4859 "readOnly": true,
4860 "type": "string"
4861 },
4862 "target": {
4863 "description": "Output only. Server-defined resource path for the target of the operation.",
4864 "readOnly": true,
4865 "type": "string"
4866 },
4867 "verb": {
4868 "description": "Output only. Name of the verb executed by the operation.",
4869 "readOnly": true,
4870 "type": "string"
4871 }
4872 },
4873 "type": "object"
4874 },
4875 "PerformanceSample": {
4876 "description": "Performance data sample.",
4877 "id": "PerformanceSample",
4878 "properties": {
4879 "cpu": {
4880 "$ref": "CpuUsageSample",
4881 "description": "CPU usage sample."
4882 },
4883 "disk": {
4884 "$ref": "DiskUsageSample",
4885 "description": "Disk usage sample."
4886 },
4887 "memory": {
4888 "$ref": "MemoryUsageSample",
4889 "description": "Memory usage sample."
4890 },
4891 "network": {
4892 "$ref": "NetworkUsageSample",
4893 "description": "Network usage sample."
4894 },
4895 "sampleTime": {
4896 "description": "Time the sample was collected. If omitted, the frame report time will be used.",
4897 "format": "google-datetime",
4898 "type": "string"
4899 }
4900 },
4901 "type": "object"
4902 },
4903 "PhysicalPlatformDetails": {
4904 "description": "Platform specific details for Physical Machines.",
4905 "id": "PhysicalPlatformDetails",
4906 "properties": {
4907 "location": {
4908 "description": "Free text representation of the machine location. The format of this field should not be relied on. Different machines in the same location may have different string values for this field.",
4909 "type": "string"
4910 }
4911 },
4912 "type": "object"
4913 },
4914 "PlatformDetails": {
4915 "description": "Information about the platform.",
4916 "id": "PlatformDetails",
4917 "properties": {
4918 "awsEc2Details": {
4919 "$ref": "AwsEc2PlatformDetails",
4920 "description": "AWS EC2 specific details."
4921 },
4922 "azureVmDetails": {
4923 "$ref": "AzureVmPlatformDetails",
4924 "description": "Azure VM specific details."
4925 },
4926 "genericDetails": {
4927 "$ref": "GenericPlatformDetails",
4928 "description": "Generic platform details."
4929 },
4930 "physicalDetails": {
4931 "$ref": "PhysicalPlatformDetails",
4932 "description": "Physical machines platform details."
4933 },
4934 "vmwareDetails": {
4935 "$ref": "VmwarePlatformDetails",
4936 "description": "VMware specific details."
4937 }
4938 },
4939 "type": "object"
4940 },
4941 "PreferenceSet": {
4942 "description": "The preferences that apply to all assets in a given context.",
4943 "id": "PreferenceSet",
4944 "properties": {
4945 "createTime": {
4946 "description": "Output only. The timestamp when the preference set was created.",
4947 "format": "google-datetime",
4948 "readOnly": true,
4949 "type": "string"
4950 },
4951 "description": {
4952 "description": "A description of the preference set.",
4953 "type": "string"
4954 },
4955 "displayName": {
4956 "description": "User-friendly display name. Maximum length is 63 characters.",
4957 "type": "string"
4958 },
4959 "name": {
4960 "description": "Output only. Name of the preference set.",
4961 "readOnly": true,
4962 "type": "string"
4963 },
4964 "updateTime": {
4965 "description": "Output only. The timestamp when the preference set was last updated.",
4966 "format": "google-datetime",
4967 "readOnly": true,
4968 "type": "string"
4969 },
4970 "virtualMachinePreferences": {
4971 "$ref": "VirtualMachinePreferences",
4972 "description": "Optional. A set of preferences that applies to all virtual machines in the context."
4973 }
4974 },
4975 "type": "object"
4976 },
4977 "RegionPreferences": {
4978 "description": "The user preferences relating to target regions.",
4979 "id": "RegionPreferences",
4980 "properties": {
4981 "preferredRegions": {
4982 "description": "A list of preferred regions, ordered by the most preferred region first. Set only valid Google Cloud region names. See https://cloud.google.com/compute/docs/regions-zones for available regions.",
4983 "items": {
4984 "type": "string"
4985 },
4986 "type": "array"
4987 }
4988 },
4989 "type": "object"
4990 },
4991 "RemoveAssetsFromGroupRequest": {
4992 "description": "A request to remove assets from a group.",
4993 "id": "RemoveAssetsFromGroupRequest",
4994 "properties": {
4995 "allowMissing": {
4996 "description": "Optional. When this value is set to `false` and one of the given assets is not an existing member of the group, the operation fails with a `Not Found` error. When set to `true` this situation is silently ignored by the server. Default value is `false`.",
4997 "type": "boolean"
4998 },
4999 "assets": {
5000 "$ref": "AssetList",
5001 "description": "Required. List of assets to be removed. The maximum number of assets that can be removed in a single request is 1000."
5002 },
5003 "requestId": {
5004 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5005 "type": "string"
5006 }
5007 },
5008 "type": "object"
5009 },
5010 "Report": {
5011 "description": "Report represents a point-in-time rendering of the ReportConfig results.",
5012 "id": "Report",
5013 "properties": {
5014 "createTime": {
5015 "description": "Output only. Creation timestamp.",
5016 "format": "google-datetime",
5017 "readOnly": true,
5018 "type": "string"
5019 },
5020 "description": {
5021 "description": "Free-text description.",
5022 "type": "string"
5023 },
5024 "displayName": {
5025 "description": "User-friendly display name. Maximum length is 63 characters.",
5026 "type": "string"
5027 },
5028 "name": {
5029 "description": "Output only. Name of resource.",
5030 "readOnly": true,
5031 "type": "string"
5032 },
5033 "state": {
5034 "description": "Report creation state.",
5035 "enum": [
5036 "STATE_UNSPECIFIED",
5037 "PENDING",
5038 "SUCCEEDED",
5039 "FAILED"
5040 ],
5041 "enumDescriptions": [
5042 "Default Report creation state.",
5043 "Creating Report.",
5044 "Successfully created Report.",
5045 "Failed to create Report."
5046 ],
5047 "type": "string"
5048 },
5049 "summary": {
5050 "$ref": "ReportSummary",
5051 "description": "Output only. Summary view of the Report.",
5052 "readOnly": true
5053 },
5054 "type": {
5055 "description": "Report type.",
5056 "enum": [
5057 "TYPE_UNSPECIFIED",
5058 "TOTAL_COST_OF_OWNERSHIP"
5059 ],
5060 "enumDescriptions": [
5061 "Default Report type.",
5062 "Total cost of ownership Report type."
5063 ],
5064 "type": "string"
5065 },
5066 "updateTime": {
5067 "description": "Output only. Last update timestamp.",
5068 "format": "google-datetime",
5069 "readOnly": true,
5070 "type": "string"
5071 }
5072 },
5073 "type": "object"
5074 },
5075 "ReportAssetFramesResponse": {
5076 "description": "A response to a call to `ReportAssetFrame`.",
5077 "id": "ReportAssetFramesResponse",
5078 "properties": {},
5079 "type": "object"
5080 },
5081 "ReportConfig": {
5082 "description": "The groups and associated preference sets on which we can generate reports.",
5083 "id": "ReportConfig",
5084 "properties": {
5085 "createTime": {
5086 "description": "Output only. The timestamp when the resource was created.",
5087 "format": "google-datetime",
5088 "readOnly": true,
5089 "type": "string"
5090 },
5091 "description": {
5092 "description": "Free-text description.",
5093 "type": "string"
5094 },
5095 "displayName": {
5096 "description": "User-friendly display name. Maximum length is 63 characters.",
5097 "type": "string"
5098 },
5099 "groupPreferencesetAssignments": {
5100 "description": "Required. Collection of combinations of groups and preference sets.",
5101 "items": {
5102 "$ref": "ReportConfigGroupPreferenceSetAssignment"
5103 },
5104 "type": "array"
5105 },
5106 "name": {
5107 "description": "Output only. Name of resource.",
5108 "readOnly": true,
5109 "type": "string"
5110 },
5111 "updateTime": {
5112 "description": "Output only. The timestamp when the resource was last updated.",
5113 "format": "google-datetime",
5114 "readOnly": true,
5115 "type": "string"
5116 }
5117 },
5118 "type": "object"
5119 },
5120 "ReportConfigGroupPreferenceSetAssignment": {
5121 "description": "Represents a combination of a group with a preference set.",
5122 "id": "ReportConfigGroupPreferenceSetAssignment",
5123 "properties": {
5124 "group": {
5125 "description": "Required. Name of the group.",
5126 "type": "string"
5127 },
5128 "preferenceSet": {
5129 "description": "Required. Name of the Preference Set.",
5130 "type": "string"
5131 }
5132 },
5133 "type": "object"
5134 },
5135 "ReportSummary": {
5136 "description": "Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.",
5137 "id": "ReportSummary",
5138 "properties": {
5139 "allAssetsStats": {
5140 "$ref": "ReportSummaryAssetAggregateStats",
5141 "description": "Aggregate statistics for all the assets across all the groups."
5142 },
5143 "groupFindings": {
5144 "description": "Findings for each Group included in this report.",
5145 "items": {
5146 "$ref": "ReportSummaryGroupFinding"
5147 },
5148 "type": "array"
5149 }
5150 },
5151 "type": "object"
5152 },
5153 "ReportSummaryAssetAggregateStats": {
5154 "description": "Aggregate statistics for a collection of assets.",
5155 "id": "ReportSummaryAssetAggregateStats",
5156 "properties": {
5157 "coreCountHistogram": {
5158 "$ref": "ReportSummaryHistogramChartData",
5159 "description": "Histogram showing a distribution of CPU core counts."
5160 },
5161 "memoryBytesHistogram": {
5162 "$ref": "ReportSummaryHistogramChartData",
5163 "description": "Histogram showing a distribution of memory sizes."
5164 },
5165 "memoryUtilizationChart": {
5166 "$ref": "ReportSummaryUtilizationChartData",
5167 "description": "Total memory split into Used/Free buckets."
5168 },
5169 "operatingSystem": {
5170 "$ref": "ReportSummaryChartData",
5171 "description": "Count of assets grouped by Operating System families."
5172 },
5173 "storageBytesHistogram": {
5174 "$ref": "ReportSummaryHistogramChartData",
5175 "description": "Histogram showing a distribution of storage sizes."
5176 },
5177 "storageUtilizationChart": {
5178 "$ref": "ReportSummaryUtilizationChartData",
5179 "description": "Total memory split into Used/Free buckets."
5180 },
5181 "totalAssets": {
5182 "description": "Count of the number of unique assets in this collection.",
5183 "format": "int64",
5184 "type": "string"
5185 },
5186 "totalCores": {
5187 "description": "Sum of the CPU core count of all the assets in this collection.",
5188 "format": "int64",
5189 "type": "string"
5190 },
5191 "totalMemoryBytes": {
5192 "description": "Sum of the memory in bytes of all the assets in this collection.",
5193 "format": "int64",
5194 "type": "string"
5195 },
5196 "totalStorageBytes": {
5197 "description": "Sum of persistent storage in bytes of all the assets in this collection.",
5198 "format": "int64",
5199 "type": "string"
5200 }
5201 },
5202 "type": "object"
5203 },
5204 "ReportSummaryChartData": {
5205 "description": "Describes a collection of data points rendered as a Chart.",
5206 "id": "ReportSummaryChartData",
5207 "properties": {
5208 "dataPoints": {
5209 "description": "Each data point in the chart is represented as a name-value pair with the name being the x-axis label, and the value being the y-axis value.",
5210 "items": {
5211 "$ref": "ReportSummaryChartDataDataPoint"
5212 },
5213 "type": "array"
5214 }
5215 },
5216 "type": "object"
5217 },
5218 "ReportSummaryChartDataDataPoint": {
5219 "description": "Describes a single data point in the Chart.",
5220 "id": "ReportSummaryChartDataDataPoint",
5221 "properties": {
5222 "label": {
5223 "description": "The X-axis label for this data point.",
5224 "type": "string"
5225 },
5226 "value": {
5227 "description": "The Y-axis value for this data point.",
5228 "format": "double",
5229 "type": "number"
5230 }
5231 },
5232 "type": "object"
5233 },
5234 "ReportSummaryComputeEngineFinding": {
5235 "description": "A set of findings that applies to assets destined for Compute Engine.",
5236 "id": "ReportSummaryComputeEngineFinding",
5237 "properties": {
5238 "allocatedAssetCount": {
5239 "description": "Count of assets which were allocated.",
5240 "format": "int64",
5241 "type": "string"
5242 },
5243 "allocatedDiskTypes": {
5244 "description": "Set of disk types allocated to assets.",
5245 "items": {
5246 "enum": [
5247 "PERSISTENT_DISK_TYPE_UNSPECIFIED",
5248 "PERSISTENT_DISK_TYPE_STANDARD",
5249 "PERSISTENT_DISK_TYPE_BALANCED",
5250 "PERSISTENT_DISK_TYPE_SSD"
5251 ],
5252 "enumDescriptions": [
5253 "Unspecified (default value). Selecting this value allows the system to use any disk type according to reported usage. This a good value to start with.",
5254 "Standard HDD Persistent Disk.",
5255 "Balanced Persistent Disk.",
5256 "SSD Persistent Disk."
5257 ],
5258 "type": "string"
5259 },
5260 "type": "array"
5261 },
5262 "allocatedRegions": {
5263 "description": "Set of regions in which the assets were allocated.",
5264 "items": {
5265 "type": "string"
5266 },
5267 "type": "array"
5268 },
5269 "machineSeriesAllocations": {
5270 "description": "Distribution of assets based on the Machine Series.",
5271 "items": {
5272 "$ref": "ReportSummaryMachineSeriesAllocation"
5273 },
5274 "type": "array"
5275 }
5276 },
5277 "type": "object"
5278 },
5279 "ReportSummaryGroupFinding": {
5280 "description": "Summary Findings for a specific Group.",
5281 "id": "ReportSummaryGroupFinding",
5282 "properties": {
5283 "assetAggregateStats": {
5284 "$ref": "ReportSummaryAssetAggregateStats",
5285 "description": "Summary statistics for all the assets in this group."
5286 },
5287 "description": {
5288 "description": "Description for the Group.",
5289 "type": "string"
5290 },
5291 "displayName": {
5292 "description": "Display Name for the Group.",
5293 "type": "string"
5294 },
5295 "overlappingAssetCount": {
5296 "deprecated": true,
5297 "description": "This field is deprecated, do not rely on it having a value.",
5298 "format": "int64",
5299 "type": "string"
5300 },
5301 "preferenceSetFindings": {
5302 "description": "Findings for each of the PreferenceSets for this group.",
5303 "items": {
5304 "$ref": "ReportSummaryGroupPreferenceSetFinding"
5305 },
5306 "type": "array"
5307 }
5308 },
5309 "type": "object"
5310 },
5311 "ReportSummaryGroupPreferenceSetFinding": {
5312 "description": "Summary Findings for a specific Group/PreferenceSet combination.",
5313 "id": "ReportSummaryGroupPreferenceSetFinding",
5314 "properties": {
5315 "computeEngineFinding": {
5316 "$ref": "ReportSummaryComputeEngineFinding",
5317 "description": "A set of findings that applies to Compute Engine machines in the input."
5318 },
5319 "description": {
5320 "description": "Description for the Preference Set.",
5321 "type": "string"
5322 },
5323 "displayName": {
5324 "description": "Display Name of the Preference Set",
5325 "type": "string"
5326 },
5327 "machinePreferences": {
5328 "$ref": "VirtualMachinePreferences",
5329 "description": "A set of preferences that applies to all machines in the context."
5330 },
5331 "monthlyCostCompute": {
5332 "$ref": "Money",
5333 "description": "Compute monthly cost for this preference set."
5334 },
5335 "monthlyCostNetworkEgress": {
5336 "$ref": "Money",
5337 "description": "Network Egress monthly cost for this preference set."
5338 },
5339 "monthlyCostOsLicense": {
5340 "$ref": "Money",
5341 "description": "Licensing monthly cost for this preference set."
5342 },
5343 "monthlyCostOther": {
5344 "$ref": "Money",
5345 "description": "Miscellaneous monthly cost for this preference set."
5346 },
5347 "monthlyCostStorage": {
5348 "$ref": "Money",
5349 "description": "Storage monthly cost for this preference set."
5350 },
5351 "monthlyCostTotal": {
5352 "$ref": "Money",
5353 "description": "Total monthly cost for this preference set."
5354 },
5355 "soleTenantFinding": {
5356 "$ref": "ReportSummarySoleTenantFinding",
5357 "description": "A set of findings that applies to Sole-Tenant machines in the input."
5358 },
5359 "vmwareEngineFinding": {
5360 "$ref": "ReportSummaryVmwareEngineFinding",
5361 "description": "A set of findings that applies to VMWare machines in the input."
5362 }
5363 },
5364 "type": "object"
5365 },
5366 "ReportSummaryHistogramChartData": {
5367 "description": "A Histogram Chart shows a distribution of values into buckets, showing a count of values which fall into a bucket.",
5368 "id": "ReportSummaryHistogramChartData",
5369 "properties": {
5370 "buckets": {
5371 "description": "Buckets in the histogram. There will be `n+1` buckets matching `n` lower bounds in the request. The first bucket will be from -infinity to the first bound. Subsequent buckets will be between one bound and the next. The final bucket will be from the final bound to infinity.",
5372 "items": {
5373 "$ref": "ReportSummaryHistogramChartDataBucket"
5374 },
5375 "type": "array"
5376 }
5377 },
5378 "type": "object"
5379 },
5380 "ReportSummaryHistogramChartDataBucket": {
5381 "description": "A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds. The lower bound is inclusive and the upper bound is exclusive. Lower bound may be -infinity and upper bound may be infinity.",
5382 "id": "ReportSummaryHistogramChartDataBucket",
5383 "properties": {
5384 "count": {
5385 "description": "Count of items in the bucket.",
5386 "format": "int64",
5387 "type": "string"
5388 },
5389 "lowerBound": {
5390 "description": "Lower bound - inclusive.",
5391 "format": "int64",
5392 "type": "string"
5393 },
5394 "upperBound": {
5395 "description": "Upper bound - exclusive.",
5396 "format": "int64",
5397 "type": "string"
5398 }
5399 },
5400 "type": "object"
5401 },
5402 "ReportSummaryMachineSeriesAllocation": {
5403 "description": "Represents a data point tracking the count of assets allocated for a specific Machine Series.",
5404 "id": "ReportSummaryMachineSeriesAllocation",
5405 "properties": {
5406 "allocatedAssetCount": {
5407 "description": "Count of assets allocated to this machine series.",
5408 "format": "int64",
5409 "type": "string"
5410 },
5411 "machineSeries": {
5412 "$ref": "MachineSeries",
5413 "description": "The Machine Series (e.g. \"E2\", \"N2\")"
5414 }
5415 },
5416 "type": "object"
5417 },
5418 "ReportSummarySoleTenantFinding": {
5419 "description": "A set of findings that applies to assets destined for Sole-Tenant nodes.",
5420 "id": "ReportSummarySoleTenantFinding",
5421 "properties": {
5422 "allocatedAssetCount": {
5423 "description": "Count of assets which are allocated",
5424 "format": "int64",
5425 "type": "string"
5426 },
5427 "allocatedRegions": {
5428 "description": "Set of regions in which the assets are allocated",
5429 "items": {
5430 "type": "string"
5431 },
5432 "type": "array"
5433 },
5434 "nodeAllocations": {
5435 "description": "Set of per-nodetype allocation records",
5436 "items": {
5437 "$ref": "ReportSummarySoleTenantNodeAllocation"
5438 },
5439 "type": "array"
5440 }
5441 },
5442 "type": "object"
5443 },
5444 "ReportSummarySoleTenantNodeAllocation": {
5445 "description": "Represents the assets allocated to a specific Sole-Tenant node type.",
5446 "id": "ReportSummarySoleTenantNodeAllocation",
5447 "properties": {
5448 "allocatedAssetCount": {
5449 "description": "Count of assets allocated to these nodes",
5450 "format": "int64",
5451 "type": "string"
5452 },
5453 "node": {
5454 "$ref": "SoleTenantNodeType",
5455 "description": "Sole Tenant node type, e.g. \"m3-node-128-3904\""
5456 },
5457 "nodeCount": {
5458 "description": "Count of this node type to be provisioned",
5459 "format": "int64",
5460 "type": "string"
5461 }
5462 },
5463 "type": "object"
5464 },
5465 "ReportSummaryUtilizationChartData": {
5466 "description": "Utilization Chart is a specific type of visualization which displays a metric classified into \"Used\" and \"Free\" buckets.",
5467 "id": "ReportSummaryUtilizationChartData",
5468 "properties": {
5469 "free": {
5470 "description": "Aggregate value which falls into the \"Free\" bucket.",
5471 "format": "int64",
5472 "type": "string"
5473 },
5474 "used": {
5475 "description": "Aggregate value which falls into the \"Used\" bucket.",
5476 "format": "int64",
5477 "type": "string"
5478 }
5479 },
5480 "type": "object"
5481 },
5482 "ReportSummaryVmwareEngineFinding": {
5483 "description": "A set of findings that applies to assets destined for VMWare Engine.",
5484 "id": "ReportSummaryVmwareEngineFinding",
5485 "properties": {
5486 "allocatedAssetCount": {
5487 "description": "Count of assets which are allocated",
5488 "format": "int64",
5489 "type": "string"
5490 },
5491 "allocatedRegions": {
5492 "description": "Set of regions in which the assets were allocated",
5493 "items": {
5494 "type": "string"
5495 },
5496 "type": "array"
5497 },
5498 "nodeAllocations": {
5499 "description": "Set of per-nodetype allocation records",
5500 "items": {
5501 "$ref": "ReportSummaryVmwareNodeAllocation"
5502 },
5503 "type": "array"
5504 }
5505 },
5506 "type": "object"
5507 },
5508 "ReportSummaryVmwareNode": {
5509 "description": "A VMWare Engine Node",
5510 "id": "ReportSummaryVmwareNode",
5511 "properties": {
5512 "code": {
5513 "description": "Code to identify VMware Engine node series, e.g. \"ve1-standard-72\". Based on the displayName of cloud.google.com/vmware-engine/docs/reference/rest/v1/projects.locations.nodeTypes",
5514 "type": "string"
5515 }
5516 },
5517 "type": "object"
5518 },
5519 "ReportSummaryVmwareNodeAllocation": {
5520 "description": "Represents assets allocated to a specific VMWare Node type.",
5521 "id": "ReportSummaryVmwareNodeAllocation",
5522 "properties": {
5523 "allocatedAssetCount": {
5524 "description": "Count of assets allocated to these nodes",
5525 "format": "int64",
5526 "type": "string"
5527 },
5528 "nodeCount": {
5529 "description": "Count of this node type to be provisioned",
5530 "format": "int64",
5531 "type": "string"
5532 },
5533 "vmwareNode": {
5534 "$ref": "ReportSummaryVmwareNode",
5535 "description": "VMWare node type, e.g. \"ve1-standard-72\""
5536 }
5537 },
5538 "type": "object"
5539 },
5540 "RunImportJobRequest": {
5541 "description": "A request to run an import job.",
5542 "id": "RunImportJobRequest",
5543 "properties": {
5544 "requestId": {
5545 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5546 "type": "string"
5547 }
5548 },
5549 "type": "object"
5550 },
5551 "RunningProcess": {
5552 "description": "Guest OS running process details.",
5553 "id": "RunningProcess",
5554 "properties": {
5555 "attributes": {
5556 "additionalProperties": {
5557 "type": "string"
5558 },
5559 "description": "Process extended attributes.",
5560 "type": "object"
5561 },
5562 "cmdline": {
5563 "description": "Process full command line.",
5564 "type": "string"
5565 },
5566 "exePath": {
5567 "description": "Process binary path.",
5568 "type": "string"
5569 },
5570 "pid": {
5571 "description": "Process ID.",
5572 "format": "int64",
5573 "type": "string"
5574 },
5575 "user": {
5576 "description": "User running the process.",
5577 "type": "string"
5578 }
5579 },
5580 "type": "object"
5581 },
5582 "RunningProcessList": {
5583 "description": "List of running guest OS processes.",
5584 "id": "RunningProcessList",
5585 "properties": {
5586 "entries": {
5587 "description": "Running process entries.",
5588 "items": {
5589 "$ref": "RunningProcess"
5590 },
5591 "type": "array"
5592 }
5593 },
5594 "type": "object"
5595 },
5596 "RunningService": {
5597 "description": "Guest OS running service details.",
5598 "id": "RunningService",
5599 "properties": {
5600 "cmdline": {
5601 "description": "Service command line.",
5602 "type": "string"
5603 },
5604 "exePath": {
5605 "description": "Service binary path.",
5606 "type": "string"
5607 },
5608 "pid": {
5609 "description": "Service pid.",
5610 "format": "int64",
5611 "type": "string"
5612 },
5613 "serviceName": {
5614 "description": "Service name.",
5615 "type": "string"
5616 },
5617 "startMode": {
5618 "description": "Service start mode (OS-agnostic).",
5619 "enum": [
5620 "START_MODE_UNSPECIFIED",
5621 "BOOT",
5622 "SYSTEM",
5623 "AUTO",
5624 "MANUAL",
5625 "DISABLED"
5626 ],
5627 "enumDescriptions": [
5628 "Start mode unspecified.",
5629 "The service is a device driver started by the system loader.",
5630 "The service is a device driver started by the IOInitSystem function.",
5631 "The service is started by the operating system, at system start-up",
5632 "The service is started only manually, by a user.",
5633 "The service is disabled."
5634 ],
5635 "type": "string"
5636 },
5637 "state": {
5638 "description": "Service state (OS-agnostic).",
5639 "enum": [
5640 "STATE_UNSPECIFIED",
5641 "ACTIVE",
5642 "PAUSED",
5643 "STOPPED"
5644 ],
5645 "enumDescriptions": [
5646 "Service state unspecified.",
5647 "Service is active.",
5648 "Service is paused.",
5649 "Service is stopped."
5650 ],
5651 "type": "string"
5652 }
5653 },
5654 "type": "object"
5655 },
5656 "RunningServiceList": {
5657 "description": "List of running guest OS services.",
5658 "id": "RunningServiceList",
5659 "properties": {
5660 "entries": {
5661 "description": "Running service entries.",
5662 "items": {
5663 "$ref": "RunningService"
5664 },
5665 "type": "array"
5666 }
5667 },
5668 "type": "object"
5669 },
5670 "RuntimeNetworkInfo": {
5671 "description": "Runtime networking information.",
5672 "id": "RuntimeNetworkInfo",
5673 "properties": {
5674 "connections": {
5675 "$ref": "NetworkConnectionList",
5676 "description": "Network connections."
5677 },
5678 "scanTime": {
5679 "description": "Time of the last network scan.",
5680 "format": "google-datetime",
5681 "type": "string"
5682 }
5683 },
5684 "type": "object"
5685 },
5686 "SendDiscoveryClientHeartbeatRequest": {
5687 "description": "A request to send a discovery client heartbeat.",
5688 "id": "SendDiscoveryClientHeartbeatRequest",
5689 "properties": {
5690 "errors": {
5691 "description": "Optional. Errors affecting client functionality.",
5692 "items": {
5693 "$ref": "Status"
5694 },
5695 "type": "array"
5696 },
5697 "version": {
5698 "description": "Optional. Client application version.",
5699 "type": "string"
5700 }
5701 },
5702 "type": "object"
5703 },
5704 "Settings": {
5705 "description": "Describes the Migration Center settings related to the project.",
5706 "id": "Settings",
5707 "properties": {
5708 "disableCloudLogging": {
5709 "description": "Disable Cloud Logging for the Migration Center API. Users are billed for the logs.",
5710 "type": "boolean"
5711 },
5712 "name": {
5713 "description": "Output only. The name of the resource.",
5714 "readOnly": true,
5715 "type": "string"
5716 },
5717 "preferenceSet": {
5718 "description": "The preference set used by default for a project.",
5719 "type": "string"
5720 }
5721 },
5722 "type": "object"
5723 },
5724 "SoleTenancyPreferences": {
5725 "description": "Preferences concerning Sole Tenancy nodes and VMs.",
5726 "id": "SoleTenancyPreferences",
5727 "properties": {
5728 "commitmentPlan": {
5729 "description": "Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.",
5730 "enum": [
5731 "COMMITMENT_PLAN_UNSPECIFIED",
5732 "ON_DEMAND",
5733 "COMMITMENT_1_YEAR",
5734 "COMMITMENT_3_YEAR"
5735 ],
5736 "enumDescriptions": [
5737 "Unspecified commitment plan.",
5738 "No commitment plan (on-demand usage).",
5739 "1 year commitment.",
5740 "3 years commitment."
5741 ],
5742 "type": "string"
5743 },
5744 "cpuOvercommitRatio": {
5745 "description": "CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.",
5746 "format": "double",
5747 "type": "number"
5748 },
5749 "hostMaintenancePolicy": {
5750 "description": "Sole Tenancy nodes maintenance policy.",
5751 "enum": [
5752 "HOST_MAINTENANCE_POLICY_UNSPECIFIED",
5753 "HOST_MAINTENANCE_POLICY_DEFAULT",
5754 "HOST_MAINTENANCE_POLICY_RESTART_IN_PLACE",
5755 "HOST_MAINTENANCE_POLICY_MIGRATE_WITHIN_NODE_GROUP"
5756 ],
5757 "enumDescriptions": [
5758 "Unspecified host maintenance policy.",
5759 "Default host maintenance policy.",
5760 "Restart in place host maintenance policy.",
5761 "Migrate within node group host maintenance policy."
5762 ],
5763 "type": "string"
5764 },
5765 "nodeTypes": {
5766 "description": "A list of sole tenant node types. An empty list means that all possible node types will be considered.",
5767 "items": {
5768 "$ref": "SoleTenantNodeType"
5769 },
5770 "type": "array"
5771 }
5772 },
5773 "type": "object"
5774 },
5775 "SoleTenantNodeType": {
5776 "description": "A Sole Tenant node type.",
5777 "id": "SoleTenantNodeType",
5778 "properties": {
5779 "nodeName": {
5780 "description": "Name of the Sole Tenant node. Consult https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes",
5781 "type": "string"
5782 }
5783 },
5784 "type": "object"
5785 },
5786 "Source": {
5787 "description": "Source represents an object from which asset information is streamed to Migration Center.",
5788 "id": "Source",
5789 "properties": {
5790 "createTime": {
5791 "description": "Output only. The timestamp when the source was created.",
5792 "format": "google-datetime",
5793 "readOnly": true,
5794 "type": "string"
5795 },
5796 "description": {
5797 "description": "Free-text description.",
5798 "type": "string"
5799 },
5800 "displayName": {
5801 "description": "User-friendly display name.",
5802 "type": "string"
5803 },
5804 "errorFrameCount": {
5805 "description": "Output only. The number of frames that were reported by the source and contained errors.",
5806 "format": "int32",
5807 "readOnly": true,
5808 "type": "integer"
5809 },
5810 "managed": {
5811 "description": "If `true`, the source is managed by other service(s).",
5812 "type": "boolean"
5813 },
5814 "name": {
5815 "description": "Output only. The full name of the source.",
5816 "readOnly": true,
5817 "type": "string"
5818 },
5819 "pendingFrameCount": {
5820 "description": "Output only. Number of frames that are still being processed.",
5821 "format": "int32",
5822 "readOnly": true,
5823 "type": "integer"
5824 },
5825 "priority": {
5826 "description": "The information confidence of the source. The higher the value, the higher the confidence.",
5827 "format": "int32",
5828 "type": "integer"
5829 },
5830 "state": {
5831 "description": "Output only. The state of the source.",
5832 "enum": [
5833 "STATE_UNSPECIFIED",
5834 "ACTIVE",
5835 "DELETING",
5836 "INVALID"
5837 ],
5838 "enumDescriptions": [
5839 "Unspecified.",
5840 "The source is active and ready to be used.",
5841 "In the process of being deleted.",
5842 "Source is in an invalid state. Asset frames reported to it will be ignored."
5843 ],
5844 "readOnly": true,
5845 "type": "string"
5846 },
5847 "type": {
5848 "description": "Data source type.",
5849 "enum": [
5850 "SOURCE_TYPE_UNKNOWN",
5851 "SOURCE_TYPE_UPLOAD",
5852 "SOURCE_TYPE_GUEST_OS_SCAN",
5853 "SOURCE_TYPE_INVENTORY_SCAN",
5854 "SOURCE_TYPE_CUSTOM",
5855 "SOURCE_TYPE_DISCOVERY_CLIENT"
5856 ],
5857 "enumDescriptions": [
5858 "Unspecified",
5859 "Manually uploaded file (e.g. CSV)",
5860 "Guest-level info",
5861 "Inventory-level scan",
5862 "Third-party owned sources.",
5863 "Discovery clients"
5864 ],
5865 "type": "string"
5866 },
5867 "updateTime": {
5868 "description": "Output only. The timestamp when the source was last updated.",
5869 "format": "google-datetime",
5870 "readOnly": true,
5871 "type": "string"
5872 }
5873 },
5874 "type": "object"
5875 },
5876 "Status": {
5877 "description": "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).",
5878 "id": "Status",
5879 "properties": {
5880 "code": {
5881 "description": "The status code, which should be an enum value of google.rpc.Code.",
5882 "format": "int32",
5883 "type": "integer"
5884 },
5885 "details": {
5886 "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
5887 "items": {
5888 "additionalProperties": {
5889 "description": "Properties of the object. Contains field @type with type URL.",
5890 "type": "any"
5891 },
5892 "type": "object"
5893 },
5894 "type": "array"
5895 },
5896 "message": {
5897 "description": "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.",
5898 "type": "string"
5899 }
5900 },
5901 "type": "object"
5902 },
5903 "UpdateAssetRequest": {
5904 "description": "A request to update an asset.",
5905 "id": "UpdateAssetRequest",
5906 "properties": {
5907 "asset": {
5908 "$ref": "Asset",
5909 "description": "Required. The resource being updated."
5910 },
5911 "requestId": {
5912 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5913 "type": "string"
5914 },
5915 "updateMask": {
5916 "description": "Required. Field mask is used to specify the fields to be overwritten in the `Asset` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.",
5917 "format": "google-fieldmask",
5918 "type": "string"
5919 }
5920 },
5921 "type": "object"
5922 },
5923 "UploadFileInfo": {
5924 "description": "A resource that contains a URI to which a data file can be uploaded.",
5925 "id": "UploadFileInfo",
5926 "properties": {
5927 "headers": {
5928 "additionalProperties": {
5929 "type": "string"
5930 },
5931 "description": "Output only. The headers that were used to sign the URI.",
5932 "readOnly": true,
5933 "type": "object"
5934 },
5935 "signedUri": {
5936 "description": "Output only. Upload URI for the file.",
5937 "readOnly": true,
5938 "type": "string"
5939 },
5940 "uriExpirationTime": {
5941 "description": "Output only. Expiration time of the upload URI.",
5942 "format": "google-datetime",
5943 "readOnly": true,
5944 "type": "string"
5945 }
5946 },
5947 "type": "object"
5948 },
5949 "ValidateImportJobRequest": {
5950 "description": "A request to validate an import job.",
5951 "id": "ValidateImportJobRequest",
5952 "properties": {
5953 "requestId": {
5954 "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
5955 "type": "string"
5956 }
5957 },
5958 "type": "object"
5959 },
5960 "ValidationReport": {
5961 "description": "A resource that aggregates errors across import job files.",
5962 "id": "ValidationReport",
5963 "properties": {
5964 "fileValidations": {
5965 "description": "List of errors found in files.",
5966 "items": {
5967 "$ref": "FileValidationReport"
5968 },
5969 "type": "array"
5970 },
5971 "jobErrors": {
5972 "description": "List of job level errors.",
5973 "items": {
5974 "$ref": "ImportError"
5975 },
5976 "type": "array"
5977 }
5978 },
5979 "type": "object"
5980 },
5981 "VirtualMachinePreferences": {
5982 "description": "VirtualMachinePreferences enables you to create sets of assumptions, for example, a geographical location and pricing track, for your migrated virtual machines. The set of preferences influence recommendations for migrating virtual machine assets.",
5983 "id": "VirtualMachinePreferences",
5984 "properties": {
5985 "commitmentPlan": {
5986 "description": "Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.",
5987 "enum": [
5988 "COMMITMENT_PLAN_UNSPECIFIED",
5989 "COMMITMENT_PLAN_NONE",
5990 "COMMITMENT_PLAN_ONE_YEAR",
5991 "COMMITMENT_PLAN_THREE_YEARS"
5992 ],
5993 "enumDescriptions": [
5994 "Unspecified commitment plan.",
5995 "No commitment plan.",
5996 "1 year commitment.",
5997 "3 years commitment."
5998 ],
5999 "type": "string"
6000 },
6001 "computeEnginePreferences": {
6002 "$ref": "ComputeEnginePreferences",
6003 "description": "Compute Engine preferences concern insights and recommendations for Compute Engine target."
6004 },
6005 "regionPreferences": {
6006 "$ref": "RegionPreferences",
6007 "description": "Region preferences for assets using this preference set. If you are unsure which value to set, the migration service API region is often a good value to start with."
6008 },
6009 "sizingOptimizationStrategy": {
6010 "description": "Sizing optimization strategy specifies the preferred strategy used when extrapolating usage data to calculate insights and recommendations for a virtual machine. If you are unsure which value to set, a moderate sizing optimization strategy is often a good value to start with.",
6011 "enum": [
6012 "SIZING_OPTIMIZATION_STRATEGY_UNSPECIFIED",
6013 "SIZING_OPTIMIZATION_STRATEGY_SAME_AS_SOURCE",
6014 "SIZING_OPTIMIZATION_STRATEGY_MODERATE",
6015 "SIZING_OPTIMIZATION_STRATEGY_AGGRESSIVE"
6016 ],
6017 "enumDescriptions": [
6018 "Unspecified (default value).",
6019 "No optimization applied. Virtual machine sizing matches as closely as possible the machine shape on the source site, not considering any actual performance data.",
6020 "Virtual machine sizing will match the reported usage and shape, with some slack. This a good value to start with.",
6021 "Virtual machine sizing will match the reported usage, with little slack. Using this option can help reduce costs."
6022 ],
6023 "type": "string"
6024 },
6025 "soleTenancyPreferences": {
6026 "$ref": "SoleTenancyPreferences",
6027 "description": "Preferences concerning Sole Tenant nodes and virtual machines."
6028 },
6029 "targetProduct": {
6030 "description": "Target product for assets using this preference set. Specify either target product or business goal, but not both.",
6031 "enum": [
6032 "COMPUTE_MIGRATION_TARGET_PRODUCT_UNSPECIFIED",
6033 "COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE",
6034 "COMPUTE_MIGRATION_TARGET_PRODUCT_VMWARE_ENGINE",
6035 "COMPUTE_MIGRATION_TARGET_PRODUCT_SOLE_TENANCY"
6036 ],
6037 "enumDescriptions": [
6038 "Unspecified (default value).",
6039 "Prefer to migrate to Google Cloud Compute Engine.",
6040 "Prefer to migrate to Google Cloud VMware Engine.",
6041 "Prefer to migrate to Google Cloud Sole Tenant Nodes."
6042 ],
6043 "type": "string"
6044 },
6045 "vmwareEnginePreferences": {
6046 "$ref": "VmwareEnginePreferences",
6047 "description": "Preferences concerning insights and recommendations for Google Cloud VMware Engine."
6048 }
6049 },
6050 "type": "object"
6051 },
6052 "VmwareDiskConfig": {
6053 "description": "VMware disk config details.",
6054 "id": "VmwareDiskConfig",
6055 "properties": {
6056 "backingType": {
6057 "description": "VMDK backing type.",
6058 "enum": [
6059 "BACKING_TYPE_UNSPECIFIED",
6060 "BACKING_TYPE_FLAT_V1",
6061 "BACKING_TYPE_FLAT_V2",
6062 "BACKING_TYPE_PMEM",
6063 "BACKING_TYPE_RDM_V1",
6064 "BACKING_TYPE_RDM_V2",
6065 "BACKING_TYPE_SESPARSE",
6066 "BACKING_TYPE_SESPARSE_V1",
6067 "BACKING_TYPE_SESPARSE_V2"
6068 ],
6069 "enumDescriptions": [
6070 "Default value.",
6071 "Flat v1.",
6072 "Flat v2.",
6073 "Persistent memory, also known as Non-Volatile Memory (NVM).",
6074 "Raw Disk Memory v1.",
6075 "Raw Disk Memory v2.",
6076 "SEsparse is a snapshot format introduced in vSphere 5.5 for large disks.",
6077 "SEsparse v1.",
6078 "SEsparse v1."
6079 ],
6080 "type": "string"
6081 },
6082 "rdmCompatibility": {
6083 "description": "RDM compatibility mode.",
6084 "enum": [
6085 "RDM_COMPATIBILITY_UNSPECIFIED",
6086 "PHYSICAL_COMPATIBILITY",
6087 "VIRTUAL_COMPATIBILITY"
6088 ],
6089 "enumDescriptions": [
6090 "Compatibility mode unspecified or unknown.",
6091 "Physical compatibility mode.",
6092 "Virtual compatibility mode."
6093 ],
6094 "type": "string"
6095 },
6096 "shared": {
6097 "description": "Is VMDK shared with other VMs.",
6098 "type": "boolean"
6099 },
6100 "vmdkMode": {
6101 "description": "VMDK disk mode.",
6102 "enum": [
6103 "VMDK_MODE_UNSPECIFIED",
6104 "DEPENDENT",
6105 "INDEPENDENT_PERSISTENT",
6106 "INDEPENDENT_NONPERSISTENT"
6107 ],
6108 "enumDescriptions": [
6109 "VMDK disk mode unspecified or unknown.",
6110 "Dependent disk mode.",
6111 "Independent - Persistent disk mode.",
6112 "Independent - Nonpersistent disk mode."
6113 ],
6114 "type": "string"
6115 }
6116 },
6117 "type": "object"
6118 },
6119 "VmwareEnginePreferences": {
6120 "description": "The user preferences relating to Google Cloud VMware Engine target platform.",
6121 "id": "VmwareEnginePreferences",
6122 "properties": {
6123 "commitmentPlan": {
6124 "description": "Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.",
6125 "enum": [
6126 "COMMITMENT_PLAN_UNSPECIFIED",
6127 "ON_DEMAND",
6128 "COMMITMENT_1_YEAR_MONTHLY_PAYMENTS",
6129 "COMMITMENT_3_YEAR_MONTHLY_PAYMENTS",
6130 "COMMITMENT_1_YEAR_UPFRONT_PAYMENT",
6131 "COMMITMENT_3_YEAR_UPFRONT_PAYMENT"
6132 ],
6133 "enumDescriptions": [
6134 "Unspecified commitment plan.",
6135 "No commitment plan (on-demand usage).",
6136 "1 year commitment (monthly payments).",
6137 "3 year commitment (monthly payments).",
6138 "1 year commitment (upfront payment).",
6139 "3 years commitment (upfront payment)."
6140 ],
6141 "type": "string"
6142 },
6143 "cpuOvercommitRatio": {
6144 "description": "CPU overcommit ratio. Acceptable values are between 1.0 and 8.0, with 0.1 increment.",
6145 "format": "double",
6146 "type": "number"
6147 },
6148 "memoryOvercommitRatio": {
6149 "description": "Memory overcommit ratio. Acceptable values are 1.0, 1.25, 1.5, 1.75 and 2.0.",
6150 "format": "double",
6151 "type": "number"
6152 },
6153 "storageDeduplicationCompressionRatio": {
6154 "description": "The Deduplication and Compression ratio is based on the logical (Used Before) space required to store data before applying deduplication and compression, in relation to the physical (Used After) space required after applying deduplication and compression. Specifically, the ratio is the Used Before space divided by the Used After space. For example, if the Used Before space is 3 GB, but the physical Used After space is 1 GB, the deduplication and compression ratio is 3x. Acceptable values are between 1.0 and 4.0.",
6155 "format": "double",
6156 "type": "number"
6157 }
6158 },
6159 "type": "object"
6160 },
6161 "VmwarePlatformDetails": {
6162 "description": "VMware specific details.",
6163 "id": "VmwarePlatformDetails",
6164 "properties": {
6165 "esxVersion": {
6166 "description": "ESX version.",
6167 "type": "string"
6168 },
6169 "osid": {
6170 "description": "VMware os enum - https://vdc-repo.vmware.com/vmwb-repository/dcr-public/da47f910-60ac-438b-8b9b-6122f4d14524/16b7274a-bf8b-4b4c-a05e-746f2aa93c8c/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html.",
6171 "type": "string"
6172 },
6173 "vcenterFolder": {
6174 "description": "Folder name in vCenter where asset resides.",
6175 "type": "string"
6176 },
6177 "vcenterUri": {
6178 "description": "vCenter URI used in collection.",
6179 "type": "string"
6180 },
6181 "vcenterVersion": {
6182 "description": "vCenter version.",
6183 "type": "string"
6184 },
6185 "vcenterVmId": {
6186 "description": "vCenter VM ID.",
6187 "type": "string"
6188 }
6189 },
6190 "type": "object"
6191 }
6192 },
6193 "servicePath": "",
6194 "title": "Migration Center API",
6195 "version": "v1",
6196 "version_module": true
6197}
View as plain text