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 Input
Input.Builder. build()
Input
Input.Builder. buildPartial()
static Input
Input. getDefaultInstance()
Input
Input.Builder. getDefaultInstanceForType()
Input
Input. getDefaultInstanceForType()
Input
JobConfig.Builder. getInputs(int index)
List of input assets stored in Cloud Storage.Input
JobConfig. getInputs(int index)
List of input assets stored in Cloud Storage.Input
JobConfigOrBuilder. getInputs(int index)
List of input assets stored in Cloud Storage.static Input
Input. parseDelimitedFrom(InputStream input)
static Input
Input. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Input
Input. parseFrom(byte[] data)
static Input
Input. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Input
Input. parseFrom(com.google.protobuf.ByteString data)
static Input
Input. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Input
Input. parseFrom(com.google.protobuf.CodedInputStream input)
static Input
Input. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Input
Input. parseFrom(InputStream input)
static Input
Input. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Input
Input. parseFrom(ByteBuffer data)
static Input
Input. 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.Builder
JobConfig.Builder. addInputs(int index, Input value)
List of input assets stored in Cloud Storage.JobConfig.Builder
JobConfig.Builder. addInputs(Input value)
List of input assets stored in Cloud Storage.Input.Builder
Input.Builder. mergeFrom(Input other)
static Input.Builder
Input. newBuilder(Input prototype)
JobConfig.Builder
JobConfig.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.Builder
JobConfig.Builder. addAllInputs(Iterable<? extends Input> values)
List of input assets stored in Cloud Storage.
-