public static final class EditAtom.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder> implements EditAtomOrBuilder
Edit atom.Protobuf type
google.cloud.video.transcoder.v1.EditAtom| Modifier and Type | Method and Description |
|---|---|
EditAtom.Builder |
addAllInputs(Iterable<String> values)
List of `Input.key`s identifying files that should be used in this atom.
|
EditAtom.Builder |
addInputs(String value)
List of `Input.key`s identifying files that should be used in this atom.
|
EditAtom.Builder |
addInputsBytes(com.google.protobuf.ByteString value)
List of `Input.key`s identifying files that should be used in this atom.
|
EditAtom.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EditAtom |
build() |
EditAtom |
buildPartial() |
EditAtom.Builder |
clear() |
EditAtom.Builder |
clearEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EditAtom.Builder |
clearInputs()
List of `Input.key`s identifying files that should be used in this atom.
|
EditAtom.Builder |
clearKey()
A unique key for this atom.
|
EditAtom.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EditAtom.Builder |
clearStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
clone() |
EditAtom |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Duration |
getEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline.
|
com.google.protobuf.Duration.Builder |
getEndTimeOffsetBuilder()
End time in seconds for the atom, relative to the input file timeline.
|
com.google.protobuf.DurationOrBuilder |
getEndTimeOffsetOrBuilder()
End time in seconds for the atom, relative to the input file timeline.
|
String |
getInputs(int index)
List of `Input.key`s identifying files that should be used in this atom.
|
com.google.protobuf.ByteString |
getInputsBytes(int index)
List of `Input.key`s identifying files that should be used in this atom.
|
int |
getInputsCount()
List of `Input.key`s identifying files that should be used in this atom.
|
com.google.protobuf.ProtocolStringList |
getInputsList()
List of `Input.key`s identifying files that should be used in this atom.
|
String |
getKey()
A unique key for this atom.
|
com.google.protobuf.ByteString |
getKeyBytes()
A unique key for this atom.
|
com.google.protobuf.Duration |
getStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
|
com.google.protobuf.Duration.Builder |
getStartTimeOffsetBuilder()
Start time in seconds for the atom, relative to the input file timeline.
|
com.google.protobuf.DurationOrBuilder |
getStartTimeOffsetOrBuilder()
Start time in seconds for the atom, relative to the input file timeline.
|
boolean |
hasEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline.
|
boolean |
hasStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
EditAtom.Builder |
mergeEndTimeOffset(com.google.protobuf.Duration value)
End time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EditAtom.Builder |
mergeFrom(EditAtom other) |
EditAtom.Builder |
mergeFrom(com.google.protobuf.Message other) |
EditAtom.Builder |
mergeStartTimeOffset(com.google.protobuf.Duration value)
Start time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EditAtom.Builder |
setEndTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
End time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
setEndTimeOffset(com.google.protobuf.Duration value)
End time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
EditAtom.Builder |
setInputs(int index,
String value)
List of `Input.key`s identifying files that should be used in this atom.
|
EditAtom.Builder |
setKey(String value)
A unique key for this atom.
|
EditAtom.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
A unique key for this atom.
|
EditAtom.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
EditAtom.Builder |
setStartTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Start time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
setStartTimeOffset(com.google.protobuf.Duration value)
Start time in seconds for the atom, relative to the input file timeline.
|
EditAtom.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EditAtom build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EditAtom buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EditAtom.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EditAtom.Builder>public EditAtom.Builder mergeFrom(EditAtom other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public EditAtom.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EditAtom.Builder>IOExceptionpublic String getKey()
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;getKey in interface EditAtomOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;getKeyBytes in interface EditAtomOrBuilderpublic EditAtom.Builder setKey(String value)
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;value - The key to set.public EditAtom.Builder clearKey()
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;public EditAtom.Builder setKeyBytes(com.google.protobuf.ByteString value)
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;value - The bytes for key to set.public com.google.protobuf.ProtocolStringList getInputsList()
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;getInputsList in interface EditAtomOrBuilderpublic int getInputsCount()
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;getInputsCount in interface EditAtomOrBuilderpublic String getInputs(int index)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;getInputs in interface EditAtomOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getInputsBytes(int index)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;getInputsBytes in interface EditAtomOrBuilderindex - The index of the value to return.public EditAtom.Builder setInputs(int index, String value)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;index - The index to set the value at.value - The inputs to set.public EditAtom.Builder addInputs(String value)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;value - The inputs to add.public EditAtom.Builder addAllInputs(Iterable<String> values)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;values - The inputs to add.public EditAtom.Builder clearInputs()
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;public EditAtom.Builder addInputsBytes(com.google.protobuf.ByteString value)
List of `Input.key`s identifying files that should be used in this atom. The listed `inputs` must have the same timeline.
repeated string inputs = 2;value - The bytes of the inputs to add.public boolean hasEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;hasEndTimeOffset in interface EditAtomOrBuilderpublic com.google.protobuf.Duration getEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;getEndTimeOffset in interface EditAtomOrBuilderpublic EditAtom.Builder setEndTimeOffset(com.google.protobuf.Duration value)
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;public EditAtom.Builder setEndTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;public EditAtom.Builder mergeEndTimeOffset(com.google.protobuf.Duration value)
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;public EditAtom.Builder clearEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;public com.google.protobuf.Duration.Builder getEndTimeOffsetBuilder()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;public com.google.protobuf.DurationOrBuilder getEndTimeOffsetOrBuilder()
End time in seconds for the atom, relative to the input file timeline. When `end_time_offset` is not specified, the `inputs` are used until the end of the atom.
.google.protobuf.Duration end_time_offset = 3;getEndTimeOffsetOrBuilder in interface EditAtomOrBuilderpublic boolean hasStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;hasStartTimeOffset in interface EditAtomOrBuilderpublic com.google.protobuf.Duration getStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;getStartTimeOffset in interface EditAtomOrBuilderpublic EditAtom.Builder setStartTimeOffset(com.google.protobuf.Duration value)
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;public EditAtom.Builder setStartTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;public EditAtom.Builder mergeStartTimeOffset(com.google.protobuf.Duration value)
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;public EditAtom.Builder clearStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;public com.google.protobuf.Duration.Builder getStartTimeOffsetBuilder()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;public com.google.protobuf.DurationOrBuilder getStartTimeOffsetOrBuilder()
Start time in seconds for the atom, relative to the input file timeline. The default is `0s`.
.google.protobuf.Duration start_time_offset = 4;getStartTimeOffsetOrBuilder in interface EditAtomOrBuilderpublic final EditAtom.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>public final EditAtom.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EditAtom.Builder>Copyright © 2022 Google LLC. All rights reserved.