File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
clients/google-api-services-meet/v2
com/google/api/services/meet/v2 Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-meet</artifactId >
25
- <version >v2-rev20240808 -2.0.0</version >
25
+ <version >v2-rev20250127 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-meet:v2-rev20240808 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-meet:v2-rev20250127 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ public class MeetScopes {
29
29
/** Read information about any of your Google Meet conferences. */
30
30
public static final String MEETINGS_SPACE_READONLY = "https://www.googleapis.com/auth/meetings.space.readonly" ;
31
31
32
+ /** Edit, and see settings for all of your Google Meet calls.. */
33
+ public static final String MEETINGS_SPACE_SETTINGS = "https://www.googleapis.com/auth/meetings.space.settings" ;
34
+
32
35
/**
33
36
* Returns an unmodifiable set that contains all scopes declared by this class.
34
37
*
@@ -38,6 +41,7 @@ public static java.util.Set<String> all() {
38
41
java .util .Set <String > set = new java .util .HashSet <String >();
39
42
set .add (MEETINGS_SPACE_CREATED );
40
43
set .add (MEETINGS_SPACE_READONLY );
44
+ set .add (MEETINGS_SPACE_SETTINGS );
41
45
return java .util .Collections .unmodifiableSet (set );
42
46
}
43
47
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-meet</artifactId >
11
- <version >v2-rev20240808 -2.0.0</version >
12
- <name >Google Meet API v2-rev20240808 -2.0.0</name >
11
+ <version >v2-rev20250127 -2.0.0</version >
12
+ <name >Google Meet API v2-rev20250127 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-meet</artifactId >
25
- <version >v2-rev20240808 -2.0.0</version >
25
+ <version >v2-rev20250127 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-meet:v2-rev20240808 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-meet:v2-rev20250127 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments