Skip to content

Commit 4ea8be0

Browse files
feat(all): auto-regenerate discovery clients (#3365)
1 parent 5d5029a commit 4ea8be0

File tree

6 files changed

+1484
-645
lines changed

6 files changed

+1484
-645
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 529 additions & 234 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

Lines changed: 893 additions & 374 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

travelimpactmodel/v1/travelimpactmodel-api.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
}
147147
}
148148
},
149-
"revision": "20251008",
149+
"revision": "20251102",
150150
"rootUrl": "https://travelimpactmodel.googleapis.com/",
151151
"schemas": {
152152
"ComputeFlightEmissionsRequest": {
@@ -505,29 +505,29 @@
505505
"type": "string"
506506
},
507507
"carrierCode": {
508-
"description": "Optional. IATA carrier code, e.g. `KE`. This is required if specific flight matching is desired. Otherwise, this is unused for typical flight and distance-based emissions models. This could be both operating and marketing carrier code (i.e. codeshare is covered).",
508+
"description": "Optional. 2-character [IATA carrier code](https://www.iata.org/en/publications/directories/code-search/), e.g. `KE`. This is required if specific flight matching is desired. Otherwise, this is unused for typical flight and distance-based emissions models. This could be both operating and marketing carrier code (i.e. codeshare is covered).",
509509
"type": "string"
510510
},
511511
"departureDate": {
512512
"$ref": "Date",
513513
"description": "Required. Date of the flight in the time zone of the origin airport. Only year is required for typical flight and distance-based emissions models (month and day values are ignored and therefore, can be either omitted, set to 0, or set to a valid date for those cases). Correspondingly, if a specific date is not provided for TIM emissions, we will fallback to typical flight (or distance-based) emissions."
514514
},
515515
"destination": {
516-
"description": "Optional. IATA airport code for flight destination, e.g. `ICN`. This is used to match specific flight if provided alongside origin, carrier, and flight number. If there is no match, we will first try to match the flight to a typical flight between the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if the flight distance is provided.",
516+
"description": "Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/directories/code-search/) for flight destination, e.g. `ICN`. This is used to match specific flight if provided alongside origin, carrier, and flight number. If there is no match, we will first try to match the flight to a typical flight between the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if the flight distance is provided.",
517517
"type": "string"
518518
},
519519
"distanceKm": {
520-
"description": "Optional. Distance in kilometers, e.g. `2423`. This is used to match a flight to distance-based emissions when origin and destination are not provided or there are no matching typical flights. This field supports values between 0 and 2.5e16 km.",
520+
"description": "Optional. Distance in kilometers, e.g. `2423`, from [1, 2.5e16) km. This is used to match a flight to distance-based emissions when origin and destination are not provided or there are no matching typical flights.",
521521
"format": "int64",
522522
"type": "string"
523523
},
524524
"flightNumber": {
525-
"description": "Optional. Flight number, e.g. `71`. This is first used to match a specific flight if a flight number is specified alongside origin, destination, and carrier. If a flight number is not specified, we will first try to match the flight to a typical flight between the provided origin and destination airports. If that fails and/or origin \u0026 destination are not provided, we will use the distance-based emissions model based on the flight distance provided.",
525+
"description": "Optional. Up to 4-digit [flight number](https://en.wikipedia.org/wiki/Flight_number), e.g. `71`, from [1, 9999]. This is first used to match a specific flight if a flight number is specified alongside origin, destination, and carrier. If a flight number is not specified, we will first try to match the flight to a typical flight between the provided origin and destination airports. If that fails and/or origin \u0026 destination are not provided, we will use the distance-based emissions model based on the flight distance provided.",
526526
"format": "int32",
527527
"type": "integer"
528528
},
529529
"origin": {
530-
"description": "Optional. IATA airport code for flight origin, e.g. `YVR`. This is used to match specific flight if provided alongside destination, carrier, and flight number. If there is no match, we will first try to match the flight to a typical flight between the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if the flight distance is provided.",
530+
"description": "Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/directories/code-search/) for flight origin, e.g. `YVR`. This is used to match specific flight if provided alongside destination, carrier, and flight number. If there is no match, we will first try to match the flight to a typical flight between the provided origin and destination airports. Otherwise, we will use the distance-based emissions model if the flight distance is provided.",
531531
"type": "string"
532532
}
533533
},

travelimpactmodel/v1/travelimpactmodel-gen.go

Lines changed: 30 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vmmigration/v1/vmmigration-api.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20251023",
2551+
"revision": "20251030",
25522552
"rootUrl": "https://vmmigration.googleapis.com/",
25532553
"schemas": {
25542554
"AccessKeyCredentials": {
@@ -3736,6 +3736,10 @@
37363736
"description": "Optional. The service account to associate the VM with.",
37373737
"type": "string"
37383738
},
3739+
"storagePool": {
3740+
"description": "Optional. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.",
3741+
"type": "string"
3742+
},
37393743
"targetProject": {
37403744
"description": "The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.",
37413745
"type": "string"
@@ -3908,6 +3912,10 @@
39083912
"description": "The service account to associate the VM with.",
39093913
"type": "string"
39103914
},
3915+
"storagePool": {
3916+
"description": "Optional. The storage pool used for the VM disks. If specified this will be the storage pool in which the disk is created. This is the full path of the storage pool resource, for example: \"projects/my-project/zones/us-central1-a/storagePools/my-storage-pool\". The storage pool must be in the same project and zone as the target disks. The storage pool's type must match the disk type.",
3917+
"type": "string"
3918+
},
39113919
"vmName": {
39123920
"description": "The name of the VM to create.",
39133921
"type": "string"
@@ -4153,7 +4161,7 @@
41534161
"type": "object"
41544162
},
41554163
"DataDiskImageImport": {
4156-
"description": "Mentions that the image import is not using OS adaptation process.",
4164+
"description": "Used when the image import is not using OS adaptation process.",
41574165
"id": "DataDiskImageImport",
41584166
"properties": {},
41594167
"type": "object"

vmmigration/v1/vmmigration-gen.go

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)