File tree Expand file tree Collapse file tree 16 files changed +252
-12
lines changed
clients/google-api-services-vmmigration
com/google/api/services/vmmigration/v1alpha1/model
com/google/api/services/vmmigration/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-vmmigration</artifactId >
25
- <version >v1-rev20240912 -2.0.0</version >
25
+ <version >v1-rev20241013 -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-vmmigration:v1-rev20240912 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20241013 -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 AwsSourceVmDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Output only. The VM architecture.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String architecture ;
38
+
32
39
/**
33
40
* Output only. The total size of the disks being migrated in bytes.
34
41
* The value may be {@code null}.
@@ -63,6 +70,23 @@ public final class AwsSourceVmDetails extends com.google.api.client.json.Generic
63
70
@ com .google .api .client .util .Key
64
71
private VmCapabilities vmCapabilitiesInfo ;
65
72
73
+ /**
74
+ * Output only. The VM architecture.
75
+ * @return value or {@code null} for none
76
+ */
77
+ public java .lang .String getArchitecture () {
78
+ return architecture ;
79
+ }
80
+
81
+ /**
82
+ * Output only. The VM architecture.
83
+ * @param architecture architecture or {@code null} for none
84
+ */
85
+ public AwsSourceVmDetails setArchitecture (java .lang .String architecture ) {
86
+ this .architecture = architecture ;
87
+ return this ;
88
+ }
89
+
66
90
/**
67
91
* Output only. The total size of the disks being migrated in bytes.
68
92
* @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 AzureSourceVmDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Output only. The VM architecture.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String architecture ;
38
+
32
39
/**
33
40
* Output only. The total size of the disks being migrated in bytes.
34
41
* The value may be {@code null}.
@@ -63,6 +70,23 @@ public final class AzureSourceVmDetails extends com.google.api.client.json.Gener
63
70
@ com .google .api .client .util .Key
64
71
private VmCapabilities vmCapabilitiesInfo ;
65
72
73
+ /**
74
+ * Output only. The VM architecture.
75
+ * @return value or {@code null} for none
76
+ */
77
+ public java .lang .String getArchitecture () {
78
+ return architecture ;
79
+ }
80
+
81
+ /**
82
+ * Output only. The VM architecture.
83
+ * @param architecture architecture or {@code null} for none
84
+ */
85
+ public AzureSourceVmDetails setArchitecture (java .lang .String architecture ) {
86
+ this .architecture = architecture ;
87
+ return this ;
88
+ }
89
+
66
90
/**
67
91
* Output only. The total size of the disks being migrated in bytes.
68
92
* @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 AzureVmDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * The CPU architecture.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String architecture ;
38
+
32
39
/**
33
40
* The VM Boot Option.
34
41
* The value may be {@code null}.
@@ -120,6 +127,23 @@ public final class AzureVmDetails extends com.google.api.client.json.GenericJson
120
127
@ com .google .api .client .util .Key
121
128
private java .lang .String vmSize ;
122
129
130
+ /**
131
+ * The CPU architecture.
132
+ * @return value or {@code null} for none
133
+ */
134
+ public java .lang .String getArchitecture () {
135
+ return architecture ;
136
+ }
137
+
138
+ /**
139
+ * The CPU architecture.
140
+ * @param architecture architecture or {@code null} for none
141
+ */
142
+ public AzureVmDetails setArchitecture (java .lang .String architecture ) {
143
+ this .architecture = architecture ;
144
+ return this ;
145
+ }
146
+
123
147
/**
124
148
* The VM Boot Option.
125
149
* @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 VmwareSourceVmDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Output only. The VM architecture.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String architecture ;
38
+
32
39
/**
33
40
* Output only. The total size of the disks being migrated in bytes.
34
41
* The value may be {@code null}.
@@ -63,6 +70,23 @@ public final class VmwareSourceVmDetails extends com.google.api.client.json.Gene
63
70
@ com .google .api .client .util .Key
64
71
private VmCapabilities vmCapabilitiesInfo ;
65
72
73
+ /**
74
+ * Output only. The VM architecture.
75
+ * @return value or {@code null} for none
76
+ */
77
+ public java .lang .String getArchitecture () {
78
+ return architecture ;
79
+ }
80
+
81
+ /**
82
+ * Output only. The VM architecture.
83
+ * @param architecture architecture or {@code null} for none
84
+ */
85
+ public VmwareSourceVmDetails setArchitecture (java .lang .String architecture ) {
86
+ this .architecture = architecture ;
87
+ return this ;
88
+ }
89
+
66
90
/**
67
91
* Output only. The total size of the disks being migrated in bytes.
68
92
* @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 VmwareVmDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Output only. The CPU architecture.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String architecture ;
38
+
32
39
/**
33
40
* Output only. The VM Boot Option.
34
41
* The value may be {@code null}.
@@ -116,6 +123,23 @@ public final class VmwareVmDetails extends com.google.api.client.json.GenericJso
116
123
@ com .google .api .client .util .Key
117
124
private java .lang .String vmId ;
118
125
126
+ /**
127
+ * Output only. The CPU architecture.
128
+ * @return value or {@code null} for none
129
+ */
130
+ public java .lang .String getArchitecture () {
131
+ return architecture ;
132
+ }
133
+
134
+ /**
135
+ * Output only. The CPU architecture.
136
+ * @param architecture architecture or {@code null} for none
137
+ */
138
+ public VmwareVmDetails setArchitecture (java .lang .String architecture ) {
139
+ this .architecture = architecture ;
140
+ return this ;
141
+ }
142
+
119
143
/**
120
144
* Output only. The VM Boot Option.
121
145
* @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-vmmigration</artifactId >
11
- <version >v1-rev20240912 -2.0.0</version >
12
- <name >VM Migration API v1-rev20240912 -2.0.0</name >
11
+ <version >v1-rev20241013 -2.0.0</version >
12
+ <name >VM Migration API v1-rev20241013 -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-vmmigration</artifactId >
25
- <version >v1-rev20240912 -2.0.0</version >
25
+ <version >v1-rev20241013 -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-vmmigration:v1-rev20240912 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-vmmigration:v1-rev20241013 -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-vmmigration</artifactId >
25
- <version >v1alpha1-rev20240912 -2.0.0</version >
25
+ <version >v1alpha1-rev20241013 -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-vmmigration:v1alpha1-rev20240912 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-vmmigration:v1alpha1-rev20241013 -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 AwsSourceVmDetails extends com .google .api .client .json .GenericJson {
31
31
32
+ /**
33
+ * Output only. The VM architecture.
34
+ * The value may be {@code null}.
35
+ */
36
+ @ com .google .api .client .util .Key
37
+ private java .lang .String architecture ;
38
+
32
39
/**
33
40
* Output only. The total size of the disks being migrated in bytes.
34
41
* The value may be {@code null}.
@@ -63,6 +70,23 @@ public final class AwsSourceVmDetails extends com.google.api.client.json.Generic
63
70
@ com .google .api .client .util .Key
64
71
private VmCapabilities vmCapabilitiesInfo ;
65
72
73
+ /**
74
+ * Output only. The VM architecture.
75
+ * @return value or {@code null} for none
76
+ */
77
+ public java .lang .String getArchitecture () {
78
+ return architecture ;
79
+ }
80
+
81
+ /**
82
+ * Output only. The VM architecture.
83
+ * @param architecture architecture or {@code null} for none
84
+ */
85
+ public AwsSourceVmDetails setArchitecture (java .lang .String architecture ) {
86
+ this .architecture = architecture ;
87
+ return this ;
88
+ }
89
+
66
90
/**
67
91
* Output only. The total size of the disks being migrated in bytes.
68
92
* @return value or {@code null} for none
You can’t perform that action at this time.
0 commit comments