Interface CompanionAdsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompanionAds
,CompanionAds.Builder
public interface CompanionAdsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Companion
getCompanions(int index)
List of companion ads.int
getCompanionsCount()
List of companion ads.List<Companion>
getCompanionsList()
List of companion ads.CompanionOrBuilder
getCompanionsOrBuilder(int index)
List of companion ads.List<? extends CompanionOrBuilder>
getCompanionsOrBuilderList()
List of companion ads.CompanionAds.DisplayRequirement
getDisplayRequirement()
Indicates how many of the companions should be displayed with the ad.int
getDisplayRequirementValue()
Indicates how many of the companions should be displayed with the ad.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayRequirementValue
int getDisplayRequirementValue()
Indicates how many of the companions should be displayed with the ad.
.google.cloud.video.stitcher.v1.CompanionAds.DisplayRequirement display_requirement = 1;
- Returns:
- The enum numeric value on the wire for displayRequirement.
-
getDisplayRequirement
CompanionAds.DisplayRequirement getDisplayRequirement()
Indicates how many of the companions should be displayed with the ad.
.google.cloud.video.stitcher.v1.CompanionAds.DisplayRequirement display_requirement = 1;
- Returns:
- The displayRequirement.
-
getCompanionsList
List<Companion> getCompanionsList()
List of companion ads.
repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
-
getCompanions
Companion getCompanions(int index)
List of companion ads.
repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
-
getCompanionsCount
int getCompanionsCount()
List of companion ads.
repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
-
getCompanionsOrBuilderList
List<? extends CompanionOrBuilder> getCompanionsOrBuilderList()
List of companion ads.
repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
-
getCompanionsOrBuilder
CompanionOrBuilder getCompanionsOrBuilder(int index)
List of companion ads.
repeated .google.cloud.video.stitcher.v1.Companion companions = 2;
-
-