- 0.53.0 (latest)
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.6
- 0.1.2
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VodSessionContent.BuilderImplements
VodSessionContentOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VodSessionContent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
build()
public VodSessionContent build()
Returns | |
---|---|
Type | Description |
VodSessionContent |
buildPartial()
public VodSessionContent buildPartial()
Returns | |
---|---|
Type | Description |
VodSessionContent |
clear()
public VodSessionContent.Builder clear()
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
clearDuration()
public VodSessionContent.Builder clearDuration()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
clearField(Descriptors.FieldDescriptor field)
public VodSessionContent.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public VodSessionContent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
clone()
public VodSessionContent.Builder clone()
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
getDefaultInstanceForType()
public VodSessionContent getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
VodSessionContent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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;
Returns | |
---|---|
Type | Description |
Builder |
getDurationOrBuilder()
public DurationOrBuilder getDurationOrBuilder()
The total duration in seconds of the content including the ads stitched in.
.google.protobuf.Duration duration = 1;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
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()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
mergeFrom(VodSessionContent other)
public VodSessionContent.Builder mergeFrom(VodSessionContent other)
Parameter | |
---|---|
Name | Description |
other |
VodSessionContent |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VodSessionContent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public VodSessionContent.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VodSessionContent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
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 |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
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 |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public VodSessionContent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public VodSessionContent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final VodSessionContent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
VodSessionContent.Builder |