Interface ImportDataRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ImportDataRequest, ImportDataRequest.Builder

    public interface ImportDataRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getName

        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:
        The name.
      • getNameBytes

        com.google.protobuf.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:
        The bytes for name.
      • hasInputConfig

        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];
        Returns:
        Whether the inputConfig field is set.
      • getInputConfig

        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];
        Returns:
        The inputConfig.
      • getInputConfigOrBuilder

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