Interface SegmentSettingsOrBuilder

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

Whether the segmentDuration field is set.