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
Modifier and TypeMethodDescriptionThe name of the sample channel.com.google.protobuf.ByteStringThe name of the sample channel.A YouTube channel.Metadata for the sample channel.Metadata for the sample channel.A YouTube channel.booleanA YouTube channel.booleanMetadata for the sample channel.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasYoutubeChannel
boolean hasYoutubeChannel()A YouTube channel.
.google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 1;- Returns:
- Whether the youtubeChannel field is set.
-
getYoutubeChannel
YouTubeChannelInfo getYoutubeChannel()A YouTube channel.
.google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 1;- Returns:
- The youtubeChannel.
-
getYoutubeChannelOrBuilder
YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder()A YouTube channel.
.google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 1; -
getDisplayName
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.v18.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;- Returns:
- Whether the youtubeChannelMetadata field is set.
-
getYoutubeChannelMetadata
YouTubeChannelAttributeMetadata getYoutubeChannelMetadata()Metadata for the sample channel.
.google.ads.googleads.v18.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;- Returns:
- The youtubeChannelMetadata.
-
getYoutubeChannelMetadataOrBuilder
YouTubeChannelAttributeMetadataOrBuilder getYoutubeChannelMetadataOrBuilder()Metadata for the sample channel.
.google.ads.googleads.v18.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 3;
-