Class VodStitchDetail (0.18.0)

public final class VodStitchDetail extends GeneratedMessageV3 implements VodStitchDetailOrBuilder

Detailed information related to the interstitial of a VOD session.

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
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VodStitchDetail getDefaultInstance()
Returns
TypeDescription
VodStitchDetail

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VodStitchDetail.Builder newBuilder()
Returns
TypeDescription
VodStitchDetail.Builder

newBuilder(VodStitchDetail prototype)

public static VodStitchDetail.Builder newBuilder(VodStitchDetail prototype)
Parameter
NameDescription
prototypeVodStitchDetail
Returns
TypeDescription
VodStitchDetail.Builder

parseDelimitedFrom(InputStream input)

public static VodStitchDetail parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VodStitchDetail parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VodStitchDetail parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VodStitchDetail parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VodStitchDetail parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VodStitchDetail parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VodStitchDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VodStitchDetail
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VodStitchDetail> parser()
Returns
TypeDescription
Parser<VodStitchDetail>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.video.stitcher.v1.AdStitchDetailOrBuilder>

getDefaultInstanceForType()

public VodStitchDetail getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<VodStitchDetail> getParserForType()
Returns
TypeDescription
Parser<VodStitchDetail>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VodStitchDetail.Builder newBuilderForType()
Returns
TypeDescription
VodStitchDetail.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VodStitchDetail.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VodStitchDetail.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VodStitchDetail.Builder toBuilder()
Returns
TypeDescription
VodStitchDetail.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException