Interface MediaVideoOrBuilder

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

    public interface MediaVideoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasAdDurationMillis

        boolean hasAdDurationMillis()
         Output only. The duration of the Video in milliseconds.
         
        optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the adDurationMillis field is set.
      • getAdDurationMillis

        long getAdDurationMillis()
         Output only. The duration of the Video in milliseconds.
         
        optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The adDurationMillis.
      • hasYoutubeVideoId

        boolean hasYoutubeVideoId()
         Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
         "https://www.youtube.com/watch?v=" to this ID will get the YouTube
         streaming URL for this video.
         
        optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        Whether the youtubeVideoId field is set.
      • getYoutubeVideoId

        java.lang.String getYoutubeVideoId()
         Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
         "https://www.youtube.com/watch?v=" to this ID will get the YouTube
         streaming URL for this video.
         
        optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The youtubeVideoId.
      • getYoutubeVideoIdBytes

        com.google.protobuf.ByteString getYoutubeVideoIdBytes()
         Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
         "https://www.youtube.com/watch?v=" to this ID will get the YouTube
         streaming URL for this video.
         
        optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The bytes for youtubeVideoId.
      • hasAdvertisingIdCode

        boolean hasAdvertisingIdCode()
         Output only. The Advertising Digital Identification code for this video, as
         defined by the American Association of Advertising Agencies, used mainly
         for television commercials.
         
        optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the advertisingIdCode field is set.
      • getAdvertisingIdCode

        java.lang.String getAdvertisingIdCode()
         Output only. The Advertising Digital Identification code for this video, as
         defined by the American Association of Advertising Agencies, used mainly
         for television commercials.
         
        optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The advertisingIdCode.
      • getAdvertisingIdCodeBytes

        com.google.protobuf.ByteString getAdvertisingIdCodeBytes()
         Output only. The Advertising Digital Identification code for this video, as
         defined by the American Association of Advertising Agencies, used mainly
         for television commercials.
         
        optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for advertisingIdCode.
      • hasIsciCode

        boolean hasIsciCode()
         Output only. The Industry Standard Commercial Identifier code for this
         video, used mainly for television commercials.
         
        optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the isciCode field is set.
      • getIsciCode

        java.lang.String getIsciCode()
         Output only. The Industry Standard Commercial Identifier code for this
         video, used mainly for television commercials.
         
        optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The isciCode.
      • getIsciCodeBytes

        com.google.protobuf.ByteString getIsciCodeBytes()
         Output only. The Industry Standard Commercial Identifier code for this
         video, used mainly for television commercials.
         
        optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for isciCode.