public interface VodStitchDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdStitchDetails(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AdStitchDetail |
|
getAdStitchDetailsCount()
public abstract int getAdStitchDetailsCount()A list of ad processing details for the fetched ad playlist.
repeated .google.cloud.video.stitcher.v1.AdStitchDetail ad_stitch_details = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAdStitchDetailsList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<AdStitchDetail> |
|
getAdStitchDetailsOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AdStitchDetailOrBuilder |
|
getAdStitchDetailsOrBuilderList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.video.stitcher.v1.AdStitchDetailOrBuilder> |
|
getName()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |