Interface GenerateVideoResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateVideoResponse, GenerateVideoResponse.Builder

@Generated public interface GenerateVideoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getGeneratedSamplesList

      List<String> getGeneratedSamplesList()
       The cloud storage uris of the generated videos.
       
      repeated string generated_samples = 1;
      Returns:
      A list containing the generatedSamples.
    • getGeneratedSamplesCount

      int getGeneratedSamplesCount()
       The cloud storage uris of the generated videos.
       
      repeated string generated_samples = 1;
      Returns:
      The count of generatedSamples.
    • getGeneratedSamples

      String getGeneratedSamples(int index)
       The cloud storage uris of the generated videos.
       
      repeated string generated_samples = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The generatedSamples at the given index.
    • getGeneratedSamplesBytes

      com.google.protobuf.ByteString getGeneratedSamplesBytes(int index)
       The cloud storage uris of the generated videos.
       
      repeated string generated_samples = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the generatedSamples at the given index.
    • hasRaiMediaFilteredCount

      boolean hasRaiMediaFilteredCount()
       Returns if any videos were filtered due to RAI policies.
       
      optional int32 rai_media_filtered_count = 2;
      Returns:
      Whether the raiMediaFilteredCount field is set.
    • getRaiMediaFilteredCount

      int getRaiMediaFilteredCount()
       Returns if any videos were filtered due to RAI policies.
       
      optional int32 rai_media_filtered_count = 2;
      Returns:
      The raiMediaFilteredCount.
    • getRaiMediaFilteredReasonsList

      List<String> getRaiMediaFilteredReasonsList()
       Returns rai failure reasons if any.
       
      repeated string rai_media_filtered_reasons = 3;
      Returns:
      A list containing the raiMediaFilteredReasons.
    • getRaiMediaFilteredReasonsCount

      int getRaiMediaFilteredReasonsCount()
       Returns rai failure reasons if any.
       
      repeated string rai_media_filtered_reasons = 3;
      Returns:
      The count of raiMediaFilteredReasons.
    • getRaiMediaFilteredReasons

      String getRaiMediaFilteredReasons(int index)
       Returns rai failure reasons if any.
       
      repeated string rai_media_filtered_reasons = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The raiMediaFilteredReasons at the given index.
    • getRaiMediaFilteredReasonsBytes

      com.google.protobuf.ByteString getRaiMediaFilteredReasonsBytes(int index)
       Returns rai failure reasons if any.
       
      repeated string rai_media_filtered_reasons = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the raiMediaFilteredReasons at the given index.