Interface AdStitchDetailOrBuilder

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

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

      • getAdBreakId

        String getAdBreakId()
         Required. The ad break ID of the processed ad.
         
        string ad_break_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The adBreakId.
      • getAdBreakIdBytes

        com.google.protobuf.ByteString getAdBreakIdBytes()
         Required. The ad break ID of the processed ad.
         
        string ad_break_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for adBreakId.
      • getAdId

        String getAdId()
         Required. The ad ID of the processed ad.
         
        string ad_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The adId.
      • getAdIdBytes

        com.google.protobuf.ByteString getAdIdBytes()
         Required. The ad ID of the processed ad.
         
        string ad_id = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for adId.
      • hasAdTimeOffset

        boolean hasAdTimeOffset()
         Required. The time offset of the processed ad.
         
        .google.protobuf.Duration ad_time_offset = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the adTimeOffset field is set.
      • getAdTimeOffset

        com.google.protobuf.Duration getAdTimeOffset()
         Required. The time offset of the processed ad.
         
        .google.protobuf.Duration ad_time_offset = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The adTimeOffset.
      • getAdTimeOffsetOrBuilder

        com.google.protobuf.DurationOrBuilder getAdTimeOffsetOrBuilder()
         Required. The time offset of the processed ad.
         
        .google.protobuf.Duration ad_time_offset = 3 [(.google.api.field_behavior) = REQUIRED];
      • getSkipReason

        String getSkipReason()
         Optional. Indicates the reason why the ad has been skipped.
         
        string skip_reason = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The skipReason.
      • getSkipReasonBytes

        com.google.protobuf.ByteString getSkipReasonBytes()
         Optional. Indicates the reason why the ad has been skipped.
         
        string skip_reason = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for skipReason.
      • getMediaCount

        int getMediaCount()
         Optional. The metadata of the chosen media file for the ad.
         
        map<string, .google.protobuf.Value> media = 5 [(.google.api.field_behavior) = OPTIONAL];
      • containsMedia

        boolean containsMedia​(String key)
         Optional. The metadata of the chosen media file for the ad.
         
        map<string, .google.protobuf.Value> media = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getMediaMap

        Map<String,​com.google.protobuf.Value> getMediaMap()
         Optional. The metadata of the chosen media file for the ad.
         
        map<string, .google.protobuf.Value> media = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getMediaOrDefault

        com.google.protobuf.Value getMediaOrDefault​(String key,
                                                    com.google.protobuf.Value defaultValue)
         Optional. The metadata of the chosen media file for the ad.
         
        map<string, .google.protobuf.Value> media = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getMediaOrThrow

        com.google.protobuf.Value getMediaOrThrow​(String key)
         Optional. The metadata of the chosen media file for the ad.
         
        map<string, .google.protobuf.Value> media = 5 [(.google.api.field_behavior) = OPTIONAL];