Interface DynamicLineupAttributeMetadata.SampleChannelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DynamicLineupAttributeMetadata.SampleChannel,DynamicLineupAttributeMetadata.SampleChannel.Builder
- Enclosing class:
- DynamicLineupAttributeMetadata
public static interface DynamicLineupAttributeMetadata.SampleChannelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDisplayName()The name of the sample channel.com.google.protobuf.ByteStringgetDisplayNameBytes()The name of the sample channel.YouTubeChannelInfogetYoutubeChannel()A YouTube channel.YouTubeChannelAttributeMetadatagetYoutubeChannelMetadata()Metadata for the sample channel.YouTubeChannelAttributeMetadataOrBuildergetYoutubeChannelMetadataOrBuilder()Metadata for the sample channel.YouTubeChannelInfoOrBuildergetYoutubeChannelOrBuilder()A YouTube channel.booleanhasYoutubeChannel()A YouTube channel.booleanhasYoutubeChannelMetadata()Metadata for the sample channel.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasYoutubeChannel
boolean hasYoutubeChannel()
A YouTube channel.
.google.ads.googleads.v15.common.YouTubeChannelInfo youtube_channel = 1;- Returns:
- Whether the youtubeChannel field is set.
-
getYoutubeChannel
YouTubeChannelInfo getYoutubeChannel()
A YouTube channel.
.google.ads.googleads.v15.common.YouTubeChannelInfo youtube_channel = 1;- Returns:
- The youtubeChannel.
-
getYoutubeChannelOrBuilder
YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder()
A YouTube channel.
.google.ads.googleads.v15.common.YouTubeChannelInfo youtube_channel = 1;
-
getDisplayName
java.lang.String getDisplayName()
The name of the sample channel.
string display_name = 2;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
The name of the sample channel.
string display_name = 2;- Returns:
- The bytes for displayName.
-
hasYoutubeChannelMetadata
boolean hasYoutubeChannelMetadata()
Metadata for the sample channel.
.google.ads.googleads.v15.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;- Returns:
- Whether the youtubeChannelMetadata field is set.
-
getYoutubeChannelMetadata
YouTubeChannelAttributeMetadata getYoutubeChannelMetadata()
Metadata for the sample channel.
.google.ads.googleads.v15.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;- Returns:
- The youtubeChannelMetadata.
-
getYoutubeChannelMetadataOrBuilder
YouTubeChannelAttributeMetadataOrBuilder getYoutubeChannelMetadataOrBuilder()
Metadata for the sample channel.
.google.ads.googleads.v15.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;
-
-