public final class Input extends GeneratedMessageV3 implements InputOrBuilder
Input asset.
Protobuf type google.cloud.video.transcoder.v1.Input
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int KEY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PREPROCESSING_CONFIG_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static Input getDefaultInstance()
Returns |
---|
Type | Description |
Input | |
public static final Descriptors.Descriptor getDescriptor()
public static Input.Builder newBuilder()
public static Input.Builder newBuilder(Input prototype)
Parameter |
---|
Name | Description |
prototype | Input
|
public static Input parseDelimitedFrom(InputStream input)
Returns |
---|
Type | Description |
Input | |
public static Input parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(ByteString data)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(CodedInputStream input)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(InputStream input)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(ByteBuffer data)
Returns |
---|
Type | Description |
Input | |
public static Input parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
---|
Type | Description |
Input | |
public static Parser<Input> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public Input getDefaultInstanceForType()
Returns |
---|
Type | Description |
Input | |
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.
|
public ByteString getKeyBytes()
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.
|
public Parser<Input> getParserForType()
Overrides
public PreprocessingConfig getPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
public PreprocessingConfigOrBuilder getPreprocessingConfigOrBuilder()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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 is populated from Job.input_uri
. See
Supported input and output
formats.
string uri = 2;
Returns |
---|
Type | Description |
String | The uri.
|
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 is populated from Job.input_uri
. See
Supported input and output
formats.
string uri = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for uri.
|
public boolean hasPreprocessingConfig()
Preprocessing configurations.
.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;
Returns |
---|
Type | Description |
boolean | Whether the preprocessingConfig field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Input.Builder newBuilderForType()
protected Input.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public Input.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides