public final class Input extends GeneratedMessage implements InputOrBuilder
Input asset.
Protobuf type google.cloud.video.transcoder.v1.Input
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
public static final int ATTRIBUTES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
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 InputAttributes getAttributes()
Optional. Input Attributes.
.google.cloud.video.transcoder.v1.InputAttributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
public InputAttributesOrBuilder getAttributesOrBuilder()
Optional. Input Attributes.
.google.cloud.video.transcoder.v1.InputAttributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
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 hasAttributes()
Optional. Input Attributes.
.google.cloud.video.transcoder.v1.InputAttributes attributes = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the attributes field is set.
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Input.Builder newBuilderForType()
protected Input.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public Input.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides