public final class EditAtom extends com.google.protobuf.GeneratedMessageV3 implements EditAtomOrBuilder
Edit atom.Protobuf type
google.cloud.video.transcoder.v1.EditAtom| Modifier and Type | Class and Description |
|---|---|
static class |
EditAtom.Builder
Edit atom.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
END_TIME_OFFSET_FIELD_NUMBER |
static int |
INPUTS_FIELD_NUMBER |
static int |
KEY_FIELD_NUMBER |
static int |
START_TIME_OFFSET_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static EditAtom |
getDefaultInstance() |
EditAtom |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Duration |
getEndTimeOffset()
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.Parser<EditAtom> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.Duration |
getStartTimeOffset()
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.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndTimeOffset()
End time in seconds for the atom, relative to the input file timeline.
|
int |
hashCode() |
boolean |
hasStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EditAtom.Builder |
newBuilder() |
static EditAtom.Builder |
newBuilder(EditAtom prototype) |
EditAtom.Builder |
newBuilderForType() |
protected EditAtom.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static EditAtom |
parseDelimitedFrom(InputStream input) |
static EditAtom |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EditAtom |
parseFrom(byte[] data) |
static EditAtom |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EditAtom |
parseFrom(ByteBuffer data) |
static EditAtom |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EditAtom |
parseFrom(com.google.protobuf.ByteString data) |
static EditAtom |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EditAtom |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EditAtom |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EditAtom |
parseFrom(InputStream input) |
static EditAtom |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EditAtom> |
parser() |
EditAtom.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KEY_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
public static final int END_TIME_OFFSET_FIELD_NUMBER
public static final int START_TIME_OFFSET_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static EditAtom parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EditAtom parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EditAtom parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EditAtom parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EditAtom parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EditAtom parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EditAtom parseFrom(InputStream input) throws IOException
IOExceptionpublic static EditAtom parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EditAtom parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EditAtom parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EditAtom parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EditAtom parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EditAtom.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EditAtom.Builder newBuilder()
public static EditAtom.Builder newBuilder(EditAtom prototype)
public EditAtom.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EditAtom.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static EditAtom getDefaultInstance()
public static com.google.protobuf.Parser<EditAtom> parser()
public com.google.protobuf.Parser<EditAtom> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EditAtom getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.