public final class EditAtom extends GeneratedMessageV3 implements EditAtomOrBuilder
Edit atom.
Protobuf type google.cloud.video.transcoder.v1beta1.EditAtom
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > EditAtomImplements
EditAtomOrBuilderStatic Fields
END_TIME_OFFSET_FIELD_NUMBER
public static final int END_TIME_OFFSET_FIELD_NUMBER
Type | Description |
int |
INPUTS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
Type | Description |
int |
KEY_FIELD_NUMBER
public static final int KEY_FIELD_NUMBER
Type | Description |
int |
START_TIME_OFFSET_FIELD_NUMBER
public static final int START_TIME_OFFSET_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static EditAtom getDefaultInstance()
Type | Description |
EditAtom |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static EditAtom.Builder newBuilder()
Type | Description |
EditAtom.Builder |
newBuilder(EditAtom prototype)
public static EditAtom.Builder newBuilder(EditAtom prototype)
Name | Description |
prototype | EditAtom |
Type | Description |
EditAtom.Builder |
parseDelimitedFrom(InputStream input)
public static EditAtom parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
EditAtom |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EditAtom parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EditAtom |
Type | Description |
IOException |
parseFrom(byte[] data)
public static EditAtom parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
EditAtom |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EditAtom parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EditAtom |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static EditAtom parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
EditAtom |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EditAtom parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EditAtom |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static EditAtom parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
EditAtom |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EditAtom parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EditAtom |
Type | Description |
IOException |
parseFrom(InputStream input)
public static EditAtom parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
EditAtom |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static EditAtom parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EditAtom |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static EditAtom parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
EditAtom |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EditAtom parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
EditAtom |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<EditAtom> parser()
Type | Description |
Parser<EditAtom> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public EditAtom getDefaultInstanceForType()
Type | Description |
EditAtom |
getEndTimeOffset()
public 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;
Type | Description |
Duration | The endTimeOffset. |
getEndTimeOffsetOrBuilder()
public 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;
Type | Description |
DurationOrBuilder |
getInputs(int index)
public 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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The inputs at the given index. |
getInputsBytes(int index)
public 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;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the inputs at the given index. |
getInputsCount()
public 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;
Type | Description |
int | The count of inputs. |
getInputsList()
public 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;
Type | Description |
ProtocolStringList | A list containing the inputs. |
getKey()
public String getKey()
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;
Type | Description |
String | The key. |
getKeyBytes()
public ByteString getKeyBytes()
A unique key for this atom. Must be specified when using advanced mapping.
string key = 1;
Type | Description |
ByteString | The bytes for key. |
getParserForType()
public Parser<EditAtom> getParserForType()
Type | Description |
Parser<EditAtom> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStartTimeOffset()
public 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;
Type | Description |
Duration | The startTimeOffset. |
getStartTimeOffsetOrBuilder()
public 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;
Type | Description |
DurationOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasEndTimeOffset()
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;
Type | Description |
boolean | Whether the endTimeOffset field is set. |
hasStartTimeOffset()
public 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;
Type | Description |
boolean | Whether the startTimeOffset field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public EditAtom.Builder newBuilderForType()
Type | Description |
EditAtom.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EditAtom.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
EditAtom.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public EditAtom.Builder toBuilder()
Type | Description |
EditAtom.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |