public final class GenerateVideoResponse extends com.google.protobuf.GeneratedMessageV3 implements GenerateVideoResponseOrBuilder
Generate video response.Protobuf type
google.cloud.aiplatform.v1beta1.GenerateVideoResponse| Modifier and Type | Class and Description |
|---|---|
static class |
GenerateVideoResponse.Builder
Generate video response.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
GENERATED_SAMPLES_FIELD_NUMBER |
static int |
RAI_MEDIA_FILTERED_COUNT_FIELD_NUMBER |
static int |
RAI_MEDIA_FILTERED_REASONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GenerateVideoResponse |
getDefaultInstance() |
GenerateVideoResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.ProtocolStringList |
getGeneratedSamplesList()
The cloud storage uris of the generated videos.
|
com.google.protobuf.Parser<GenerateVideoResponse> |
getParserForType() |
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.
|
com.google.protobuf.ProtocolStringList |
getRaiMediaFilteredReasonsList()
Returns rai failure reasons if any.
|
int |
getSerializedSize() |
int |
hashCode() |
boolean |
hasRaiMediaFilteredCount()
Returns if any videos were filtered due to RAI policies.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GenerateVideoResponse.Builder |
newBuilder() |
static GenerateVideoResponse.Builder |
newBuilder(GenerateVideoResponse prototype) |
GenerateVideoResponse.Builder |
newBuilderForType() |
protected GenerateVideoResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GenerateVideoResponse |
parseDelimitedFrom(InputStream input) |
static GenerateVideoResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateVideoResponse |
parseFrom(byte[] data) |
static GenerateVideoResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateVideoResponse |
parseFrom(ByteBuffer data) |
static GenerateVideoResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateVideoResponse |
parseFrom(com.google.protobuf.ByteString data) |
static GenerateVideoResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateVideoResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GenerateVideoResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GenerateVideoResponse |
parseFrom(InputStream input) |
static GenerateVideoResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GenerateVideoResponse> |
parser() |
GenerateVideoResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int GENERATED_SAMPLES_FIELD_NUMBER
public static final int RAI_MEDIA_FILTERED_COUNT_FIELD_NUMBER
public static final int RAI_MEDIA_FILTERED_REASONS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ProtocolStringList getGeneratedSamplesList()
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;getGeneratedSamplesList in interface GenerateVideoResponseOrBuilderpublic int getGeneratedSamplesCount()
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;getGeneratedSamplesCount in interface GenerateVideoResponseOrBuilderpublic String getGeneratedSamples(int index)
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;getGeneratedSamples in interface GenerateVideoResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getGeneratedSamplesBytes(int index)
The cloud storage uris of the generated videos.
repeated string generated_samples = 1;getGeneratedSamplesBytes in interface GenerateVideoResponseOrBuilderindex - The index of the value to return.public boolean hasRaiMediaFilteredCount()
Returns if any videos were filtered due to RAI policies.
optional int32 rai_media_filtered_count = 2;hasRaiMediaFilteredCount in interface GenerateVideoResponseOrBuilderpublic int getRaiMediaFilteredCount()
Returns if any videos were filtered due to RAI policies.
optional int32 rai_media_filtered_count = 2;getRaiMediaFilteredCount in interface GenerateVideoResponseOrBuilderpublic com.google.protobuf.ProtocolStringList getRaiMediaFilteredReasonsList()
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;getRaiMediaFilteredReasonsList in interface GenerateVideoResponseOrBuilderpublic int getRaiMediaFilteredReasonsCount()
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;getRaiMediaFilteredReasonsCount in interface GenerateVideoResponseOrBuilderpublic String getRaiMediaFilteredReasons(int index)
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;getRaiMediaFilteredReasons in interface GenerateVideoResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getRaiMediaFilteredReasonsBytes(int index)
Returns rai failure reasons if any.
repeated string rai_media_filtered_reasons = 3;getRaiMediaFilteredReasonsBytes in interface GenerateVideoResponseOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GenerateVideoResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateVideoResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateVideoResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateVideoResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateVideoResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateVideoResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenerateVideoResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static GenerateVideoResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenerateVideoResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GenerateVideoResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenerateVideoResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GenerateVideoResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GenerateVideoResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GenerateVideoResponse.Builder newBuilder()
public static GenerateVideoResponse.Builder newBuilder(GenerateVideoResponse prototype)
public GenerateVideoResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GenerateVideoResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GenerateVideoResponse getDefaultInstance()
public static com.google.protobuf.Parser<GenerateVideoResponse> parser()
public com.google.protobuf.Parser<GenerateVideoResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GenerateVideoResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.