File tree Expand file tree Collapse file tree 16 files changed +252
-12
lines changed
clients/google-api-services-migrationcenter
com/google/api/services/migrationcenter/v1alpha1/model
com/google/api/services/migrationcenter/v1/model Expand file tree Collapse file tree 16 files changed +252
-12
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-migrationcenter</artifactId >
25
- <version >v1-rev20240926 -2.0.0</version >
25
+ <version >v1-rev20241014 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20240926 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20241014 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class AwsEc2PlatformDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Optional. Whether the machine is hyperthreaded.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String hyperthreading ;
38
+
32
39
/**
33
40
* The location of the machine in the AWS format.
34
41
* The value may be {@code null}.
@@ -43,6 +50,23 @@ public final class AwsEc2PlatformDetails extends com.google.api.client.json.Gene
43
50
@ com .google .api .client .util .Key
44
51
private java .lang .String machineTypeLabel ;
45
52
53
+ /**
54
+ * Optional. Whether the machine is hyperthreaded.
55
+ * @return value or {@code null} for none
56
+ */
57
+ public java .lang .String getHyperthreading () {
58
+ return hyperthreading ;
59
+ }
60
+
61
+ /**
62
+ * Optional. Whether the machine is hyperthreaded.
63
+ * @param hyperthreading hyperthreading or {@code null} for none
64
+ */
65
+ public AwsEc2PlatformDetails setHyperthreading (java .lang .String hyperthreading ) {
66
+ this .hyperthreading = hyperthreading ;
67
+ return this ;
68
+ }
69
+
46
70
/**
47
71
* The location of the machine in the AWS format.
48
72
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class AzureVmPlatformDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Whether the machine is hyperthreaded.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String hyperthreading ;
38
+
32
39
/**
33
40
* The location of the machine in the Azure format.
34
41
* The value may be {@code null}.
@@ -50,6 +57,23 @@ public final class AzureVmPlatformDetails extends com.google.api.client.json.Gen
50
57
@ com .google .api .client .util .Key
51
58
private java .lang .String provisioningState ;
52
59
60
+ /**
61
+ * Whether the machine is hyperthreaded.
62
+ * @return value or {@code null} for none
63
+ */
64
+ public java .lang .String getHyperthreading () {
65
+ return hyperthreading ;
66
+ }
67
+
68
+ /**
69
+ * Whether the machine is hyperthreaded.
70
+ * @param hyperthreading hyperthreading or {@code null} for none
71
+ */
72
+ public AzureVmPlatformDetails setHyperthreading (java .lang .String hyperthreading ) {
73
+ this .hyperthreading = hyperthreading ;
74
+ return this ;
75
+ }
76
+
53
77
/**
54
78
* The location of the machine in the Azure format.
55
79
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class GenericPlatformDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Whether the machine is hyperthreaded.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String hyperthreading ;
38
+
32
39
/**
33
40
* Free text representation of the machine location. The format of this field should not be relied
34
41
* on. Different VMs in the same location may have different string values for this field.
@@ -37,6 +44,23 @@ public final class GenericPlatformDetails extends com.google.api.client.json.Gen
37
44
@ com .google .api .client .util .Key
38
45
private java .lang .String location ;
39
46
47
+ /**
48
+ * Whether the machine is hyperthreaded.
49
+ * @return value or {@code null} for none
50
+ */
51
+ public java .lang .String getHyperthreading () {
52
+ return hyperthreading ;
53
+ }
54
+
55
+ /**
56
+ * Whether the machine is hyperthreaded.
57
+ * @param hyperthreading hyperthreading or {@code null} for none
58
+ */
59
+ public GenericPlatformDetails setHyperthreading (java .lang .String hyperthreading ) {
60
+ this .hyperthreading = hyperthreading ;
61
+ return this ;
62
+ }
63
+
40
64
/**
41
65
* Free text representation of the machine location. The format of this field should not be relied
42
66
* on. Different VMs in the same location may have different string values for this field.
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class PhysicalPlatformDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Whether the machine is hyperthreaded.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String hyperthreading ;
38
+
32
39
/**
33
40
* Free text representation of the machine location. The format of this field should not be relied
34
41
* on. Different machines in the same location may have different string values for this field.
@@ -37,6 +44,23 @@ public final class PhysicalPlatformDetails extends com.google.api.client.json.Ge
37
44
@ com .google .api .client .util .Key
38
45
private java .lang .String location ;
39
46
47
+ /**
48
+ * Whether the machine is hyperthreaded.
49
+ * @return value or {@code null} for none
50
+ */
51
+ public java .lang .String getHyperthreading () {
52
+ return hyperthreading ;
53
+ }
54
+
55
+ /**
56
+ * Whether the machine is hyperthreaded.
57
+ * @param hyperthreading hyperthreading or {@code null} for none
58
+ */
59
+ public PhysicalPlatformDetails setHyperthreading (java .lang .String hyperthreading ) {
60
+ this .hyperthreading = hyperthreading ;
61
+ return this ;
62
+ }
63
+
40
64
/**
41
65
* Free text representation of the machine location. The format of this field should not be relied
42
66
* on. Different machines in the same location may have different string values for this field.
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class VmwarePlatformDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Whether the ESX is hyperthreaded.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String esxHyperthreading ;
38
+
32
39
/**
33
40
* ESX version.
34
41
* The value may be {@code null}.
@@ -73,6 +80,23 @@ public final class VmwarePlatformDetails extends com.google.api.client.json.Gene
73
80
@ com .google .api .client .util .Key
74
81
private java .lang .String vcenterVmId ;
75
82
83
+ /**
84
+ * Whether the ESX is hyperthreaded.
85
+ * @return value or {@code null} for none
86
+ */
87
+ public java .lang .String getEsxHyperthreading () {
88
+ return esxHyperthreading ;
89
+ }
90
+
91
+ /**
92
+ * Whether the ESX is hyperthreaded.
93
+ * @param esxHyperthreading esxHyperthreading or {@code null} for none
94
+ */
95
+ public VmwarePlatformDetails setEsxHyperthreading (java .lang .String esxHyperthreading ) {
96
+ this .esxHyperthreading = esxHyperthreading ;
97
+ return this ;
98
+ }
99
+
76
100
/**
77
101
* ESX version.
78
102
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-migrationcenter</artifactId >
11
- <version >v1-rev20240926 -2.0.0</version >
12
- <name >Migration Center API v1-rev20240926 -2.0.0</name >
11
+ <version >v1-rev20241014 -2.0.0</version >
12
+ <name >Migration Center API v1-rev20241014 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-migrationcenter</artifactId >
25
- <version >v1-rev20240926 -2.0.0</version >
25
+ <version >v1-rev20241014 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20240926 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1-rev20241014 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-migrationcenter</artifactId >
25
- <version >v1alpha1-rev20240926 -2.0.0</version >
25
+ <version >v1alpha1-rev20241014 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20240926 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-migrationcenter:v1alpha1-rev20241014 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 29
29
@ SuppressWarnings ("javadoc" )
30
30
public final class AwsEc2PlatformDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Optional. Whether the machine is hyperthreaded.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String hyperthreading ;
38
+
32
39
/**
33
40
* The location of the machine in the AWS format.
34
41
* The value may be {@code null}.
@@ -43,6 +50,23 @@ public final class AwsEc2PlatformDetails extends com.google.api.client.json.Gene
43
50
@ com .google .api .client .util .Key
44
51
private java .lang .String machineTypeLabel ;
45
52
53
+ /**
54
+ * Optional. Whether the machine is hyperthreaded.
55
+ * @return value or {@code null} for none
56
+ */
57
+ public java .lang .String getHyperthreading () {
58
+ return hyperthreading ;
59
+ }
60
+
61
+ /**
62
+ * Optional. Whether the machine is hyperthreaded.
63
+ * @param hyperthreading hyperthreading or {@code null} for none
64
+ */
65
+ public AwsEc2PlatformDetails setHyperthreading (java .lang .String hyperthreading ) {
66
+ this .hyperthreading = hyperthreading ;
67
+ return this ;
68
+ }
69
+
46
70
/**
47
71
* The location of the machine in the AWS format.
48
72
* @return value or {@code null} for none
You can’t perform that action at this time.
0 commit comments