public static final class ImportDataRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder> implements ImportDataRequestOrBuilder
Request message for [DatasetService.ImportData][google.cloud.aiplatform.v1beta1.DatasetService.ImportData].Protobuf type
google.cloud.aiplatform.v1beta1.ImportDataRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ImportDataRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ImportDataRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ImportDataRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder mergeFrom(ImportDataRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public ImportDataRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportDataRequest.Builder>IOExceptionpublic String getName()
Required. The name of the Dataset resource.
Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getName in interface ImportDataRequestOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Required. The name of the Dataset resource.
Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getNameBytes in interface ImportDataRequestOrBuilderpublic ImportDataRequest.Builder setName(String value)
Required. The name of the Dataset resource.
Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The name to set.public ImportDataRequest.Builder clearName()
Required. The name of the Dataset resource.
Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ImportDataRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
Required. The name of the Dataset resource.
Format:
`projects/{project}/locations/{location}/datasets/{dataset}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for name to set.public List<ImportDataConfig> getImportConfigsList()
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
getImportConfigsList in interface ImportDataRequestOrBuilderpublic int getImportConfigsCount()
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
getImportConfigsCount in interface ImportDataRequestOrBuilderpublic ImportDataConfig getImportConfigs(int index)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
getImportConfigs in interface ImportDataRequestOrBuilderpublic ImportDataRequest.Builder setImportConfigs(int index, ImportDataConfig value)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder setImportConfigs(int index, ImportDataConfig.Builder builderForValue)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder addImportConfigs(ImportDataConfig value)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder addImportConfigs(int index, ImportDataConfig value)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder addImportConfigs(ImportDataConfig.Builder builderForValue)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder addImportConfigs(int index, ImportDataConfig.Builder builderForValue)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder addAllImportConfigs(Iterable<? extends ImportDataConfig> values)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder clearImportConfigs()
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataRequest.Builder removeImportConfigs(int index)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataConfig.Builder getImportConfigsBuilder(int index)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataConfigOrBuilder getImportConfigsOrBuilder(int index)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
getImportConfigsOrBuilder in interface ImportDataRequestOrBuilderpublic List<? extends ImportDataConfigOrBuilder> getImportConfigsOrBuilderList()
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
getImportConfigsOrBuilderList in interface ImportDataRequestOrBuilderpublic ImportDataConfig.Builder addImportConfigsBuilder()
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataConfig.Builder addImportConfigsBuilder(int index)
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public List<ImportDataConfig.Builder> getImportConfigsBuilderList()
Required. The desired input locations. The contents of all input locations will be imported in one batch.
repeated .google.cloud.aiplatform.v1beta1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public final ImportDataRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>public final ImportDataRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportDataRequest.Builder>Copyright © 2022 Google LLC. All rights reserved.