public final class ImportRagFilesOperationMetadata extends com.google.protobuf.GeneratedMessageV3 implements ImportRagFilesOperationMetadataOrBuilder
Runtime operation information for [VertexRagDataService.ImportRagFiles][google.cloud.aiplatform.v1beta1.VertexRagDataService.ImportRagFiles].Protobuf type
google.cloud.aiplatform.v1beta1.ImportRagFilesOperationMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
ImportRagFilesOperationMetadata.Builder
Runtime operation information for
[VertexRagDataService.ImportRagFiles][google.cloud.aiplatform.v1beta1.VertexRagDataService.ImportRagFiles].
|
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 |
GENERIC_METADATA_FIELD_NUMBER |
static int |
IMPORT_RAG_FILES_CONFIG_FIELD_NUMBER |
static int |
PROGRESS_PERCENTAGE_FIELD_NUMBER |
static int |
RAG_CORPUS_ID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ImportRagFilesOperationMetadata |
getDefaultInstance() |
ImportRagFilesOperationMetadata |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GenericOperationMetadata |
getGenericMetadata()
The operation generic information.
|
GenericOperationMetadataOrBuilder |
getGenericMetadataOrBuilder()
The operation generic information.
|
ImportRagFilesConfig |
getImportRagFilesConfig()
Output only.
|
ImportRagFilesConfigOrBuilder |
getImportRagFilesConfigOrBuilder()
Output only.
|
com.google.protobuf.Parser<ImportRagFilesOperationMetadata> |
getParserForType() |
int |
getProgressPercentage()
The progress percentage of the operation.
|
long |
getRagCorpusId()
The resource ID of RagCorpus that this operation is executed on.
|
int |
getSerializedSize() |
boolean |
hasGenericMetadata()
The operation generic information.
|
int |
hashCode() |
boolean |
hasImportRagFilesConfig()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ImportRagFilesOperationMetadata.Builder |
newBuilder() |
static ImportRagFilesOperationMetadata.Builder |
newBuilder(ImportRagFilesOperationMetadata prototype) |
ImportRagFilesOperationMetadata.Builder |
newBuilderForType() |
protected ImportRagFilesOperationMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ImportRagFilesOperationMetadata |
parseDelimitedFrom(InputStream input) |
static ImportRagFilesOperationMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRagFilesOperationMetadata |
parseFrom(byte[] data) |
static ImportRagFilesOperationMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRagFilesOperationMetadata |
parseFrom(ByteBuffer data) |
static ImportRagFilesOperationMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRagFilesOperationMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static ImportRagFilesOperationMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRagFilesOperationMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ImportRagFilesOperationMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ImportRagFilesOperationMetadata |
parseFrom(InputStream input) |
static ImportRagFilesOperationMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ImportRagFilesOperationMetadata> |
parser() |
ImportRagFilesOperationMetadata.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 GENERIC_METADATA_FIELD_NUMBER
public static final int RAG_CORPUS_ID_FIELD_NUMBER
public static final int IMPORT_RAG_FILES_CONFIG_FIELD_NUMBER
public static final int PROGRESS_PERCENTAGE_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 boolean hasGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;hasGenericMetadata in interface ImportRagFilesOperationMetadataOrBuilderpublic GenericOperationMetadata getGenericMetadata()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;getGenericMetadata in interface ImportRagFilesOperationMetadataOrBuilderpublic GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
The operation generic information.
.google.cloud.aiplatform.v1beta1.GenericOperationMetadata generic_metadata = 1;getGenericMetadataOrBuilder in interface ImportRagFilesOperationMetadataOrBuilderpublic long getRagCorpusId()
The resource ID of RagCorpus that this operation is executed on.
int64 rag_corpus_id = 2;getRagCorpusId in interface ImportRagFilesOperationMetadataOrBuilderpublic boolean hasImportRagFilesConfig()
Output only. The config that was passed in the ImportRagFilesRequest.
.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig import_rag_files_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasImportRagFilesConfig in interface ImportRagFilesOperationMetadataOrBuilderpublic ImportRagFilesConfig getImportRagFilesConfig()
Output only. The config that was passed in the ImportRagFilesRequest.
.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig import_rag_files_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getImportRagFilesConfig in interface ImportRagFilesOperationMetadataOrBuilderpublic ImportRagFilesConfigOrBuilder getImportRagFilesConfigOrBuilder()
Output only. The config that was passed in the ImportRagFilesRequest.
.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig import_rag_files_config = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getImportRagFilesConfigOrBuilder in interface ImportRagFilesOperationMetadataOrBuilderpublic int getProgressPercentage()
The progress percentage of the operation. Value is in the range [0, 100].
This percentage is calculated as follows:
progress_percentage = 100 * (successes + failures + skips) / total
int32 progress_percentage = 4;getProgressPercentage in interface ImportRagFilesOperationMetadataOrBuilderpublic 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 ImportRagFilesOperationMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRagFilesOperationMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRagFilesOperationMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRagFilesOperationMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRagFilesOperationMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRagFilesOperationMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ImportRagFilesOperationMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static ImportRagFilesOperationMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImportRagFilesOperationMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ImportRagFilesOperationMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ImportRagFilesOperationMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ImportRagFilesOperationMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ImportRagFilesOperationMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ImportRagFilesOperationMetadata.Builder newBuilder()
public static ImportRagFilesOperationMetadata.Builder newBuilder(ImportRagFilesOperationMetadata prototype)
public ImportRagFilesOperationMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ImportRagFilesOperationMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ImportRagFilesOperationMetadata getDefaultInstance()
public static com.google.protobuf.Parser<ImportRagFilesOperationMetadata> parser()
public com.google.protobuf.Parser<ImportRagFilesOperationMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ImportRagFilesOperationMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.