Interface ImportDataRequestOrBuilder (2.2.3)

public interface ImportDataRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputConfig()

public abstract InputConfig getInputConfig()

Required. The desired input location and its domain specific semantics, if any.

.google.cloud.automl.v1beta1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
InputConfig

The inputConfig.

getInputConfigOrBuilder()

public abstract InputConfigOrBuilder getInputConfigOrBuilder()

Required. The desired input location and its domain specific semantics, if any.

.google.cloud.automl.v1beta1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
InputConfigOrBuilder

getName()

public abstract String getName()

Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Dataset name. Dataset must already exist. All imported annotations and examples will be added.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

hasInputConfig()

public abstract boolean hasInputConfig()

Required. The desired input location and its domain specific semantics, if any.

.google.cloud.automl.v1beta1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the inputConfig field is set.