Send feedback
Class Input
Stay organized with collections
Save and categorize content based on your preferences.
public final class Input extends GeneratedMessageV3 implements InputOrBuilder
Input asset.
Protobuf type google.cloud.video.transcoder.v1beta1.Input
Static Fields
public static final int KEY_FIELD_NUMBER
Field Value
public static final int PREPROCESSING_CONFIG_FIELD_NUMBER
Field Value
public static final int URI_FIELD_NUMBER
Field Value
Static Methods
public static Input getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static Input . Builder newBuilder ()
Returns
public static Input . Builder newBuilder ( Input prototype )
Parameter
Name Description prototype Input
Returns
public static Input parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Input parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Input parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
public static Input parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Input parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static Input parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Input parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Input parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Input parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Input parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Input parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static Input parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<Input> parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public Input getDefaultInstanceForType ()
Returns
A unique key for this input. Must be specified when using advanced
mapping and edit lists.
string key = 1;
Returns
public ByteString getKeyBytes ()
A unique key for this input. Must be specified when using advanced
mapping and edit lists.
string key = 1;
Returns
public Parser<Input> getParserForType ()
Returns
Overrides
public PreprocessingConfig getPreprocessingConfig ()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Returns
public PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder ()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Returns
public int getSerializedSize ()
Returns
Overrides
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
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 will be populated from Job.input_uri
.
string uri = 2;
Returns
public ByteString getUriBytes ()
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 will be populated from Job.input_uri
.
string uri = 2;
Returns
public boolean hasPreprocessingConfig ()
Preprocessing configurations.
.google.cloud.video.transcoder.v1beta1.PreprocessingConfig preprocessing_config = 3;
Returns
Type Description boolean Whether the preprocessingConfig field is set.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public Input . Builder newBuilderForType ()
Returns
protected Input . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public Input . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-02-11 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-02-11 UTC."],[],[]]