Class VodStitchDetail (0.42.0)

public final class VodStitchDetail extends GeneratedMessageV3 implements VodStitchDetailOrBuilder

Detailed information related to the interstitial of a VOD session. This resource is only available for VOD sessions that do not implement Google Ad Manager ad insertion.

Protobuf type google.cloud.video.stitcher.v1.VodStitchDetail

Static Fields

AD_STITCH_DETAILS_FIELD_NUMBER

public static final int AD_STITCH_DETAILS_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static VodStitchDetail getDefaultInstance()
Returns
Type Description
VodStitchDetail

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static VodStitchDetail.Builder newBuilder()
Returns
Type Description
VodStitchDetail.Builder

newBuilder(VodStitchDetail prototype)

public static VodStitchDetail.Builder newBuilder(VodStitchDetail prototype)
Parameter
Name Description
prototype VodStitchDetail
Returns
Type Description
VodStitchDetail.Builder

parseDelimitedFrom(InputStream input)

public static VodStitchDetail parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static VodStitchDetail parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VodStitchDetail parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VodStitchDetail parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static VodStitchDetail parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static VodStitchDetail parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VodStitchDetail
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<VodStitchDetail> parser()
Returns
Type Description
Parser<VodStitchDetail>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAdStitchDetails(int index)

public 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 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 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 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 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>

getDefaultInstanceForType()

public VodStitchDetail getDefaultInstanceForType()
Returns
Type Description
VodStitchDetail

getName()

public 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 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.

getParserForType()

public Parser<VodStitchDetail> getParserForType()
Returns
Type Description
Parser<VodStitchDetail>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public VodStitchDetail.Builder newBuilderForType()
Returns
Type Description
VodStitchDetail.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VodStitchDetail.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
VodStitchDetail.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public VodStitchDetail.Builder toBuilder()
Returns
Type Description
VodStitchDetail.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException