All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.MediaAudioOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/media_file.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface MediaAudioOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.MediaAudio)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The duration of the Audio in milliseconds.
   * 
* * optional int64 ad_duration_millis = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the adDurationMillis field is set. */ boolean hasAdDurationMillis(); /** *
   * Output only. The duration of the Audio in milliseconds.
   * 
* * optional int64 ad_duration_millis = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The adDurationMillis. */ long getAdDurationMillis(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy