Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
763 changes: 529 additions & 234 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

1,267 changes: 893 additions & 374 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions travelimpactmodel/v1/travelimpactmodel-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
}
}
},
"revision": "20251008",
"revision": "20251102",
"rootUrl": "https://travelimpactmodel.googleapis.com/",
"schemas": {
"ComputeFlightEmissionsRequest": {
Expand Down Expand Up @@ -505,29 +505,29 @@
"type": "string"
},
"carrierCode": {
"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).",
"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).",
"type": "string"
},
"departureDate": {
"$ref": "Date",
"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."
},
"destination": {
"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.",
"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.",
"type": "string"
},
"distanceKm": {
"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.",
"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.",
"format": "int64",
"type": "string"
},
"flightNumber": {
"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.",
"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.",
"format": "int32",
"type": "integer"
},
"origin": {
"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.",
"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.",
"type": "string"
}
},
Expand Down
57 changes: 30 additions & 27 deletions travelimpactmodel/v1/travelimpactmodel-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions vmmigration/v1/vmmigration-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2548,7 +2548,7 @@
}
}
},
"revision": "20251023",
"revision": "20251030",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand Down Expand Up @@ -3736,6 +3736,10 @@
"description": "Optional. The service account to associate the VM with.",
"type": "string"
},
"storagePool": {
"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.",
"type": "string"
},
"targetProject": {
"description": "The full path of the resource of type TargetProject which represents the Compute Engine project in which to create this VM.",
"type": "string"
Expand Down Expand Up @@ -3908,6 +3912,10 @@
"description": "The service account to associate the VM with.",
"type": "string"
},
"storagePool": {
"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.",
"type": "string"
},
"vmName": {
"description": "The name of the VM to create.",
"type": "string"
Expand Down Expand Up @@ -4153,7 +4161,7 @@
"type": "object"
},
"DataDiskImageImport": {
"description": "Mentions that the image import is not using OS adaptation process.",
"description": "Used when the image import is not using OS adaptation process.",
"id": "DataDiskImageImport",
"properties": {},
"type": "object"
Expand Down
18 changes: 16 additions & 2 deletions vmmigration/v1/vmmigration-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.