publicstaticfinalclass Input.BuilderextendsGeneratedMessageV3.Builder<Input.Builder>implementsInputOrBuilder
Input asset.
Protobuf type google.cloud.video.transcoder.v1.Input
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
publicInput.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
| Returns |
| Type |
Description |
Input |
publicInputbuildPartial()
| Returns |
| Type |
Description |
Input |
publicInput.Builderclear()
Overrides
publicInput.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
publicInput.BuilderclearKey()
A unique key for this input. Must be specified when using advanced
mapping and edit lists.
string key = 1;
| Returns |
| Type |
Description |
Input.Builder |
This builder for chaining.
|
publicInput.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
publicInput.BuilderclearPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
publicInput.BuilderclearUri()
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4).
If empty, the value is populated from Job.input_uri. See
Supported input and output
formats.
string uri = 2;
| Returns |
| Type |
Description |
Input.Builder |
This builder for chaining.
|
publicInput.Builderclone()
Overrides
publicInputgetDefaultInstanceForType()
| Returns |
| Type |
Description |
Input |
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
A unique key for this input. Must be specified when using advanced
mapping and edit lists.
string key = 1;
| Returns |
| Type |
Description |
String |
The key.
|
publicByteStringgetKeyBytes()
A unique key for this input. Must be specified when using advanced
mapping and edit lists.
string key = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for key.
|
publicPreprocessingConfiggetPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
publicPreprocessingConfig.BuildergetPreprocessingConfigBuilder()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
publicPreprocessingConfigOrBuildergetPreprocessingConfigOrBuilder()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4).
If empty, the value is populated from Job.input_uri. See
Supported input and output
formats.
string uri = 2;
| Returns |
| Type |
Description |
String |
The uri.
|
publicByteStringgetUriBytes()
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4).
If empty, the value is populated from Job.input_uri. See
Supported input and output
formats.
string uri = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for uri.
|
publicbooleanhasPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
| Returns |
| Type |
Description |
boolean |
Whether the preprocessingConfig field is set.
|
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicInput.BuildermergeFrom(Inputother)
| Parameter |
| Name |
Description |
other |
Input
|
publicInput.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
publicInput.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
publicInput.BuildermergePreprocessingConfig(PreprocessingConfigvalue)
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
publicfinalInput.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
publicInput.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
publicInput.BuildersetKey(Stringvalue)
A unique key for this input. Must be specified when using advanced
mapping and edit lists.
string key = 1;
| Parameter |
| Name |
Description |
value |
String
The key to set.
|
| Returns |
| Type |
Description |
Input.Builder |
This builder for chaining.
|
publicInput.BuildersetKeyBytes(ByteStringvalue)
A unique key for this input. Must be specified when using advanced
mapping and edit lists.
string key = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for key to set.
|
| Returns |
| Type |
Description |
Input.Builder |
This builder for chaining.
|
publicInput.BuildersetPreprocessingConfig(PreprocessingConfigvalue)
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
publicInput.BuildersetPreprocessingConfig(PreprocessingConfig.BuilderbuilderForValue)
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
publicInput.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
publicfinalInput.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
publicInput.BuildersetUri(Stringvalue)
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4).
If empty, the value is populated from Job.input_uri. See
Supported input and output
formats.
string uri = 2;
| Parameter |
| Name |
Description |
value |
String
The uri to set.
|
| Returns |
| Type |
Description |
Input.Builder |
This builder for chaining.
|
publicInput.BuildersetUriBytes(ByteStringvalue)
URI of the media. Input files must be at least 5 seconds in duration and
stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4).
If empty, the value is populated from Job.input_uri. See
Supported input and output
formats.
string uri = 2;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for uri to set.
|
| Returns |
| Type |
Description |
Input.Builder |
This builder for chaining.
|