Class VodSessionContent.Builder (0.94.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class VodSessionContent.Builder extends GeneratedMessage.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.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
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;
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 GeneratedMessage.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;
| Parameter |
| Name |
Description |
value |
Duration
|
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
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;
| Parameter |
| Name |
Description |
value |
Duration
|
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
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-01 UTC.
[null,null,["Last updated 2026-08-01 UTC."],[],[]]