Skip to content

Commit a65054d

Browse files
Google APIscopybara-github
authored andcommitted
docs: Add satellite imagery to rgb_url description
docs: Add pre-GA details for Experiments enum PiperOrigin-RevId: 866492024
1 parent af8a8d5 commit a65054d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

google/maps/solar/v1/solar_service.proto

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ message DataLayers {
595595
// (where we don't have data) are stored as -9999.
596596
string dsm_url = 3;
597597

598-
// The URL for an image of RGB data (aerial photo) of the region.
598+
// The URL for an image of RGB data (aerial or satellite photo) of the region.
599599
string rgb_url = 4;
600600

601601
// The URL for the building mask image: one bit per pixel saying whether that
@@ -721,6 +721,15 @@ enum SolarPanelOrientation {
721721
}
722722

723723
// Specifies pre-GA experiments that can be enabled in the API.
724+
//
725+
// Requests using this field are classified as a pre-GA offering
726+
// under the [Google Maps Platform Service Specific
727+
// Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See
728+
// [launch stage
729+
// descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for
730+
// more details.
731+
//
732+
// New values may be added to this enum in the future.
724733
enum Experiment {
725734
// No experiments are specified.
726735
EXPERIMENT_UNSPECIFIED = 0;

0 commit comments

Comments
 (0)