Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
YouTube
Collection
VideosCollection
Interface VideosCollection
interface
VideosCollection
{
getRating
(
id
:
string
)
:
VideoGetRatingResponse
;
getRating
(
id
:
string
,
optionalArgs
:
object
)
:
VideoGetRatingResponse
;
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
;
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
mediaData
:
any
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
;
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
mediaData
:
any
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
;
list
(
part
:
string
)
:
VideoListResponse
;
list
(
part
:
string
,
optionalArgs
:
object
)
:
VideoListResponse
;
rate
(
id
:
string
,
rating
:
string
)
:
void
;
remove
(
id
:
string
)
:
void
;
remove
(
id
:
string
,
optionalArgs
:
object
)
:
void
;
reportAbuse
(
resource
:
VideoAbuseReport
)
:
void
;
reportAbuse
(
resource
:
VideoAbuseReport
,
optionalArgs
:
object
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
;
update
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
;
}
Index
Methods
get
Rating
insert
list
rate
remove
report
Abuse
update
Methods
get
Rating
getRating
(
id
:
string
)
:
VideoGetRatingResponse
Parameters
id
:
string
Returns
VideoGetRatingResponse
getRating
(
id
:
string
,
optionalArgs
:
object
)
:
VideoGetRatingResponse
Parameters
id
:
string
optionalArgs
:
object
Returns
VideoGetRatingResponse
insert
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
Parameters
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
part
:
string
Returns
GoogleAppsScript
.
YouTube
.
Schema
.
Video
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
mediaData
:
any
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
Parameters
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
part
:
string
mediaData
:
any
Returns
GoogleAppsScript
.
YouTube
.
Schema
.
Video
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
mediaData
:
any
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
Parameters
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
part
:
string
mediaData
:
any
optionalArgs
:
object
Returns
GoogleAppsScript
.
YouTube
.
Schema
.
Video
list
list
(
part
:
string
)
:
VideoListResponse
Parameters
part
:
string
Returns
VideoListResponse
list
(
part
:
string
,
optionalArgs
:
object
)
:
VideoListResponse
Parameters
part
:
string
optionalArgs
:
object
Returns
VideoListResponse
rate
rate
(
id
:
string
,
rating
:
string
)
:
void
Parameters
id
:
string
rating
:
string
Returns
void
remove
remove
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
remove
(
id
:
string
,
optionalArgs
:
object
)
:
void
Parameters
id
:
string
optionalArgs
:
object
Returns
void
report
Abuse
reportAbuse
(
resource
:
VideoAbuseReport
)
:
void
Parameters
resource
:
VideoAbuseReport
Returns
void
reportAbuse
(
resource
:
VideoAbuseReport
,
optionalArgs
:
object
)
:
void
Parameters
resource
:
VideoAbuseReport
optionalArgs
:
object
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
Parameters
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
part
:
string
Returns
GoogleAppsScript
.
YouTube
.
Schema
.
Video
update
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
,
part
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
Parameters
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Video
part
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
YouTube
.
Schema
.
Video
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Rating
insert
list
rate
remove
report
Abuse
update
Google Apps Script API
Loading...