target.apidocs.com.google.api.services.youtube.YouTube.Tests.html Maven / Gradle / Ivy
YouTube.Tests (YouTube Data API v3 v3-rev20230319-2.0.0)
com.google.api.services.youtube
Class YouTube.Tests
- java.lang.Object
-
- com.google.api.services.youtube.YouTube.Tests
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
YouTube.Tests.Insert
-
Constructor Summary
Constructors
Constructor and Description
Tests()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
YouTube.Tests.Insert
insert(List<String> part,
TestItem content)
POST method.
-
-
Method Detail
-
insert
public YouTube.Tests.Insert insert(List<String> part,
TestItem content)
throws IOException
POST method.
Create a request for the method "tests.insert".
This request holds the parameters needed by the youtube server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
part
-
content
- the TestItem
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2023 Google. All rights reserved.