public final class AssembleDataRequest extends com.google.protobuf.GeneratedMessageV3 implements AssembleDataRequestOrBuilder
Request message for [DatasetService.AssembleData][google.cloud.aiplatform.v1beta1.DatasetService.AssembleData]. Used only for MULTIMODAL datasets.Protobuf type
google.cloud.aiplatform.v1beta1.AssembleDataRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AssembleDataRequest.Builder
Request message for
[DatasetService.AssembleData][google.cloud.aiplatform.v1beta1.DatasetService.AssembleData].
|
static class |
AssembleDataRequest.ReadConfigCase |
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 |
GEMINI_REQUEST_READ_CONFIG_FIELD_NUMBER |
static int |
GEMINI_TEMPLATE_CONFIG_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
REQUEST_COLUMN_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AssembleDataRequest |
getDefaultInstance() |
AssembleDataRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GeminiRequestReadConfig |
getGeminiRequestReadConfig()
Optional.
|
GeminiRequestReadConfigOrBuilder |
getGeminiRequestReadConfigOrBuilder()
Optional.
|
GeminiTemplateConfig |
getGeminiTemplateConfig()
Optional.
|
GeminiTemplateConfigOrBuilder |
getGeminiTemplateConfigOrBuilder()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Parser<AssembleDataRequest> |
getParserForType() |
AssembleDataRequest.ReadConfigCase |
getReadConfigCase() |
String |
getRequestColumnName()
Optional.
|
com.google.protobuf.ByteString |
getRequestColumnNameBytes()
Optional.
|
int |
getSerializedSize() |
boolean |
hasGeminiRequestReadConfig()
Optional.
|
boolean |
hasGeminiTemplateConfig()
Optional.
|
int |
hashCode() |
boolean |
hasRequestColumnName()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AssembleDataRequest.Builder |
newBuilder() |
static AssembleDataRequest.Builder |
newBuilder(AssembleDataRequest prototype) |
AssembleDataRequest.Builder |
newBuilderForType() |
protected AssembleDataRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AssembleDataRequest |
parseDelimitedFrom(InputStream input) |
static AssembleDataRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AssembleDataRequest |
parseFrom(byte[] data) |
static AssembleDataRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AssembleDataRequest |
parseFrom(ByteBuffer data) |
static AssembleDataRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AssembleDataRequest |
parseFrom(com.google.protobuf.ByteString data) |
static AssembleDataRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AssembleDataRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AssembleDataRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AssembleDataRequest |
parseFrom(InputStream input) |
static AssembleDataRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AssembleDataRequest> |
parser() |
AssembleDataRequest.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 GEMINI_TEMPLATE_CONFIG_FIELD_NUMBER
public static final int REQUEST_COLUMN_NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int GEMINI_REQUEST_READ_CONFIG_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 AssembleDataRequest.ReadConfigCase getReadConfigCase()
getReadConfigCase in interface AssembleDataRequestOrBuilderpublic boolean hasGeminiTemplateConfig()
Optional. Config for assembling templates with a Gemini API structure.
.google.cloud.aiplatform.v1beta1.GeminiTemplateConfig gemini_template_config = 2 [(.google.api.field_behavior) = OPTIONAL];
hasGeminiTemplateConfig in interface AssembleDataRequestOrBuilderpublic GeminiTemplateConfig getGeminiTemplateConfig()
Optional. Config for assembling templates with a Gemini API structure.
.google.cloud.aiplatform.v1beta1.GeminiTemplateConfig gemini_template_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getGeminiTemplateConfig in interface AssembleDataRequestOrBuilderpublic GeminiTemplateConfigOrBuilder getGeminiTemplateConfigOrBuilder()
Optional. Config for assembling templates with a Gemini API structure.
.google.cloud.aiplatform.v1beta1.GeminiTemplateConfig gemini_template_config = 2 [(.google.api.field_behavior) = OPTIONAL];
getGeminiTemplateConfigOrBuilder in interface AssembleDataRequestOrBuilderpublic boolean hasRequestColumnName()
Optional. The column name in the underlying table that contains already fully assembled requests. If this field is set, the original request will be copied to the output table.
string request_column_name = 5 [(.google.api.field_behavior) = OPTIONAL];hasRequestColumnName in interface AssembleDataRequestOrBuilderpublic String getRequestColumnName()
Optional. The column name in the underlying table that contains already fully assembled requests. If this field is set, the original request will be copied to the output table.
string request_column_name = 5 [(.google.api.field_behavior) = OPTIONAL];getRequestColumnName in interface AssembleDataRequestOrBuilderpublic com.google.protobuf.ByteString getRequestColumnNameBytes()
Optional. The column name in the underlying table that contains already fully assembled requests. If this field is set, the original request will be copied to the output table.
string request_column_name = 5 [(.google.api.field_behavior) = OPTIONAL];getRequestColumnNameBytes in interface AssembleDataRequestOrBuilderpublic String getName()
Required. The name of the Dataset resource (used only for MULTIMODAL
datasets). Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getName in interface AssembleDataRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Required. The name of the Dataset resource (used only for MULTIMODAL
datasets). Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getNameBytes in interface AssembleDataRequestOrBuilderpublic boolean hasGeminiRequestReadConfig()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
hasGeminiRequestReadConfig in interface AssembleDataRequestOrBuilderpublic GeminiRequestReadConfig getGeminiRequestReadConfig()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
getGeminiRequestReadConfig in interface AssembleDataRequestOrBuilderpublic GeminiRequestReadConfigOrBuilder getGeminiRequestReadConfigOrBuilder()
Optional. The read config for the dataset.
.google.cloud.aiplatform.v1beta1.GeminiRequestReadConfig gemini_request_read_config = 6 [(.google.api.field_behavior) = OPTIONAL];
getGeminiRequestReadConfigOrBuilder in interface AssembleDataRequestOrBuilderpublic 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 AssembleDataRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AssembleDataRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AssembleDataRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AssembleDataRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AssembleDataRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AssembleDataRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AssembleDataRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static AssembleDataRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AssembleDataRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AssembleDataRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AssembleDataRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AssembleDataRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AssembleDataRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AssembleDataRequest.Builder newBuilder()
public static AssembleDataRequest.Builder newBuilder(AssembleDataRequest prototype)
public AssembleDataRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AssembleDataRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AssembleDataRequest getDefaultInstance()
public static com.google.protobuf.Parser<AssembleDataRequest> parser()
public com.google.protobuf.Parser<AssembleDataRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AssembleDataRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.