Class SegmentSettings (1.41.0)

public final class SegmentSettings extends GeneratedMessageV3 implements SegmentSettingsOrBuilder

Segment settings for ts, fmp4 and vtt.

Protobuf type google.cloud.video.transcoder.v1.SegmentSettings

Static Fields

INDIVIDUAL_SEGMENTS_FIELD_NUMBER

public static final int INDIVIDUAL_SEGMENTS_FIELD_NUMBER
Field Value
Type Description
int

SEGMENT_DURATION_FIELD_NUMBER

public static final int SEGMENT_DURATION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SegmentSettings getDefaultInstance()
Returns
Type Description
SegmentSettings

getDescriptor()

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

newBuilder()

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

newBuilder(SegmentSettings prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SegmentSettings getDefaultInstanceForType()
Returns
Type Description
SegmentSettings

getIndividualSegments()

public boolean getIndividualSegments()

Required. Create an individual segment file. The default is false.

bool individual_segments = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

The individualSegments.

getParserForType()

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

getSegmentDuration()

public Duration getSegmentDuration()

Duration of the segments in seconds. The default is 6.0s. Note that segmentDuration must be greater than or equal to gopDuration, and segmentDuration must be divisible by gopDuration.

.google.protobuf.Duration segment_duration = 1;

Returns
Type Description
Duration

The segmentDuration.

getSegmentDurationOrBuilder()

public DurationOrBuilder getSegmentDurationOrBuilder()

Duration of the segments in seconds. The default is 6.0s. Note that segmentDuration must be greater than or equal to gopDuration, and segmentDuration must be divisible by gopDuration.

.google.protobuf.Duration segment_duration = 1;

Returns
Type Description
DurationOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasSegmentDuration()

public boolean hasSegmentDuration()

Duration of the segments in seconds. The default is 6.0s. Note that segmentDuration must be greater than or equal to gopDuration, and segmentDuration must be divisible by gopDuration.

.google.protobuf.Duration segment_duration = 1;

Returns
Type Description
boolean

Whether the segmentDuration field is set.

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 SegmentSettings.Builder newBuilderForType()
Returns
Type Description
SegmentSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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