Class GenerateVideoResponse (3.77.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 3.77.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  GenerateVideoResponse   extends   GeneratedMessageV3   implements   GenerateVideoResponseOrBuilder  
   Generate video response.
 Protobuf type google.cloud.aiplatform.v1beta1.GenerateVideoResponse
    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   GENERATED_SAMPLES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   RAI_MEDIA_FILTERED_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   RAI_MEDIA_FILTERED_REASONS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   GenerateVideoResponse   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   GenerateVideoResponse . Builder   newBuilder ()  
  
  
    
public   static   GenerateVideoResponse . Builder   newBuilder ( GenerateVideoResponse   prototype )  
  
  
  
    
public   static   GenerateVideoResponse   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   GenerateVideoResponse   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<GenerateVideoResponse>   parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   GenerateVideoResponse   getDefaultInstanceForType ()  
  
  
    
public   String   getGeneratedSamples ( int   index )  
   The cloud storage uris of the generated videos.
 repeated string generated_samples = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The generatedSamples at the given index.
 
     
  
  
    
public   ByteString   getGeneratedSamplesBytes ( int   index )  
   The cloud storage uris of the generated videos.
 repeated string generated_samples = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the generatedSamples at the given index.
 
     
  
  
    
public   int   getGeneratedSamplesCount ()  
   The cloud storage uris of the generated videos.
 repeated string generated_samples = 1;
    
      
        Returns  
      
        Type Description  
      
        int The count of generatedSamples.
 
     
  
  
    
public   ProtocolStringList   getGeneratedSamplesList ()  
   The cloud storage uris of the generated videos.
 repeated string generated_samples = 1;
    
public   Parser<GenerateVideoResponse>   getParserForType ()  
  
  Overrides 
  
  
    
public   int   getRaiMediaFilteredCount ()  
   Returns if any videos were filtered due to RAI policies.
 optional int32 rai_media_filtered_count = 2;
    
      
        Returns  
      
        Type Description  
      
        int The raiMediaFilteredCount.
 
     
  
  
    
public   String   getRaiMediaFilteredReasons ( int   index )  
   Returns rai failure reasons if any.
 repeated string rai_media_filtered_reasons = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The raiMediaFilteredReasons at the given index.
 
     
  
  
    
public   ByteString   getRaiMediaFilteredReasonsBytes ( int   index )  
   Returns rai failure reasons if any.
 repeated string rai_media_filtered_reasons = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the raiMediaFilteredReasons at the given index.
 
     
  
  
    
public   int   getRaiMediaFilteredReasonsCount ()  
   Returns rai failure reasons if any.
 repeated string rai_media_filtered_reasons = 3;
    
      
        Returns  
      
        Type Description  
      
        int The count of raiMediaFilteredReasons.
 
     
  
  
    
public   ProtocolStringList   getRaiMediaFilteredReasonsList ()  
   Returns rai failure reasons if any.
 repeated string rai_media_filtered_reasons = 3;
    
      
        Returns  
      
        Type Description  
      
        ProtocolStringList A list containing the raiMediaFilteredReasons.
 
     
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   boolean   hasRaiMediaFilteredCount ()  
   Returns if any videos were filtered due to RAI policies.
 optional int32 rai_media_filtered_count = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the raiMediaFilteredCount field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   GenerateVideoResponse . Builder   newBuilderForType ()  
  
  
    
protected   GenerateVideoResponse . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   GenerateVideoResponse . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]