target.apidocs.com.google.api.services.youtube.YouTube.AbuseReports.html Maven / Gradle / Ivy
YouTube.AbuseReports (YouTube Data API v3 v3-rev20240909-2.0.0)
com.google.api.services.youtube
Class YouTube.AbuseReports
- java.lang.Object
-
- com.google.api.services.youtube.YouTube.AbuseReports
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
YouTube.AbuseReports.Insert
-
Constructor Summary
Constructors
Constructor and Description
AbuseReports()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
YouTube.AbuseReports.Insert
insert(List<String> part,
AbuseReport content)
Inserts a new resource into this collection.
-
-
Method Detail
-
insert
public YouTube.AbuseReports.Insert insert(List<String> part,
AbuseReport content)
throws IOException
Inserts a new resource into this collection.
Create a request for the method "abuseReports.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
- The *part* parameter serves two purposes in this operation. It identifies the properties that the
write operation will set as well as the properties that the API response will include.
content
- the AbuseReport
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy