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 AdStitchDetailAdStitchDetail.Builder. build()AdStitchDetailAdStitchDetail.Builder. buildPartial()AdStitchDetailVodStitchDetail.Builder. getAdStitchDetails(int index)A list of ad processing details for the fetched ad playlist.AdStitchDetailVodStitchDetail. getAdStitchDetails(int index)A list of ad processing details for the fetched ad playlist.AdStitchDetailVodStitchDetailOrBuilder. getAdStitchDetails(int index)A list of ad processing details for the fetched ad playlist.static AdStitchDetailAdStitchDetail. getDefaultInstance()AdStitchDetailAdStitchDetail.Builder. getDefaultInstanceForType()AdStitchDetailAdStitchDetail. getDefaultInstanceForType()static AdStitchDetailAdStitchDetail. parseDelimitedFrom(InputStream input)static AdStitchDetailAdStitchDetail. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdStitchDetailAdStitchDetail. parseFrom(byte[] data)static AdStitchDetailAdStitchDetail. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdStitchDetailAdStitchDetail. parseFrom(com.google.protobuf.ByteString data)static AdStitchDetailAdStitchDetail. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdStitchDetailAdStitchDetail. parseFrom(com.google.protobuf.CodedInputStream input)static AdStitchDetailAdStitchDetail. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdStitchDetailAdStitchDetail. parseFrom(InputStream input)static AdStitchDetailAdStitchDetail. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AdStitchDetailAdStitchDetail. parseFrom(ByteBuffer data)static AdStitchDetailAdStitchDetail. 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.BuilderVodStitchDetail.Builder. addAdStitchDetails(int index, AdStitchDetail value)A list of ad processing details for the fetched ad playlist.VodStitchDetail.BuilderVodStitchDetail.Builder. addAdStitchDetails(AdStitchDetail value)A list of ad processing details for the fetched ad playlist.AdStitchDetail.BuilderAdStitchDetail.Builder. mergeFrom(AdStitchDetail other)static AdStitchDetail.BuilderAdStitchDetail. newBuilder(AdStitchDetail prototype)VodStitchDetail.BuilderVodStitchDetail.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.BuilderVodStitchDetail.Builder. addAllAdStitchDetails(Iterable<? extends AdStitchDetail> values)A list of ad processing details for the fetched ad playlist.
-