Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-youtube/v3/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-youtube</artifactId>
<version>v3-rev20260525-2.0.0</version>
<version>v3-rev20260602-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-youtube:v3-rev20260525-2.0.0'
implementation 'com.google.apis:google-api-services-youtube:v3-rev20260602-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18040,135 +18040,6 @@ public V3 v3() {
*/
public class V3 {

/**
* Updates an existing resource.
*
* Create a request for the method "v3.updateCommentThreads".
*
* This request holds the parameters needed by the youtube server. After setting any optional
* parameters, call the {@link UpdateCommentThreads#execute()} method to invoke the remote
* operation.
*
* @param content the {@link com.google.api.services.youtube.model.CommentThread}
* @return the request
*/
public UpdateCommentThreads updateCommentThreads(com.google.api.services.youtube.model.CommentThread content) throws java.io.IOException {
UpdateCommentThreads result = new UpdateCommentThreads(content);
initialize(result);
return result;
}

public class UpdateCommentThreads extends YouTubeRequest<com.google.api.services.youtube.model.CommentThread> {

private static final String REST_PATH = "youtube/v3/commentThreads";

/**
* Updates an existing resource.
*
* Create a request for the method "v3.updateCommentThreads".
*
* This request holds the parameters needed by the the youtube server. After setting any optional
* parameters, call the {@link UpdateCommentThreads#execute()} method to invoke the remote
* operation. <p> {@link UpdateCommentThreads#initialize(com.google.api.client.googleapis.services
* .AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
* invoking the constructor. </p>
*
* @param content the {@link com.google.api.services.youtube.model.CommentThread}
* @since 1.13
*/
protected UpdateCommentThreads(com.google.api.services.youtube.model.CommentThread content) {
super(YouTube.this, "PUT", REST_PATH, content, com.google.api.services.youtube.model.CommentThread.class);
}

@Override
public UpdateCommentThreads set$Xgafv(java.lang.String $Xgafv) {
return (UpdateCommentThreads) super.set$Xgafv($Xgafv);
}

@Override
public UpdateCommentThreads setAccessToken(java.lang.String accessToken) {
return (UpdateCommentThreads) super.setAccessToken(accessToken);
}

@Override
public UpdateCommentThreads setAlt(java.lang.String alt) {
return (UpdateCommentThreads) super.setAlt(alt);
}

@Override
public UpdateCommentThreads setCallback(java.lang.String callback) {
return (UpdateCommentThreads) super.setCallback(callback);
}

@Override
public UpdateCommentThreads setFields(java.lang.String fields) {
return (UpdateCommentThreads) super.setFields(fields);
}

@Override
public UpdateCommentThreads setKey(java.lang.String key) {
return (UpdateCommentThreads) super.setKey(key);
}

@Override
public UpdateCommentThreads setOauthToken(java.lang.String oauthToken) {
return (UpdateCommentThreads) super.setOauthToken(oauthToken);
}

@Override
public UpdateCommentThreads setPrettyPrint(java.lang.Boolean prettyPrint) {
return (UpdateCommentThreads) super.setPrettyPrint(prettyPrint);
}

@Override
public UpdateCommentThreads setQuotaUser(java.lang.String quotaUser) {
return (UpdateCommentThreads) super.setQuotaUser(quotaUser);
}

@Override
public UpdateCommentThreads setUploadType(java.lang.String uploadType) {
return (UpdateCommentThreads) super.setUploadType(uploadType);
}

@Override
public UpdateCommentThreads setUploadProtocol(java.lang.String uploadProtocol) {
return (UpdateCommentThreads) super.setUploadProtocol(uploadProtocol);
}

/**
* The *part* parameter specifies a comma-separated list of commentThread resource
* properties that the API response will include. You must at least include the snippet part
* in the parameter value since that part contains all of the properties that the API
* request can update.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> part;

/** The *part* parameter specifies a comma-separated list of commentThread resource properties that the
API response will include. You must at least include the snippet part in the parameter value since
that part contains all of the properties that the API request can update.
*/
public java.util.List<java.lang.String> getPart() {
return part;
}

/**
* The *part* parameter specifies a comma-separated list of commentThread resource
* properties that the API response will include. You must at least include the snippet part
* in the parameter value since that part contains all of the properties that the API
* request can update.
*/
public UpdateCommentThreads setPart(java.util.List<java.lang.String> part) {
this.part = part;
return this;
}

@Override
public UpdateCommentThreads set(String parameterName, Object value) {
return (UpdateCommentThreads) super.set(parameterName, value);
}
}

/**
* An accessor for creating requests from the LiveChat collection.
*
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-youtube/v3/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-youtube</artifactId>
<version>v3-rev20260525-2.0.0</version>
<name>YouTube Data API v3 v3-rev20260525-2.0.0</name>
<version>v3-rev20260602-2.0.0</version>
<name>YouTube Data API v3 v3-rev20260602-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-youtube/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-youtube</artifactId>
<version>v3-rev20260525-2.0.0</version>
<version>v3-rev20260602-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-youtube:v3-rev20260525-2.0.0'
implementation 'com.google.apis:google-api-services-youtube:v3-rev20260602-2.0.0'
}
```

Expand Down