Send feedback
  
   
 
  
    
      Class Input (1.75.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
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) 
    
    
      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
   
  
  
    
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  
      
        prototypeInput  
     
  
  
  
    
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  
      
        databyte [] 
     
  
  
    
      
        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  
      
        objObject  
     
  
  
  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   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 )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   Input . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    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 2025-10-29 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 2025-10-29 UTC."],[],[]]