public static final class VodSessionContent.Builder extends GeneratedMessageV3.Builder<VodSessionContent.Builder> implements VodSessionContentOrBuilder
Metadata for the entire stitched content in a VOD session.
Protobuf type google.cloud.video.stitcher.v1.VodSessionContent
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VodSessionContent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public VodSessionContent build()
buildPartial()
public VodSessionContent buildPartial()
clear()
public VodSessionContent.Builder clear()
Overrides
clearDuration()
public VodSessionContent.Builder clearDuration()
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
clearField(Descriptors.FieldDescriptor field)
public VodSessionContent.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public VodSessionContent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public VodSessionContent.Builder clone()
Overrides
getDefaultInstanceForType()
public VodSessionContent getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDuration()
public Duration getDuration()
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
Returns |
---|
Type | Description |
Duration | The duration.
|
getDurationBuilder()
public Duration.Builder getDurationBuilder()
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
getDurationOrBuilder()
public DurationOrBuilder getDurationOrBuilder()
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
hasDuration()
public boolean hasDuration()
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
Returns |
---|
Type | Description |
boolean | Whether the duration field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeDuration(Duration value)
public VodSessionContent.Builder mergeDuration(Duration value)
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
mergeFrom(VodSessionContent other)
public VodSessionContent.Builder mergeFrom(VodSessionContent other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VodSessionContent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public VodSessionContent.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VodSessionContent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDuration(Duration value)
public VodSessionContent.Builder setDuration(Duration value)
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
setDuration(Duration.Builder builderForValue)
public VodSessionContent.Builder setDuration(Duration.Builder builderForValue)
The total duration in seconds of the content including the ads stitched
in.
.google.protobuf.Duration duration = 1;
Parameter |
---|
Name | Description |
builderForValue | Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
public VodSessionContent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VodSessionContent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final VodSessionContent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides