Interface LanguageDistributionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LanguageDistribution, LanguageDistribution.Builder

public interface LanguageDistributionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    [Language code](https://developers.google.com/google-ads/api/reference/data/codes-formats#languages) of the language for the YouTube channel.
    com.google.protobuf.ByteString
    [Language code](https://developers.google.com/google-ads/api/reference/data/codes-formats#languages) of the language for the YouTube channel.
    double
    The proportion (between 0 and 1) of the channel's videos in the language.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLanguageCode

      String getLanguageCode()
       [Language
       code](https://developers.google.com/google-ads/api/reference/data/codes-formats#languages)
       of the language for the YouTube channel.
       
      string language_code = 1;
      Returns:
      The languageCode.
    • getLanguageCodeBytes

      com.google.protobuf.ByteString getLanguageCodeBytes()
       [Language
       code](https://developers.google.com/google-ads/api/reference/data/codes-formats#languages)
       of the language for the YouTube channel.
       
      string language_code = 1;
      Returns:
      The bytes for languageCode.
    • getProportion

      double getProportion()
       The proportion (between 0 and 1)  of the channel's videos in the language.
       
      double proportion = 2;
      Returns:
      The proportion.