Interface ImportDataRequestOrBuilder (3.42.0)

public interface ImportDataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImportConfigs(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ImportDataConfig

getImportConfigsCount()

public abstract 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
TypeDescription
int

getImportConfigsList()

public abstract 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];

Returns
TypeDescription
List<ImportDataConfig>

getImportConfigsOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ImportDataConfigOrBuilder

getImportConfigsOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ImportDataConfigOrBuilder>

getName()

public abstract 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) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for name.