Interface MediaAudioOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    Output only.
    boolean
    Output only.

    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

    • hasAdDurationMillis

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

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