Class Input (1.41.0)

publicfinalclass InputextendsGeneratedMessageV3implementsInputOrBuilder

Input asset.

Protobuf type google.cloud.video.transcoder.v1.Input

Implements

InputOrBuilder

Inherited Members

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

KEY_FIELD_NUMBER

publicstaticfinalintKEY_FIELD_NUMBER
Field Value
Type Description
int

PREPROCESSING_CONFIG_FIELD_NUMBER

publicstaticfinalintPREPROCESSING_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

URI_FIELD_NUMBER

publicstaticfinalintURI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticInputgetDefaultInstance()
Returns
Type Description
Input

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticInput.BuildernewBuilder()
Returns
Type Description
Input.Builder

newBuilder(Input prototype)

publicstaticInput.BuildernewBuilder(Inputprototype)
Parameter
Name Description
prototype Input
Returns
Type Description
Input.Builder

parseDelimitedFrom(InputStream input)

publicstaticInputparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Input
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticInputparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Input
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticInputparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Input
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticInputparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Input
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticInputparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Input
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticInputparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Input
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticInputparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Input
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticInputparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Input
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticInputparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Input
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticInputparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Input
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticInputparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Input
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticInputparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Input
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<Input>parser()
Returns
Type Description
Parser<Input>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

publicInputgetDefaultInstanceForType()
Returns
Type Description
Input

getKey()

publicStringgetKey()

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.

getKeyBytes()

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.

getParserForType()

publicParser<Input>getParserForType()
Returns
Type Description
Parser<Input>
Overrides

getPreprocessingConfig()

publicPreprocessingConfiggetPreprocessingConfig()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
Type Description
PreprocessingConfig

The preprocessingConfig.

getPreprocessingConfigOrBuilder()

publicPreprocessingConfigOrBuildergetPreprocessingConfigOrBuilder()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
Type Description
PreprocessingConfigOrBuilder

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUri()

publicStringgetUri()

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.

getUriBytes()

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.

hasPreprocessingConfig()

publicbooleanhasPreprocessingConfig()

Preprocessing configurations.

.google.cloud.video.transcoder.v1.PreprocessingConfig preprocessing_config = 3;

Returns
Type Description
boolean

Whether the preprocessingConfig field is set.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicInput.BuildernewBuilderForType()
Returns
Type Description
Input.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedInput.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Input.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

publicInput.BuildertoBuilder()
Returns
Type Description
Input.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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 2025年11月19日 UTC.