@maxim_mazurok/gapi.client.migrationcenter-v1 0.0.20240321 → 0.0.20240411
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://migrationcenter.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240411
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -39,7 +39,7 @@ declare namespace gapi.client {
|
|
|
39
39
|
interface AggregateAssetsValuesRequest {
|
|
40
40
|
/** Array of aggregations to perform. Up to 25 aggregations can be defined. */
|
|
41
41
|
aggregations?: Aggregation[];
|
|
42
|
-
/** The aggregation will be performed on assets that match the provided filter. */
|
|
42
|
+
/** Optional. The aggregation will be performed on assets that match the provided filter. */
|
|
43
43
|
filter?: string;
|
|
44
44
|
}
|
|
45
45
|
interface AggregateAssetsValuesResponse {
|
|
@@ -734,7 +734,7 @@ declare namespace gapi.client {
|
|
|
734
734
|
allowedMachineSeries?: MachineSeries[];
|
|
735
735
|
}
|
|
736
736
|
interface MachineSeries {
|
|
737
|
-
/** Code to identify a
|
|
737
|
+
/** 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 */
|
|
738
738
|
code?: string;
|
|
739
739
|
}
|
|
740
740
|
interface MemoryUsageSample {
|
|
@@ -902,7 +902,7 @@ declare namespace gapi.client {
|
|
|
902
902
|
name?: string;
|
|
903
903
|
/** Output only. The timestamp when the preference set was last updated. */
|
|
904
904
|
updateTime?: string;
|
|
905
|
-
/** A set of preferences that applies to all virtual machines in the context. */
|
|
905
|
+
/** Optional. A set of preferences that applies to all virtual machines in the context. */
|
|
906
906
|
virtualMachinePreferences?: VirtualMachinePreferences;
|
|
907
907
|
}
|
|
908
908
|
interface RegionPreferences {
|