Skip to content

Commit 6740cbf

Browse files
1 parent 9c2a966 commit 6740cbf

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,15 +396,19 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
396396
* Optional. User specified filtering condition in [EBNF
397397
* format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form). The following are
398398
* the filterable fields: * `space.meeting_code` * `space.name` * `start_time` * `end_time`
399-
* For example, `space.meeting_code = "abc-mnop-xyz"`.
399+
* For example, consider the following filters: * `space.name = "spaces/NAME"` *
400+
* `space.meeting_code = "abc-mnop-xyz"` * `start_time>="2024-01-01T00:00:00.000Z" AND
401+
* start_time<="2024-01-02T00:00:00.000Z"` * `end_time IS NULL`
400402
*/
401403
@com.google.api.client.util.Key
402404
private java.lang.String filter;
403405

404406
/** Optional. User specified filtering condition in [EBNF
405407
format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form). The following are the
406408
filterable fields: * `space.meeting_code` * `space.name` * `start_time` * `end_time` For example,
407-
`space.meeting_code = "abc-mnop-xyz"`.
409+
consider the following filters: * `space.name = "spaces/NAME"` * `space.meeting_code = "abc-mnop-
410+
xyz"` * `start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"` *
411+
`end_time IS NULL`
408412
*/
409413
public java.lang.String getFilter() {
410414
return filter;
@@ -414,7 +418,9 @@ public java.lang.String getFilter() {
414418
* Optional. User specified filtering condition in [EBNF
415419
* format](https://en.wikipedia.org/wiki/Extended_Backus%E2%80%93Naur_form). The following are
416420
* the filterable fields: * `space.meeting_code` * `space.name` * `start_time` * `end_time`
417-
* For example, `space.meeting_code = "abc-mnop-xyz"`.
421+
* For example, consider the following filters: * `space.name = "spaces/NAME"` *
422+
* `space.meeting_code = "abc-mnop-xyz"` * `start_time>="2024-01-01T00:00:00.000Z" AND
423+
* start_time<="2024-01-02T00:00:00.000Z"` * `end_time IS NULL`
418424
*/
419425
public List setFilter(java.lang.String filter) {
420426
this.filter = filter;

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-rev20240616-2.0.0</version>
12-
<name>Google Meet API v2-rev20240616-2.0.0</name>
11+
<version>v2-rev20240626-2.0.0</version>
12+
<name>Google Meet API v2-rev20240626-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-rev20240616-2.0.0</version>
25+
<version>v2-rev20240626-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-rev20240616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-meet:v2-rev20240626-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)