public interface ImportDataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInputConfig()
public abstract InputConfig getInputConfig()Required. The desired input location and its domain specific semantics, if any.
.google.cloud.automl.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| InputConfig | The inputConfig. |
getInputConfigOrBuilder()
public abstract InputConfigOrBuilder getInputConfigOrBuilder()Required. The desired input location and its domain specific semantics, if any.
.google.cloud.automl.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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.v1.InputConfig input_config = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the inputConfig field is set. |