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 Summary
Modifier and TypeMethodDescriptiongetGeneratedSamples(int index) The cloud storage uris of the generated videos.com.google.protobuf.ByteStringgetGeneratedSamplesBytes(int index) The cloud storage uris of the generated videos.intThe cloud storage uris of the generated videos.The cloud storage uris of the generated videos.intReturns if any videos were filtered due to RAI policies.getRaiMediaFilteredReasons(int index) Returns rai failure reasons if any.com.google.protobuf.ByteStringgetRaiMediaFilteredReasonsBytes(int index) Returns rai failure reasons if any.intReturns rai failure reasons if any.Returns rai failure reasons if any.booleanReturns if any videos were filtered due to RAI policies.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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.
-