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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsMedia(String key)
Optional.String
getAdBreakId()
Required.com.google.protobuf.ByteString
getAdBreakIdBytes()
Required.String
getAdId()
Required.com.google.protobuf.ByteString
getAdIdBytes()
Required.com.google.protobuf.Duration
getAdTimeOffset()
Required.com.google.protobuf.DurationOrBuilder
getAdTimeOffsetOrBuilder()
Required.Map<String,com.google.protobuf.Value>
getMedia()
Deprecated.int
getMediaCount()
Optional.Map<String,com.google.protobuf.Value>
getMediaMap()
Optional.com.google.protobuf.Value
getMediaOrDefault(String key, com.google.protobuf.Value defaultValue)
Optional.com.google.protobuf.Value
getMediaOrThrow(String key)
Optional.String
getSkipReason()
Optional.com.google.protobuf.ByteString
getSkipReasonBytes()
Optional.boolean
hasAdTimeOffset()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
getMedia
@Deprecated Map<String,com.google.protobuf.Value> getMedia()
Deprecated.UsegetMediaMap()
instead.
-
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];
-
-