Skip to content

Commit 6a105f9

Browse files
1 parent 8909160 commit 6a105f9

File tree

4 files changed

+82
-6
lines changed

4 files changed

+82
-6
lines changed

clients/google-api-services-youtubereporting/v1/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-youtubereporting</artifactId>
25-
<version>v1-rev20260113-2.0.0</version>
25+
<version>v1-rev20260408-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-youtubereporting:v1-rev20260113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-youtubereporting:v1-rev20260408-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-youtubereporting/v1/2.0.0/com/google/api/services/youtubereporting/model/GdataContentTypeInfo.java

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ public final class GdataContentTypeInfo extends com.google.api.client.json.Gener
5151
@com.google.api.client.util.Key
5252
private java.lang.String fromFileName;
5353

54+
/**
55+
* gdata
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String fromFusionId;
60+
5461
/**
5562
* gdata
5663
* The value may be {@code null}.
@@ -65,6 +72,13 @@ public final class GdataContentTypeInfo extends com.google.api.client.json.Gener
6572
@com.google.api.client.util.Key
6673
private java.lang.String fromUrlPath;
6774

75+
/**
76+
* gdata
77+
* The value may be {@code null}.
78+
*/
79+
@com.google.api.client.util.Key
80+
private java.lang.String fusionIdDetectionMetadata;
81+
6882
/**
6983
* gdata
7084
* @return value or {@code null} for none
@@ -116,6 +130,23 @@ public GdataContentTypeInfo setFromFileName(java.lang.String fromFileName) {
116130
return this;
117131
}
118132

133+
/**
134+
* gdata
135+
* @return value or {@code null} for none
136+
*/
137+
public java.lang.String getFromFusionId() {
138+
return fromFusionId;
139+
}
140+
141+
/**
142+
* gdata
143+
* @param fromFusionId fromFusionId or {@code null} for none
144+
*/
145+
public GdataContentTypeInfo setFromFusionId(java.lang.String fromFusionId) {
146+
this.fromFusionId = fromFusionId;
147+
return this;
148+
}
149+
119150
/**
120151
* gdata
121152
* @return value or {@code null} for none
@@ -150,6 +181,51 @@ public GdataContentTypeInfo setFromUrlPath(java.lang.String fromUrlPath) {
150181
return this;
151182
}
152183

184+
/**
185+
* gdata
186+
* @see #decodeFusionIdDetectionMetadata()
187+
* @return value or {@code null} for none
188+
*/
189+
public java.lang.String getFusionIdDetectionMetadata() {
190+
return fusionIdDetectionMetadata;
191+
}
192+
193+
/**
194+
* gdata
195+
* @see #getFusionIdDetectionMetadata()
196+
* @return Base64 decoded value or {@code null} for none
197+
*
198+
* @since 1.14
199+
*/
200+
public byte[] decodeFusionIdDetectionMetadata() {
201+
return com.google.api.client.util.Base64.decodeBase64(fusionIdDetectionMetadata);
202+
}
203+
204+
/**
205+
* gdata
206+
* @see #encodeFusionIdDetectionMetadata()
207+
* @param fusionIdDetectionMetadata fusionIdDetectionMetadata or {@code null} for none
208+
*/
209+
public GdataContentTypeInfo setFusionIdDetectionMetadata(java.lang.String fusionIdDetectionMetadata) {
210+
this.fusionIdDetectionMetadata = fusionIdDetectionMetadata;
211+
return this;
212+
}
213+
214+
/**
215+
* gdata
216+
* @see #setFusionIdDetectionMetadata()
217+
*
218+
* <p>
219+
* The value is encoded Base64 or {@code null} for none.
220+
* </p>
221+
*
222+
* @since 1.14
223+
*/
224+
public GdataContentTypeInfo encodeFusionIdDetectionMetadata(byte[] fusionIdDetectionMetadata) {
225+
this.fusionIdDetectionMetadata = com.google.api.client.util.Base64.encodeBase64URLSafeString(fusionIdDetectionMetadata);
226+
return this;
227+
}
228+
153229
@Override
154230
public GdataContentTypeInfo set(String fieldName, Object value) {
155231
return (GdataContentTypeInfo) super.set(fieldName, value);

clients/google-api-services-youtubereporting/v1/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-youtubereporting</artifactId>
11-
<version>v1-rev20260113-2.0.0</version>
12-
<name>YouTube Reporting API v1-rev20260113-2.0.0</name>
11+
<version>v1-rev20260408-2.0.0</version>
12+
<name>YouTube Reporting API v1-rev20260408-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-youtubereporting/v1/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-youtubereporting</artifactId>
25-
<version>v1-rev20260113-2.0.0</version>
25+
<version>v1-rev20260408-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-youtubereporting:v1-rev20260113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-youtubereporting:v1-rev20260408-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)