| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelConversionPings |
ChannelConversionPings.clone() |
ChannelConversionPings |
Channel.getConversionPings()
The conversionPings object encapsulates information about conversion pings that need to be
respected by the channel.
|
ChannelConversionPings |
ChannelConversionPings.set(java.lang.String fieldName,
java.lang.Object value) |
ChannelConversionPings |
ChannelConversionPings.setPings(java.util.List<ChannelConversionPing> pings)
Pings that the app shall fire (authenticated by biscotti cookie).
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.setConversionPings(ChannelConversionPings conversionPings)
The conversionPings object encapsulates information about conversion pings that need to be
respected by the channel.
|