public interface GenerateVideoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGeneratedSamples(int index)
The cloud storage uris of the generated videos.
|
com.google.protobuf.ByteString |
getGeneratedSamplesBytes(int index)
The cloud storage uris of the generated videos.
|
int |
getGeneratedSamplesCount()
The cloud storage uris of the generated videos.
|
List<String> |
getGeneratedSamplesList()
The cloud storage uris of the generated videos.
|
int |
getRaiMediaFilteredCount()
Returns if any videos were filtered due to RAI policies.
|
String |
getRaiMediaFilteredReasons(int index)
Returns rai failure reasons if any.
|
com.google.protobuf.ByteString |
getRaiMediaFilteredReasonsBytes(int index)
Returns rai failure reasons if any.
|
int |
getRaiMediaFilteredReasonsCount()
Returns rai failure reasons if any.
|
List<String> |
getRaiMediaFilteredReasonsList()
Returns rai failure reasons if any.
|
boolean |
hasRaiMediaFilteredCount()
Returns if any videos were filtered due to RAI policies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getGeneratedSamplesList()
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;int getGeneratedSamplesCount()
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;String getGeneratedSamples(int index)
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;index - The index of the element to return.com.google.protobuf.ByteString getGeneratedSamplesBytes(int index)
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;index - The index of the value to return.boolean hasRaiMediaFilteredCount()
Returns if any videos were filtered due to RAI policies.
optional int32 rai_media_filtered_count = 2;int getRaiMediaFilteredCount()
Returns if any videos were filtered due to RAI policies.
optional int32 rai_media_filtered_count = 2;List<String> getRaiMediaFilteredReasonsList()
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;int getRaiMediaFilteredReasonsCount()
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;String getRaiMediaFilteredReasons(int index)
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;index - The index of the element to return.com.google.protobuf.ByteString getRaiMediaFilteredReasonsBytes(int index)
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.