google-apis-travelimpactmodel_v1 0.10.0 → 0.11.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82f49f15572a2deec549d904bd480650bc3166f2d546089d2e1fcd7da47a7c1f
4
- data.tar.gz: 85e3761e52709d5e06ba59c643580c53663f21e14c0fc9b34908bb7086e07a7f
3
+ metadata.gz: 8579eba6e04b2eceb24e3878cc8bad534fcef4a5deeeb811db1d1bb630f79369
4
+ data.tar.gz: 3d13ccf3c32050807046122601c1f4c6587df3b3d2163ee4e45f1114bbd47f32
5
5
  SHA512:
6
- metadata.gz: fbfba6ccdfe5099732c62cceff5f17ee94559046e45b1c01c300f65b7cab53ee741e8efddf60a94d01e19081a7903f2d650965bb45771b40a733f8eb7d286e1f
7
- data.tar.gz: 4a183e4533d5cbe808c4181eaa84b10df43e9d92eaadee39766712e6bd89e6d1aab8566f07879f9ccf74e7137896d0561759ab3458ab7943a8986d0ff0128877
6
+ metadata.gz: 70f9343c49acbf84e50d405213545c5a611cfb56506fad0f6db5bfdfadd9c8acb0f028b7f784fa7e15856d66b8de1dd118c174a84bf365cf57da07780df99ea1
7
+ data.tar.gz: 9dcde3f16def8fc70c03785ed3bf64b8cd32d113e3b3095a54715019e66a1b2d65ec5bc318615251756bed21cf504b88cc6ffed3944af4805cbe8fc68a40990f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-travelimpactmodel_v1
2
2
 
3
+ ### v0.11.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251102
6
+
3
7
  ### v0.10.0 (2025-10-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20251008
@@ -529,7 +529,8 @@ module Google
529
529
  # @return [String]
530
530
  attr_accessor :cabin_class
531
531
 
532
- # Optional. IATA carrier code, e.g. `KE`. This is required if specific flight
532
+ # Optional. 2-character [IATA carrier code](https://www.iata.org/en/publications/
533
+ # directories/code-search/), e.g. `KE`. This is required if specific flight
533
534
  # matching is desired. Otherwise, this is unused for typical flight and distance-
534
535
  # based emissions models. This could be both operating and marketing carrier
535
536
  # code (i.e. codeshare is covered).
@@ -549,40 +550,40 @@ module Google
549
550
  # @return [Google::Apis::TravelimpactmodelV1::Date]
550
551
  attr_accessor :departure_date
551
552
 
552
- # Optional. IATA airport code for flight destination, e.g. `ICN`. This is used
553
- # to match specific flight if provided alongside origin, carrier, and flight
554
- # number. If there is no match, we will first try to match the flight to a
555
- # typical flight between the provided origin and destination airports. Otherwise,
556
- # we will use the distance-based emissions model if the flight distance is
557
- # provided.
553
+ # Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/
554
+ # directories/code-search/) for flight destination, e.g. `ICN`. This is used to
555
+ # match specific flight if provided alongside origin, carrier, and flight number.
556
+ # If there is no match, we will first try to match the flight to a typical
557
+ # flight between the provided origin and destination airports. Otherwise, we
558
+ # will use the distance-based emissions model if the flight distance is provided.
558
559
  # Corresponds to the JSON property `destination`
559
560
  # @return [String]
560
561
  attr_accessor :destination
561
562
 
562
- # Optional. Distance in kilometers, e.g. `2423`. This is used to match a flight
563
- # to distance-based emissions when origin and destination are not provided or
564
- # there are no matching typical flights. This field supports values between 0
565
- # and 2.5e16 km.
563
+ # Optional. Distance in kilometers, e.g. `2423`, from [1, 2.5e16) km. This is
564
+ # used to match a flight to distance-based emissions when origin and destination
565
+ # are not provided or there are no matching typical flights.
566
566
  # Corresponds to the JSON property `distanceKm`
567
567
  # @return [Fixnum]
568
568
  attr_accessor :distance_km
569
569
 
570
- # Optional. Flight number, e.g. `71`. This is first used to match a specific
571
- # flight if a flight number is specified alongside origin, destination, and
572
- # carrier. If a flight number is not specified, we will first try to match the
573
- # flight to a typical flight between the provided origin and destination
570
+ # Optional. Up to 4-digit [flight number](https://en.wikipedia.org/wiki/
571
+ # Flight_number), e.g. `71`, from [1, 9999]. This is first used to match a
572
+ # specific flight if a flight number is specified alongside origin, destination,
573
+ # and carrier. If a flight number is not specified, we will first try to match
574
+ # the flight to a typical flight between the provided origin and destination
574
575
  # airports. If that fails and/or origin & destination are not provided, we will
575
576
  # use the distance-based emissions model based on the flight distance provided.
576
577
  # Corresponds to the JSON property `flightNumber`
577
578
  # @return [Fixnum]
578
579
  attr_accessor :flight_number
579
580
 
580
- # Optional. IATA airport code for flight origin, e.g. `YVR`. This is used to
581
- # match specific flight if provided alongside destination, carrier, and flight
582
- # number. If there is no match, we will first try to match the flight to a
583
- # typical flight between the provided origin and destination airports. Otherwise,
584
- # we will use the distance-based emissions model if the flight distance is
585
- # provided.
581
+ # Optional. 3-character [IATA airport code](https://www.iata.org/en/publications/
582
+ # directories/code-search/) for flight origin, e.g. `YVR`. This is used to match
583
+ # specific flight if provided alongside destination, carrier, and flight number.
584
+ # If there is no match, we will first try to match the flight to a typical
585
+ # flight between the provided origin and destination airports. Otherwise, we
586
+ # will use the distance-based emissions model if the flight distance is provided.
586
587
  # Corresponds to the JSON property `origin`
587
588
  # @return [String]
588
589
  attr_accessor :origin
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TravelimpactmodelV1
18
18
  # Version of the google-apis-travelimpactmodel_v1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251008"
25
+ REVISION = "20251102"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-travelimpactmodel_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-travelimpactmodel_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-travelimpactmodel_v1/v0.10.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-travelimpactmodel_v1/v0.11.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-travelimpactmodel_v1
62
62
  rdoc_options: []
63
63
  require_paths: