Interface ImportMappingRulesRequestOrBuilder

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

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

      • getParent

        String getParent()
         Required. Name of the conversion workspace resource to import the rules to
         in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Name of the conversion workspace resource to import the rules to
         in the form of:
         projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • getRulesFormatValue

        int getRulesFormatValue()
         Required. The format of the rules content file.
         
        .google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for rulesFormat.
      • getRulesFormat

        ImportRulesFileFormat getRulesFormat()
         Required. The format of the rules content file.
         
        .google.cloud.clouddms.v1.ImportRulesFileFormat rules_format = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The rulesFormat.
      • getRulesFilesList

        List<ImportMappingRulesRequest.RulesFile> getRulesFilesList()
         Required. One or more rules files.
         
        repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRulesFiles

        ImportMappingRulesRequest.RulesFile getRulesFiles​(int index)
         Required. One or more rules files.
         
        repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRulesFilesCount

        int getRulesFilesCount()
         Required. One or more rules files.
         
        repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRulesFilesOrBuilderList

        List<? extends ImportMappingRulesRequest.RulesFileOrBuilder> getRulesFilesOrBuilderList()
         Required. One or more rules files.
         
        repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];
      • getRulesFilesOrBuilder

        ImportMappingRulesRequest.RulesFileOrBuilder getRulesFilesOrBuilder​(int index)
         Required. One or more rules files.
         
        repeated .google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile rules_files = 3 [(.google.api.field_behavior) = REQUIRED];
      • getAutoCommit

        boolean getAutoCommit()
         Required. Should the conversion workspace be committed automatically after
         the import operation.
         
        bool auto_commit = 6 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The autoCommit.