google-apis-solar_v1 0.8.0 → 0.9.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/solar_v1/gem_version.rb +2 -2
- data/lib/google/apis/solar_v1/service.rb +10 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 269272bdc49e1b4fc08f67c4c6946732093175eb9a3d058acf0a106af43cfa14
|
|
4
|
+
data.tar.gz: 61fe4a9a9ecb0e7eb6b6974ef1e9ec00592e8da954f4e950f538d55c112d3cf6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0c0bb7e7062fb4f90733b853ac3a1dcbbecb8718d37c1408c648dd707f032666eb82559de2073dccaaf7899a851c7b1b3d3b35fe50d96920e688da338b02650
|
|
7
|
+
data.tar.gz: 49252d5f763e9ac9deb3fc9cd393d6d831a60a7033e3799403c30292f59adfbaa3948f72013bc350d23808c410356c8d7893bd39f9f430112728613bf57bae15
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SolarV1
|
|
18
18
|
# Version of the google-apis-solar_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.9.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 = "20260125"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -62,7 +62,11 @@ module Google
|
|
|
62
62
|
# required quality and only `MEDIUM` quality imagery is returned if `
|
|
63
63
|
# required_quality` is set to `MEDIUM`.
|
|
64
64
|
# @param [Array<String>, String] experiments
|
|
65
|
-
# Optional. Specifies the pre-GA
|
|
65
|
+
# Optional. Specifies the pre-GA experiments to enable. Requests using this
|
|
66
|
+
# field are classified as a pre-GA offering under the [Google Maps Platform
|
|
67
|
+
# Service Specific Terms](https://cloud.google.com/maps-platform/terms/maps-
|
|
68
|
+
# service-terms). See [launch stage descriptions](https://cloud.google.com/maps-
|
|
69
|
+
# platform/terms/launch-stages) for more details.
|
|
66
70
|
# @param [Float] location_latitude
|
|
67
71
|
# The latitude in degrees. It must be in the range [-90.0, +90.0].
|
|
68
72
|
# @param [Float] location_longitude
|
|
@@ -112,7 +116,11 @@ module Google
|
|
|
112
116
|
# required quality and only `MEDIUM` quality imagery is returned if `
|
|
113
117
|
# required_quality` is set to `MEDIUM`.
|
|
114
118
|
# @param [Array<String>, String] experiments
|
|
115
|
-
# Optional. Specifies the pre-GA experiments to enable.
|
|
119
|
+
# Optional. Specifies the pre-GA experiments to enable. Requests using this
|
|
120
|
+
# field are classified as a pre-GA offering under the [Google Maps Platform
|
|
121
|
+
# Service Specific Terms](https://cloud.google.com/maps-platform/terms/maps-
|
|
122
|
+
# service-terms). See [launch stage descriptions]( https://cloud.google.com/maps-
|
|
123
|
+
# platform/terms/launch-stages) for more details.
|
|
116
124
|
# @param [Float] location_latitude
|
|
117
125
|
# The latitude in degrees. It must be in the range [-90.0, +90.0].
|
|
118
126
|
# @param [Float] location_longitude
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-solar_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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-solar_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-solar_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-solar_v1/v0.9.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-solar_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|