Skip to content

Commit 397db7a

Browse files
1 parent b7fc4a5 commit 397db7a

5 files changed

Lines changed: 30 additions & 15 deletions

File tree

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

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14513,6 +14513,21 @@ public Insert setExternalChannelId(java.lang.String externalChannelId) {
1451314513
return this;
1451414514
}
1451514515

14516+
@com.google.api.client.util.Key
14517+
private java.lang.String onBehalfOfContentOwnerChannel;
14518+
14519+
/**
14520+
14521+
*/
14522+
public java.lang.String getOnBehalfOfContentOwnerChannel() {
14523+
return onBehalfOfContentOwnerChannel;
14524+
}
14525+
14526+
public Insert setOnBehalfOfContentOwnerChannel(java.lang.String onBehalfOfContentOwnerChannel) {
14527+
this.onBehalfOfContentOwnerChannel = onBehalfOfContentOwnerChannel;
14528+
return this;
14529+
}
14530+
1451614531
@Override
1451714532
public Insert set(String parameterName, Object value) {
1451814533
return (Insert) super.set(parameterName, value);

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ public final class LiveChatGiftDetails extends com.google.api.client.json.Generi
7272
private java.lang.Boolean hasVisualEffect;
7373

7474
/**
75-
* The cost of the gift in jewels.
75+
* The value of the gift in jewels.
7676
* The value may be {@code null}.
7777
*/
7878
@com.google.api.client.util.Key
79-
private java.lang.Integer jewelsCount;
79+
private java.lang.Integer jewelsAmount;
8080

8181
/**
8282
* The BCP-47 language code of the gift.
@@ -188,19 +188,19 @@ public LiveChatGiftDetails setHasVisualEffect(java.lang.Boolean hasVisualEffect)
188188
}
189189

190190
/**
191-
* The cost of the gift in jewels.
191+
* The value of the gift in jewels.
192192
* @return value or {@code null} for none
193193
*/
194-
public java.lang.Integer getJewelsCount() {
195-
return jewelsCount;
194+
public java.lang.Integer getJewelsAmount() {
195+
return jewelsAmount;
196196
}
197197

198198
/**
199-
* The cost of the gift in jewels.
200-
* @param jewelsCount jewelsCount or {@code null} for none
199+
* The value of the gift in jewels.
200+
* @param jewelsAmount jewelsAmount or {@code null} for none
201201
*/
202-
public LiveChatGiftDetails setJewelsCount(java.lang.Integer jewelsCount) {
203-
this.jewelsCount = jewelsCount;
202+
public LiveChatGiftDetails setJewelsAmount(java.lang.Integer jewelsAmount) {
203+
this.jewelsAmount = jewelsAmount;
204204
return this;
205205
}
206206

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-rev20260205-2.0.0</version>
12-
<name>YouTube Data API v3 v3-rev20260205-2.0.0</name>
11+
<version>v3-rev20260323-2.0.0</version>
12+
<name>YouTube Data API v3 v3-rev20260323-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-rev20260205-2.0.0</version>
25+
<version>v3-rev20260323-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-rev20260205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-youtube:v3-rev20260323-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)