Uses of Class
com.google.cloud.video.transcoder.v1.EditAtom
-
Packages that use EditAtom Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of EditAtom in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return EditAtom Modifier and Type Method Description EditAtom
EditAtom.Builder. build()
EditAtom
EditAtom.Builder. buildPartial()
static EditAtom
EditAtom. getDefaultInstance()
EditAtom
EditAtom.Builder. getDefaultInstanceForType()
EditAtom
EditAtom. getDefaultInstanceForType()
EditAtom
JobConfig.Builder. getEditList(int index)
List of `Edit atom`s.EditAtom
JobConfig. getEditList(int index)
List of `Edit atom`s.EditAtom
JobConfigOrBuilder. getEditList(int index)
List of `Edit atom`s.static EditAtom
EditAtom. parseDelimitedFrom(InputStream input)
static EditAtom
EditAtom. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EditAtom
EditAtom. parseFrom(byte[] data)
static EditAtom
EditAtom. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EditAtom
EditAtom. parseFrom(com.google.protobuf.ByteString data)
static EditAtom
EditAtom. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EditAtom
EditAtom. parseFrom(com.google.protobuf.CodedInputStream input)
static EditAtom
EditAtom. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EditAtom
EditAtom. parseFrom(InputStream input)
static EditAtom
EditAtom. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EditAtom
EditAtom. parseFrom(ByteBuffer data)
static EditAtom
EditAtom. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type EditAtom Modifier and Type Method Description List<EditAtom>
JobConfig.Builder. getEditListList()
List of `Edit atom`s.List<EditAtom>
JobConfig. getEditListList()
List of `Edit atom`s.List<EditAtom>
JobConfigOrBuilder. getEditListList()
List of `Edit atom`s.com.google.protobuf.Parser<EditAtom>
EditAtom. getParserForType()
static com.google.protobuf.Parser<EditAtom>
EditAtom. parser()
Methods in com.google.cloud.video.transcoder.v1 with parameters of type EditAtom Modifier and Type Method Description JobConfig.Builder
JobConfig.Builder. addEditList(int index, EditAtom value)
List of `Edit atom`s.JobConfig.Builder
JobConfig.Builder. addEditList(EditAtom value)
List of `Edit atom`s.EditAtom.Builder
EditAtom.Builder. mergeFrom(EditAtom other)
static EditAtom.Builder
EditAtom. newBuilder(EditAtom prototype)
JobConfig.Builder
JobConfig.Builder. setEditList(int index, EditAtom value)
List of `Edit atom`s.Method parameters in com.google.cloud.video.transcoder.v1 with type arguments of type EditAtom Modifier and Type Method Description JobConfig.Builder
JobConfig.Builder. addAllEditList(Iterable<? extends EditAtom> values)
List of `Edit atom`s.
-