| Package | Description |
|---|---|
| com.google.api.services.youtubeAnalytics.v2 | |
| com.google.api.services.youtubeAnalytics.v2.model |
| Modifier and Type | Method and Description |
|---|---|
YouTubeAnalytics.GroupItems.Insert |
YouTubeAnalytics.GroupItems.insert(GroupItem content)
Creates a group item.
|
| Constructor and Description |
|---|
Insert(GroupItem content)
Creates a group item.
|
| Modifier and Type | Method and Description |
|---|---|
GroupItem |
GroupItem.clone() |
GroupItem |
GroupItem.set(String fieldName,
Object value) |
GroupItem |
GroupItem.setErrors(Errors errors)
Apiary error details
|
GroupItem |
GroupItem.setEtag(String etag)
The Etag of this resource.
|
GroupItem |
GroupItem.setGroupId(String groupId)
The ID that YouTube uses to uniquely identify the group that contains the item.
|
GroupItem |
GroupItem.setId(String id)
The ID that YouTube uses to uniquely identify the `channel`, `video`, `playlist`, or `asset`
resource that is included in the group.
|
GroupItem |
GroupItem.setKind(String kind)
Identifies the API resource's type.
|
GroupItem |
GroupItem.setResource(GroupItemResource resource)
The `resource` object contains information that identifies the item being added to the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupItem> |
ListGroupItemsResponse.getItems()
A list of groups that match the API request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupItemsResponse |
ListGroupItemsResponse.setItems(List<GroupItem> items)
A list of groups that match the API request parameters.
|
Copyright © 2011–2019 Google. All rights reserved.