com.google.ads.googleads.v17.resources.MediaAudioOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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