Skip to content

Commit 95b37a7

Browse files
1 parent c526435 commit 95b37a7

5 files changed

Lines changed: 28 additions & 22 deletions

File tree

clients/google-api-services-meet/v2/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-meet</artifactId>
25-
<version>v2-rev20260329-2.0.0</version>
25+
<version>v2-rev20260421-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-meet:v2-rev20260329-2.0.0'
38+
implementation 'com.google.apis:google-api-services-meet:v2-rev20260421-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-meet/v2/2.0.0/com/google/api/services/meet/v2/model/GatewaySipAccess.java

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.meet.v2.model;
1818

1919
/**
20-
* Details how to join the conference via a SIP gateway.
20+
* Details how to join the conference through a SIP gateway.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Google Meet API. For a detailed explanation see:
@@ -30,31 +30,33 @@
3030
public final class GatewaySipAccess extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Permanent numeric code for manual entry on specially configured devices.
33+
* The permanent numeric code for manual entry on specially configured devices.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String sipAccessCode;
3838

3939
/**
40-
* The SIP URI the conference can be reached through. The string is on one of the formats: "sip:@"
41-
* "sips:@" where currently is the 13-digit universal pin, and is a valid address to be resolved
42-
* using a DNS SRV lookup, or a dotted quad.
40+
* The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is
41+
* in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
42+
* USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting
43+
* code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or
44+
* a dotted quad.
4345
* The value may be {@code null}.
4446
*/
4547
@com.google.api.client.util.Key
4648
private java.lang.String uri;
4749

4850
/**
49-
* Permanent numeric code for manual entry on specially configured devices.
51+
* The permanent numeric code for manual entry on specially configured devices.
5052
* @return value or {@code null} for none
5153
*/
5254
public java.lang.String getSipAccessCode() {
5355
return sipAccessCode;
5456
}
5557

5658
/**
57-
* Permanent numeric code for manual entry on specially configured devices.
59+
* The permanent numeric code for manual entry on specially configured devices.
5860
* @param sipAccessCode sipAccessCode or {@code null} for none
5961
*/
6062
public GatewaySipAccess setSipAccessCode(java.lang.String sipAccessCode) {
@@ -63,19 +65,23 @@ public GatewaySipAccess setSipAccessCode(java.lang.String sipAccessCode) {
6365
}
6466

6567
/**
66-
* The SIP URI the conference can be reached through. The string is on one of the formats: "sip:@"
67-
* "sips:@" where currently is the 13-digit universal pin, and is a valid address to be resolved
68-
* using a DNS SRV lookup, or a dotted quad.
68+
* The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is
69+
* in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
70+
* USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting
71+
* code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or
72+
* a dotted quad.
6973
* @return value or {@code null} for none
7074
*/
7175
public java.lang.String getUri() {
7276
return uri;
7377
}
7478

7579
/**
76-
* The SIP URI the conference can be reached through. The string is on one of the formats: "sip:@"
77-
* "sips:@" where currently is the 13-digit universal pin, and is a valid address to be resolved
78-
* using a DNS SRV lookup, or a dotted quad.
80+
* The Session Initiation Protocol (SIP) URI the conference can be reached through. The string is
81+
* in one of these formats: * "sip:USER_ID@GATEWAY_ADDRESS" * "sips:USER_ID@GATEWAY_ADDRESS" where
82+
* USER_ID is the 13-digit universal pin (with the future option to support using a Meet meeting
83+
* code as well), and GATEWAY_ADDRESS is a valid address to be resolved using a DNS SRV lookup, or
84+
* a dotted quad.
7985
* @param uri uri or {@code null} for none
8086
*/
8187
public GatewaySipAccess setUri(java.lang.String uri) {

clients/google-api-services-meet/v2/2.0.0/com/google/api/services/meet/v2/model/Space.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class Space extends com.google.api.client.json.GenericJson {
4545
private SpaceConfig config;
4646

4747
/**
48-
* Output only. The SIP based access methods that can be used to join the conference. Can be
48+
* Output only. The SIP-based access methods that can be used to join the conference. Can be
4949
* empty.
5050
* The value may be {@code null}.
5151
*/
@@ -134,7 +134,7 @@ public Space setConfig(SpaceConfig config) {
134134
}
135135

136136
/**
137-
* Output only. The SIP based access methods that can be used to join the conference. Can be
137+
* Output only. The SIP-based access methods that can be used to join the conference. Can be
138138
* empty.
139139
* @return value or {@code null} for none
140140
*/
@@ -143,7 +143,7 @@ public java.util.List<GatewaySipAccess> getGatewaySipAccess() {
143143
}
144144

145145
/**
146-
* Output only. The SIP based access methods that can be used to join the conference. Can be
146+
* Output only. The SIP-based access methods that can be used to join the conference. Can be
147147
* empty.
148148
* @param gatewaySipAccess gatewaySipAccess or {@code null} for none
149149
*/

clients/google-api-services-meet/v2/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-meet</artifactId>
11-
<version>v2-rev20260329-2.0.0</version>
12-
<name>Google Meet API v2-rev20260329-2.0.0</name>
11+
<version>v2-rev20260421-2.0.0</version>
12+
<name>Google Meet API v2-rev20260421-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-meet/v2/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-meet</artifactId>
25-
<version>v2-rev20260329-2.0.0</version>
25+
<version>v2-rev20260421-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-meet:v2-rev20260329-2.0.0'
38+
implementation 'com.google.apis:google-api-services-meet:v2-rev20260421-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)