Uses of Class
com.google.cloud.video.stitcher.v1.AdStitchDetail
-
Packages that use AdStitchDetail Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of AdStitchDetail in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return AdStitchDetail Modifier and Type Method Description AdStitchDetail
AdStitchDetail.Builder. build()
AdStitchDetail
AdStitchDetail.Builder. buildPartial()
AdStitchDetail
VodStitchDetail.Builder. getAdStitchDetails(int index)
A list of ad processing details for the fetched ad playlist.AdStitchDetail
VodStitchDetail. getAdStitchDetails(int index)
A list of ad processing details for the fetched ad playlist.AdStitchDetail
VodStitchDetailOrBuilder. getAdStitchDetails(int index)
A list of ad processing details for the fetched ad playlist.static AdStitchDetail
AdStitchDetail. getDefaultInstance()
AdStitchDetail
AdStitchDetail.Builder. getDefaultInstanceForType()
AdStitchDetail
AdStitchDetail. getDefaultInstanceForType()
static AdStitchDetail
AdStitchDetail. parseDelimitedFrom(InputStream input)
static AdStitchDetail
AdStitchDetail. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AdStitchDetail
AdStitchDetail. parseFrom(byte[] data)
static AdStitchDetail
AdStitchDetail. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AdStitchDetail
AdStitchDetail. parseFrom(com.google.protobuf.ByteString data)
static AdStitchDetail
AdStitchDetail. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AdStitchDetail
AdStitchDetail. parseFrom(com.google.protobuf.CodedInputStream input)
static AdStitchDetail
AdStitchDetail. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AdStitchDetail
AdStitchDetail. parseFrom(InputStream input)
static AdStitchDetail
AdStitchDetail. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AdStitchDetail
AdStitchDetail. parseFrom(ByteBuffer data)
static AdStitchDetail
AdStitchDetail. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type AdStitchDetail Modifier and Type Method Description List<AdStitchDetail>
VodStitchDetail.Builder. getAdStitchDetailsList()
A list of ad processing details for the fetched ad playlist.List<AdStitchDetail>
VodStitchDetail. getAdStitchDetailsList()
A list of ad processing details for the fetched ad playlist.List<AdStitchDetail>
VodStitchDetailOrBuilder. getAdStitchDetailsList()
A list of ad processing details for the fetched ad playlist.com.google.protobuf.Parser<AdStitchDetail>
AdStitchDetail. getParserForType()
static com.google.protobuf.Parser<AdStitchDetail>
AdStitchDetail. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type AdStitchDetail Modifier and Type Method Description VodStitchDetail.Builder
VodStitchDetail.Builder. addAdStitchDetails(int index, AdStitchDetail value)
A list of ad processing details for the fetched ad playlist.VodStitchDetail.Builder
VodStitchDetail.Builder. addAdStitchDetails(AdStitchDetail value)
A list of ad processing details for the fetched ad playlist.AdStitchDetail.Builder
AdStitchDetail.Builder. mergeFrom(AdStitchDetail other)
static AdStitchDetail.Builder
AdStitchDetail. newBuilder(AdStitchDetail prototype)
VodStitchDetail.Builder
VodStitchDetail.Builder. setAdStitchDetails(int index, AdStitchDetail value)
A list of ad processing details for the fetched ad playlist.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type AdStitchDetail Modifier and Type Method Description VodStitchDetail.Builder
VodStitchDetail.Builder. addAllAdStitchDetails(Iterable<? extends AdStitchDetail> values)
A list of ad processing details for the fetched ad playlist.
-