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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8579eba6e04b2eceb24e3878cc8bad534fcef4a5deeeb811db1d1bb630f79369
|
|
4
|
+
data.tar.gz: 3d13ccf3c32050807046122601c1f4c6587df3b3d2163ee4e45f1114bbd47f32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 70f9343c49acbf84e50d405213545c5a611cfb56506fad0f6db5bfdfadd9c8acb0f028b7f784fa7e15856d66b8de1dd118c174a84bf365cf57da07780df99ea1
|
|
7
|
+
data.tar.gz: 9dcde3f16def8fc70c03785ed3bf64b8cd32d113e3b3095a54715019e66a1b2d65ec5bc318615251756bed21cf504b88cc6ffed3944af4805cbe8fc68a40990f
|
data/CHANGELOG.md
CHANGED
|
@@ -529,7 +529,8 @@ module Google
|
|
|
529
529
|
# @return [String]
|
|
530
530
|
attr_accessor :cabin_class
|
|
531
531
|
|
|
532
|
-
# Optional. IATA carrier code
|
|
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
|
|
553
|
-
#
|
|
554
|
-
#
|
|
555
|
-
#
|
|
556
|
-
#
|
|
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
|
|
563
|
-
# to distance-based emissions when origin and destination
|
|
564
|
-
# there are no matching typical flights.
|
|
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.
|
|
571
|
-
#
|
|
572
|
-
#
|
|
573
|
-
#
|
|
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
|
|
581
|
-
#
|
|
582
|
-
#
|
|
583
|
-
#
|
|
584
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|