Interface VodStitchDetailOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VodStitchDetail,VodStitchDetail.Builder
public interface VodStitchDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdStitchDetailgetAdStitchDetails(int index)A list of ad processing details for the fetched ad playlist.intgetAdStitchDetailsCount()A list of ad processing details for the fetched ad playlist.List<AdStitchDetail>getAdStitchDetailsList()A list of ad processing details for the fetched ad playlist.AdStitchDetailOrBuildergetAdStitchDetailsOrBuilder(int index)A list of ad processing details for the fetched ad playlist.List<? extends AdStitchDetailOrBuilder>getAdStitchDetailsOrBuilderList()A list of ad processing details for the fetched ad playlist.StringgetName()The name of the stitch detail in the specified VOD session, in the form of `projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}`.com.google.protobuf.ByteStringgetNameBytes()The name of the stitch detail in the specified VOD session, in the form of `projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The name of the stitch detail in the specified VOD session, in the form of `projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}`.string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of the stitch detail in the specified VOD session, in the form of `projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}`.string name = 1;- Returns:
- The bytes for name.
-
getAdStitchDetailsList
List<AdStitchDetail> getAdStitchDetailsList()
A list of ad processing details for the fetched ad playlist.
repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;
-
getAdStitchDetails
AdStitchDetail getAdStitchDetails(int index)
A list of ad processing details for the fetched ad playlist.
repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;
-
getAdStitchDetailsCount
int getAdStitchDetailsCount()
A list of ad processing details for the fetched ad playlist.
repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;
-
getAdStitchDetailsOrBuilderList
List<? extends AdStitchDetailOrBuilder> getAdStitchDetailsOrBuilderList()
A list of ad processing details for the fetched ad playlist.
repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;
-
getAdStitchDetailsOrBuilder
AdStitchDetailOrBuilder getAdStitchDetailsOrBuilder(int index)
A list of ad processing details for the fetched ad playlist.
repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;
-
-