google-apis-solar_v1 0.3.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/solar_v1/classes.rb +1 -1
- data/lib/google/apis/solar_v1/gem_version.rb +3 -3
- data/lib/google/apis/solar_v1/service.rb +8 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1eef54ce409e58b027ee0b3bc34430bbd30a56a433a1454c217de91946326c2c
|
4
|
+
data.tar.gz: 06f82beed9ee65fd6120b0cb3d03a2eeae24bdfcabefa1d01955d02c182f367b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1517221134466e1e0b5edb5656356c3e0188817ff07558d5e2f5524b581aa76fa4d90ea00e6af34f61a546d41941e5350536d25bc01bc7e31e8db4be604efe8e
|
7
|
+
data.tar.gz: 81166294e737cc794175b7141de16c4d835c78093a7dbc618d822a80fb25bc587c2ea7931f6fc743d2d573a2931cf71e76bbd21c6f90c5b4c668210b394bb494
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-solar_v1
|
2
2
|
|
3
|
+
### v0.5.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241211
|
6
|
+
|
7
|
+
### v0.4.0 (2024-08-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240820
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.3.0 (2024-05-19)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.15.0
|
@@ -75,7 +75,7 @@ module Google
|
|
75
75
|
# @return [String]
|
76
76
|
attr_accessor :imagery_quality
|
77
77
|
|
78
|
-
# The resource name for the building, of the format `
|
78
|
+
# The resource name for the building, of the format `buildings/`place_id``.
|
79
79
|
# Corresponds to the JSON property `name`
|
80
80
|
# @return [String]
|
81
81
|
attr_accessor :name
|
@@ -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.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241211"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -54,6 +54,8 @@ module Google
|
|
54
54
|
# Locates the closest building to a query point. Returns an error with code `
|
55
55
|
# NOT_FOUND` if there are no buildings within approximately 50m of the query
|
56
56
|
# point.
|
57
|
+
# @param [Array<String>, String] experiments
|
58
|
+
# Optional. Specifies the pre-GA features to enable.
|
57
59
|
# @param [Float] location_latitude
|
58
60
|
# The latitude in degrees. It must be in the range [-90.0, +90.0].
|
59
61
|
# @param [Float] location_longitude
|
@@ -79,10 +81,11 @@ module Google
|
|
79
81
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
80
82
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
81
83
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
82
|
-
def find_building_insight_closest(location_latitude: nil, location_longitude: nil, required_quality: nil, fields: nil, quota_user: nil, options: nil, &block)
|
84
|
+
def find_building_insight_closest(experiments: nil, location_latitude: nil, location_longitude: nil, required_quality: nil, fields: nil, quota_user: nil, options: nil, &block)
|
83
85
|
command = make_simple_command(:get, 'v1/buildingInsights:findClosest', options)
|
84
86
|
command.response_representation = Google::Apis::SolarV1::BuildingInsights::Representation
|
85
87
|
command.response_class = Google::Apis::SolarV1::BuildingInsights
|
88
|
+
command.query['experiments'] = experiments unless experiments.nil?
|
86
89
|
command.query['location.latitude'] = location_latitude unless location_latitude.nil?
|
87
90
|
command.query['location.longitude'] = location_longitude unless location_longitude.nil?
|
88
91
|
command.query['requiredQuality'] = required_quality unless required_quality.nil?
|
@@ -100,6 +103,8 @@ module Google
|
|
100
103
|
# to MEDIUM. If set to true, `required_quality` is interpreted as the exact
|
101
104
|
# required quality and only `MEDIUM` quality imagery is returned if `
|
102
105
|
# required_quality` is set to `MEDIUM`.
|
106
|
+
# @param [Array<String>, String] experiments
|
107
|
+
# Optional. Specifies the pre-GA experiments to enable.
|
103
108
|
# @param [Float] location_latitude
|
104
109
|
# The latitude in degrees. It must be in the range [-90.0, +90.0].
|
105
110
|
# @param [Float] location_longitude
|
@@ -141,11 +146,12 @@ module Google
|
|
141
146
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
142
147
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
143
148
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
144
|
-
def get_data_layer(exact_quality_required: nil, location_latitude: nil, location_longitude: nil, pixel_size_meters: nil, radius_meters: nil, required_quality: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
149
|
+
def get_data_layer(exact_quality_required: nil, experiments: nil, location_latitude: nil, location_longitude: nil, pixel_size_meters: nil, radius_meters: nil, required_quality: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
|
145
150
|
command = make_simple_command(:get, 'v1/dataLayers:get', options)
|
146
151
|
command.response_representation = Google::Apis::SolarV1::DataLayers::Representation
|
147
152
|
command.response_class = Google::Apis::SolarV1::DataLayers
|
148
153
|
command.query['exactQualityRequired'] = exact_quality_required unless exact_quality_required.nil?
|
154
|
+
command.query['experiments'] = experiments unless experiments.nil?
|
149
155
|
command.query['location.latitude'] = location_latitude unless location_latitude.nil?
|
150
156
|
command.query['location.longitude'] = location_longitude unless location_longitude.nil?
|
151
157
|
command.query['pixelSizeMeters'] = pixel_size_meters unless pixel_size_meters.nil?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-solar_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-solar_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-solar_v1/v0.5.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-solar_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Solar API V1
|