Uses of Class
com.google.cloud.video.transcoder.v1.Input
-
Packages that use Input Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of Input in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return Input Modifier and Type Method Description InputInput.Builder. build()InputInput.Builder. buildPartial()static InputInput. getDefaultInstance()InputInput.Builder. getDefaultInstanceForType()InputInput. getDefaultInstanceForType()InputJobConfig.Builder. getInputs(int index)List of input assets stored in Cloud Storage.InputJobConfig. getInputs(int index)List of input assets stored in Cloud Storage.InputJobConfigOrBuilder. getInputs(int index)List of input assets stored in Cloud Storage.static InputInput. parseDelimitedFrom(InputStream input)static InputInput. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputInput. parseFrom(byte[] data)static InputInput. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputInput. parseFrom(com.google.protobuf.ByteString data)static InputInput. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputInput. parseFrom(com.google.protobuf.CodedInputStream input)static InputInput. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputInput. parseFrom(InputStream input)static InputInput. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputInput. parseFrom(ByteBuffer data)static InputInput. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type Input Modifier and Type Method Description List<Input>JobConfig.Builder. getInputsList()List of input assets stored in Cloud Storage.List<Input>JobConfig. getInputsList()List of input assets stored in Cloud Storage.List<Input>JobConfigOrBuilder. getInputsList()List of input assets stored in Cloud Storage.com.google.protobuf.Parser<Input>Input. getParserForType()static com.google.protobuf.Parser<Input>Input. parser()Methods in com.google.cloud.video.transcoder.v1 with parameters of type Input Modifier and Type Method Description JobConfig.BuilderJobConfig.Builder. addInputs(int index, Input value)List of input assets stored in Cloud Storage.JobConfig.BuilderJobConfig.Builder. addInputs(Input value)List of input assets stored in Cloud Storage.Input.BuilderInput.Builder. mergeFrom(Input other)static Input.BuilderInput. newBuilder(Input prototype)JobConfig.BuilderJobConfig.Builder. setInputs(int index, Input value)List of input assets stored in Cloud Storage.Method parameters in com.google.cloud.video.transcoder.v1 with type arguments of type Input Modifier and Type Method Description JobConfig.BuilderJobConfig.Builder. addAllInputs(Iterable<? extends Input> values)List of input assets stored in Cloud Storage.
-