public static final class ImportDataRequest.Builder extends GeneratedMessageV3.Builder<ImportDataRequest.Builder> implements ImportDataRequestOrBuilder
Request message for
DatasetService.ImportData.
Protobuf type google.cloud.aiplatform.v1.ImportDataRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1.ImportDataConfig>
|
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.v1.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.v1.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.v1.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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public ImportDataConfig.Builder addImportConfigsBuilder()
Required. The desired input locations. The contents of all input locations
will be imported in one batch.
repeated .google.cloud.aiplatform.v1.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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public ImportDataRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ImportDataRequest build()
public ImportDataRequest buildPartial()
public ImportDataRequest.Builder clear()
Overrides
public ImportDataRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
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 clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ImportDataRequest.Builder clone()
Overrides
public ImportDataRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public int getImportConfigsCount()
Required. The desired input locations. The contents of all input locations
will be imported in one batch.
repeated .google.cloud.aiplatform.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
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.v1.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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public 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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ImportDataConfigOrBuilder> | |
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) = { ... }
Returns |
---|
Type | Description |
String | The name.
|
public 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) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImportDataRequest.Builder mergeFrom(ImportDataRequest other)
public ImportDataRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ImportDataRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ImportDataRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
public ImportDataRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public 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.v1.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.v1.ImportDataConfig import_configs = 2 [(.google.api.field_behavior) = REQUIRED];
public 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) = { ... }
Parameter |
---|
Name | Description |
value | String
The name to set.
|
public ImportDataRequest.Builder setNameBytes(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) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for name to set.
|
public ImportDataRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ImportDataRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides