@googleapis/vmmigration 14.2.0 → 14.3.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [14.3.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v14.2.0...vmmigration-v14.3.0) (2025-07-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * run the generator ([#3721](https://github.com/googleapis/google-api-nodejs-client/issues/3721)) ([89a253d](https://github.com/googleapis/google-api-nodejs-client/commit/89a253dc14d931865a4a35fb9093a39a8804ec63))
9
+
3
10
  ## [14.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v14.1.0...vmmigration-v14.2.0) (2025-07-15)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -739,7 +739,7 @@ export declare namespace vmmigration_v1 {
739
739
  */
740
740
  secureBoot?: boolean | null;
741
741
  /**
742
- * The service account to associate the VM with.
742
+ * Optional. The service account to associate the VM with.
743
743
  */
744
744
  serviceAccount?: string | null;
745
745
  /**
@@ -747,7 +747,7 @@ export declare namespace vmmigration_v1alpha1 {
747
747
  */
748
748
  secureBoot?: boolean | null;
749
749
  /**
750
- * The service account to associate the VM with.
750
+ * Optional. The service account to associate the VM with.
751
751
  */
752
752
  serviceAccount?: string | null;
753
753
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/vmmigration",
3
- "version": "14.2.0",
3
+ "version": "14.3.0",
4
4
  "description": "vmmigration",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -775,7 +775,7 @@ export namespace vmmigration_v1 {
775
775
  */
776
776
  secureBoot?: boolean | null;
777
777
  /**
778
- * The service account to associate the VM with.
778
+ * Optional. The service account to associate the VM with.
779
779
  */
780
780
  serviceAccount?: string | null;
781
781
  /**
package/v1alpha1.ts CHANGED
@@ -783,7 +783,7 @@ export namespace vmmigration_v1alpha1 {
783
783
  */
784
784
  secureBoot?: boolean | null;
785
785
  /**
786
- * The service account to associate the VM with.
786
+ * Optional. The service account to associate the VM with.
787
787
  */
788
788
  serviceAccount?: string | null;
789
789
  /**