Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-solar/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-solar</artifactId>
<version>v1-rev20251027-2.0.0</version>
<version>v1-rev20260208-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-solar:v1-rev20251027-2.0.0'
implementation 'com.google.apis:google-api-services-solar:v1-rev20260208-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,17 +289,30 @@ public FindClosest setExactQualityRequired(java.lang.Boolean exactQualityRequire
return this;
}

/** Optional. Specifies the pre-GA features to enable. */
/**
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
* descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> experiments;

/** Optional. Specifies the pre-GA features to enable.
/** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
pre-GA offering under the [Google Maps Platform Service Specific
Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
*/
public java.util.List<java.lang.String> getExperiments() {
return experiments;
}

/** Optional. Specifies the pre-GA features to enable. */
/**
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
* descriptions](https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
*/
public FindClosest setExperiments(java.util.List<java.lang.String> experiments) {
this.experiments = experiments;
return this;
Expand Down Expand Up @@ -525,17 +538,32 @@ public Get setExactQualityRequired(java.lang.Boolean exactQualityRequired) {
return this;
}

/** Optional. Specifies the pre-GA experiments to enable. */
/**
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
* descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
* details.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> experiments;

/** Optional. Specifies the pre-GA experiments to enable.
/** Optional. Specifies the pre-GA experiments to enable. Requests using this field are classified as a
pre-GA offering under the [Google Maps Platform Service Specific
Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more details.
*/
public java.util.List<java.lang.String> getExperiments() {
return experiments;
}

/** Optional. Specifies the pre-GA experiments to enable. */
/**
* Optional. Specifies the pre-GA experiments to enable. Requests using this field are
* classified as a pre-GA offering under the [Google Maps Platform Service Specific
* Terms](https://cloud.google.com/maps-platform/terms/maps-service-terms). See [launch stage
* descriptions]( https://cloud.google.com/maps-platform/terms/launch-stages) for more
* details.
*/
public Get setExperiments(java.util.List<java.lang.String> experiments) {
this.experiments = experiments;
return this;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public final class DataLayers extends com.google.api.client.json.GenericJson {
private java.lang.String monthlyFluxUrl;

/**
* The URL for an image of RGB data (aerial photo) of the region.
* The URL for an image of RGB data (aerial or satellite photo) of the region.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -313,15 +313,15 @@ public DataLayers setMonthlyFluxUrl(java.lang.String monthlyFluxUrl) {
}

/**
* The URL for an image of RGB data (aerial photo) of the region.
* The URL for an image of RGB data (aerial or satellite photo) of the region.
* @return value or {@code null} for none
*/
public java.lang.String getRgbUrl() {
return rgbUrl;
}

/**
* The URL for an image of RGB data (aerial photo) of the region.
* The URL for an image of RGB data (aerial or satellite photo) of the region.
* @param rgbUrl rgbUrl or {@code null} for none
*/
public DataLayers setRgbUrl(java.lang.String rgbUrl) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-solar/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-solar</artifactId>
<version>v1-rev20251027-2.0.0</version>
<name>Solar API v1-rev20251027-2.0.0</name>
<version>v1-rev20260208-2.0.0</version>
<name>Solar API v1-rev20260208-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-solar/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-solar</artifactId>
<version>v1-rev20251027-2.0.0</version>
<version>v1-rev20260208-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-solar:v1-rev20251027-2.0.0'
implementation 'com.google.apis:google-api-services-solar:v1-rev20260208-2.0.0'
}
```

Expand Down