Skip to content

Commit d9ce161

Browse files
1 parent d05c6fc commit d9ce161

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-youtube/v3/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-youtube</artifactId>
25-
<version>v3-rev20241031-2.0.0</version>
25+
<version>v3-rev20241105-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-youtube:v3-rev20241031-2.0.0'
38+
implementation 'com.google.apis:google-api-services-youtube:v3-rev20241105-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-youtube/v3/2.0.0/com/google/api/services/youtube/model/VideoLiveStreamingDetails.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public final class VideoLiveStreamingDetails extends com.google.api.client.json.
6969

7070
/**
7171
* The time that the broadcast is scheduled to end. If the value is empty or the property is not
72-
* present, then the broadcast is scheduled to contiue indefinitely.
72+
* present, then the broadcast is scheduled to continue indefinitely.
7373
* The value may be {@code null}.
7474
*/
7575
@com.google.api.client.util.Key
@@ -172,7 +172,7 @@ public VideoLiveStreamingDetails setConcurrentViewers(java.math.BigInteger concu
172172

173173
/**
174174
* The time that the broadcast is scheduled to end. If the value is empty or the property is not
175-
* present, then the broadcast is scheduled to contiue indefinitely.
175+
* present, then the broadcast is scheduled to continue indefinitely.
176176
* @return value or {@code null} for none
177177
*/
178178
public com.google.api.client.util.DateTime getScheduledEndTime() {
@@ -181,7 +181,7 @@ public com.google.api.client.util.DateTime getScheduledEndTime() {
181181

182182
/**
183183
* The time that the broadcast is scheduled to end. If the value is empty or the property is not
184-
* present, then the broadcast is scheduled to contiue indefinitely.
184+
* present, then the broadcast is scheduled to continue indefinitely.
185185
* @param scheduledEndTime scheduledEndTime or {@code null} for none
186186
*/
187187
public VideoLiveStreamingDetails setScheduledEndTime(com.google.api.client.util.DateTime scheduledEndTime) {

clients/google-api-services-youtube/v3/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-youtube</artifactId>
11-
<version>v3-rev20241031-2.0.0</version>
12-
<name>YouTube Data API v3 v3-rev20241031-2.0.0</name>
11+
<version>v3-rev20241105-2.0.0</version>
12+
<name>YouTube Data API v3 v3-rev20241105-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-youtube/v3/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-youtube</artifactId>
25-
<version>v3-rev20241031-2.0.0</version>
25+
<version>v3-rev20241105-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-youtube:v3-rev20241031-2.0.0'
38+
implementation 'com.google.apis:google-api-services-youtube:v3-rev20241105-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)