publicfinalclass EditAtomextendsGeneratedMessageV3implementsEditAtomOrBuilder
Edit atom.
Protobuf type google.cloud.video.transcoder.v1.EditAtom
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
END_TIME_OFFSET_FIELD_NUMBER
publicstaticfinalintEND_TIME_OFFSET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintINPUTS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
KEY_FIELD_NUMBER
publicstaticfinalintKEY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
START_TIME_OFFSET_FIELD_NUMBER
publicstaticfinalintSTART_TIME_OFFSET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticEditAtomgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticEditAtom.BuildernewBuilder()
newBuilder(EditAtom prototype)
publicstaticEditAtom.BuildernewBuilder(EditAtomprototype)
| Parameter |
| Name |
Description |
prototype |
EditAtom
|
publicstaticEditAtomparseDelimitedFrom(InputStreaminput)
publicstaticEditAtomparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticEditAtomparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticEditAtomparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticEditAtomparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticEditAtomparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticEditAtomparseFrom(CodedInputStreaminput)
publicstaticEditAtomparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticEditAtomparseFrom(InputStreaminput)
publicstaticEditAtomparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticEditAtomparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticEditAtomparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<EditAtom>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicEditAtomgetDefaultInstanceForType()
getEndTimeOffset()
publicDurationgetEndTimeOffset()
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;
| Returns |
| Type |
Description |
Duration |
The endTimeOffset.
|
getEndTimeOffsetOrBuilder()
publicDurationOrBuildergetEndTimeOffsetOrBuilder()
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;
publicStringgetInputs(intindex)
List of Input.keys identifying files that should be used in this atom.
The listed inputs must have the same timeline.
repeated string inputs = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The inputs at the given index.
|
publicByteStringgetInputsBytes(intindex)
List of Input.keys identifying files that should be used in this atom.
The listed inputs must have the same timeline.
repeated string inputs = 2;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the inputs at the given index.
|
publicintgetInputsCount()
List of Input.keys identifying files that should be used in this atom.
The listed inputs must have the same timeline.
repeated string inputs = 2;
| Returns |
| Type |
Description |
int |
The count of inputs.
|
publicProtocolStringListgetInputsList()
List of Input.keys identifying files that should be used in this atom.
The listed inputs must have the same timeline.
repeated string inputs = 2;
getKey()
A unique key for this atom. Must be specified when using advanced
mapping.
string key = 1;
| Returns |
| Type |
Description |
String |
The key.
|
getKeyBytes()
publicByteStringgetKeyBytes()
A unique key for this atom. Must be specified when using advanced
mapping.
string key = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for key.
|
getParserForType()
publicParser<EditAtom>getParserForType()
Overrides
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
getStartTimeOffset()
publicDurationgetStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
The default is 0s.
.google.protobuf.Duration start_time_offset = 4;
| Returns |
| Type |
Description |
Duration |
The startTimeOffset.
|
getStartTimeOffsetOrBuilder()
publicDurationOrBuildergetStartTimeOffsetOrBuilder()
Start time in seconds for the atom, relative to the input file timeline.
The default is 0s.
.google.protobuf.Duration start_time_offset = 4;
hasEndTimeOffset()
publicbooleanhasEndTimeOffset()
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;
| Returns |
| Type |
Description |
boolean |
Whether the endTimeOffset field is set.
|
hasStartTimeOffset()
publicbooleanhasStartTimeOffset()
Start time in seconds for the atom, relative to the input file timeline.
The default is 0s.
.google.protobuf.Duration start_time_offset = 4;
| Returns |
| Type |
Description |
boolean |
Whether the startTimeOffset field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicEditAtom.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedEditAtom.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicEditAtom.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides