Skip to content

Commit f697770

Browse files
1 parent 07d5724 commit f697770

File tree

4 files changed

+6
-54
lines changed

4 files changed

+6
-54
lines changed

clients/google-api-services-sasportal/v1alpha1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sasportal</artifactId>
25-
<version>v1alpha1-rev20231001-2.0.0</version>
25+
<version>v1alpha1-rev20231109-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sasportal:v1alpha1-rev20231001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sasportal:v1alpha1-rev20231109-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-sasportal/v1alpha1/2.0.0/com/google/api/services/sasportal/v1alpha1/model/SasPortalInstallationParams.java

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ public final class SasPortalInstallationParams extends com.google.api.client.jso
6565
@com.google.api.client.util.Key
6666
private java.lang.Integer antennaGain;
6767

68-
/**
69-
* As above, but as a DoubleValue.
70-
* The value may be {@code null}.
71-
*/
72-
@com.google.api.client.util.Key
73-
private java.lang.Double antennaGainNewField;
74-
7568
/**
7669
* If an external antenna is used, the antenna model is optionally provided in this field. The
7770
* string has a maximum length of 128 octets.
@@ -96,13 +89,6 @@ public final class SasPortalInstallationParams extends com.google.api.client.jso
9689
@com.google.api.client.util.Key
9790
private java.lang.Integer eirpCapability;
9891

99-
/**
100-
* As above, but as a DoubleValue.
101-
* The value may be {@code null}.
102-
*/
103-
@com.google.api.client.util.Key
104-
private java.lang.Double eirpCapabilityNewField;
105-
10692
/**
10793
* Device antenna height in meters. When the `heightType` parameter value is "AGL", the antenna
10894
* height should be given relative to ground level. When the `heightType` parameter value is
@@ -246,23 +232,6 @@ public SasPortalInstallationParams setAntennaGain(java.lang.Integer antennaGain)
246232
return this;
247233
}
248234

249-
/**
250-
* As above, but as a DoubleValue.
251-
* @return value or {@code null} for none
252-
*/
253-
public java.lang.Double getAntennaGainNewField() {
254-
return antennaGainNewField;
255-
}
256-
257-
/**
258-
* As above, but as a DoubleValue.
259-
* @param antennaGainNewField antennaGainNewField or {@code null} for none
260-
*/
261-
public SasPortalInstallationParams setAntennaGainNewField(java.lang.Double antennaGainNewField) {
262-
this.antennaGainNewField = antennaGainNewField;
263-
return this;
264-
}
265-
266235
/**
267236
* If an external antenna is used, the antenna model is optionally provided in this field. The
268237
* string has a maximum length of 128 octets.
@@ -320,23 +289,6 @@ public SasPortalInstallationParams setEirpCapability(java.lang.Integer eirpCapab
320289
return this;
321290
}
322291

323-
/**
324-
* As above, but as a DoubleValue.
325-
* @return value or {@code null} for none
326-
*/
327-
public java.lang.Double getEirpCapabilityNewField() {
328-
return eirpCapabilityNewField;
329-
}
330-
331-
/**
332-
* As above, but as a DoubleValue.
333-
* @param eirpCapabilityNewField eirpCapabilityNewField or {@code null} for none
334-
*/
335-
public SasPortalInstallationParams setEirpCapabilityNewField(java.lang.Double eirpCapabilityNewField) {
336-
this.eirpCapabilityNewField = eirpCapabilityNewField;
337-
return this;
338-
}
339-
340292
/**
341293
* Device antenna height in meters. When the `heightType` parameter value is "AGL", the antenna
342294
* height should be given relative to ground level. When the `heightType` parameter value is

clients/google-api-services-sasportal/v1alpha1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-sasportal</artifactId>
11-
<version>v1alpha1-rev20231001-2.0.0</version>
12-
<name>SAS Portal API v1alpha1-rev20231001-2.0.0</name>
11+
<version>v1alpha1-rev20231109-2.0.0</version>
12+
<name>SAS Portal API v1alpha1-rev20231109-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-sasportal/v1alpha1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-sasportal</artifactId>
25-
<version>v1alpha1-rev20231001-2.0.0</version>
25+
<version>v1alpha1-rev20231109-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-sasportal:v1alpha1-rev20231001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-sasportal:v1alpha1-rev20231109-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)