Interface SegmentSettingsOrBuilder (1.41.0)

public interface SegmentSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndividualSegments()

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

getSegmentDuration()

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

hasSegmentDuration()

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