Class ImportJob.Builder

  • All Implemented Interfaces:
    ImportJobOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ImportJob

    public static final class ImportJob.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
    implements ImportJobOrBuilder
     A resource that represents the background job that imports asset frames.
     
    Protobuf type google.cloud.migrationcenter.v1.ImportJob
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • clear

        public ImportJob.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • getDefaultInstanceForType

        public ImportJob getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ImportJob build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ImportJob buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public ImportJob.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • setField

        public ImportJob.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                          Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • clearField

        public ImportJob.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • clearOneof

        public ImportJob.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • setRepeatedField

        public ImportJob.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  int index,
                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • addRepeatedField

        public ImportJob.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • mergeFrom

        public ImportJob.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportJob.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • mergeFrom

        public ImportJob.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportJob.Builder>
        Throws:
        IOException
      • getName

        public String getName()
         Output only. The full name of the import job.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface ImportJobOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The full name of the import job.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface ImportJobOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ImportJob.Builder setName​(String value)
         Output only. The full name of the import job.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public ImportJob.Builder clearName()
         Output only. The full name of the import job.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public ImportJob.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The full name of the import job.
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        public String getDisplayName()
         User-friendly display name. Maximum length is 63 characters.
         
        string display_name = 2;
        Specified by:
        getDisplayName in interface ImportJobOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         User-friendly display name. Maximum length is 63 characters.
         
        string display_name = 2;
        Specified by:
        getDisplayNameBytes in interface ImportJobOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public ImportJob.Builder setDisplayName​(String value)
         User-friendly display name. Maximum length is 63 characters.
         
        string display_name = 2;
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public ImportJob.Builder clearDisplayName()
         User-friendly display name. Maximum length is 63 characters.
         
        string display_name = 2;
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public ImportJob.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         User-friendly display name. Maximum length is 63 characters.
         
        string display_name = 2;
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface ImportJobOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface ImportJobOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public ImportJob.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public ImportJob.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public ImportJob.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public ImportJob.Builder clearCreateTime()
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. The timestamp when the import job was created.
         
        .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface ImportJobOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface ImportJobOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTime in interface ImportJobOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public ImportJob.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public ImportJob.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public ImportJob.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public ImportJob.Builder clearUpdateTime()
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. The timestamp when the import job was last updated.
         
        .google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface ImportJobOrBuilder
      • hasCompleteTime

        public boolean hasCompleteTime()
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCompleteTime in interface ImportJobOrBuilder
        Returns:
        Whether the completeTime field is set.
      • getCompleteTime

        public com.google.protobuf.Timestamp getCompleteTime()
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCompleteTime in interface ImportJobOrBuilder
        Returns:
        The completeTime.
      • setCompleteTime

        public ImportJob.Builder setCompleteTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCompleteTime

        public ImportJob.Builder setCompleteTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCompleteTime

        public ImportJob.Builder mergeCompleteTime​(com.google.protobuf.Timestamp value)
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCompleteTime

        public ImportJob.Builder clearCompleteTime()
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompleteTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCompleteTimeBuilder()
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCompleteTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCompleteTimeOrBuilder()
         Output only. The timestamp when the import job was completed.
         
        .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCompleteTimeOrBuilder in interface ImportJobOrBuilder
      • getStateValue

        public int getStateValue()
         Output only. The state of the import job.
         
        .google.cloud.migrationcenter.v1.ImportJob.ImportJobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface ImportJobOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public ImportJob.Builder setStateValue​(int value)
         Output only. The state of the import job.
         
        .google.cloud.migrationcenter.v1.ImportJob.ImportJobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public ImportJob.ImportJobState getState()
         Output only. The state of the import job.
         
        .google.cloud.migrationcenter.v1.ImportJob.ImportJobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface ImportJobOrBuilder
        Returns:
        The state.
      • setState

        public ImportJob.Builder setState​(ImportJob.ImportJobState value)
         Output only. The state of the import job.
         
        .google.cloud.migrationcenter.v1.ImportJob.ImportJobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public ImportJob.Builder clearState()
         Output only. The state of the import job.
         
        .google.cloud.migrationcenter.v1.ImportJob.ImportJobState state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • removeLabels

        public ImportJob.Builder removeLabels​(String key)
         Labels as key value pairs.
         
        map<string, string> labels = 7;
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • getAssetSource

        public String getAssetSource()
         Required. Reference to a source.
         
        string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getAssetSource in interface ImportJobOrBuilder
        Returns:
        The assetSource.
      • getAssetSourceBytes

        public com.google.protobuf.ByteString getAssetSourceBytes()
         Required. Reference to a source.
         
        string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getAssetSourceBytes in interface ImportJobOrBuilder
        Returns:
        The bytes for assetSource.
      • setAssetSource

        public ImportJob.Builder setAssetSource​(String value)
         Required. Reference to a source.
         
        string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The assetSource to set.
        Returns:
        This builder for chaining.
      • clearAssetSource

        public ImportJob.Builder clearAssetSource()
         Required. Reference to a source.
         
        string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setAssetSourceBytes

        public ImportJob.Builder setAssetSourceBytes​(com.google.protobuf.ByteString value)
         Required. Reference to a source.
         
        string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for assetSource to set.
        Returns:
        This builder for chaining.
      • hasValidationReport

        public boolean hasValidationReport()
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasValidationReport in interface ImportJobOrBuilder
        Returns:
        Whether the validationReport field is set.
      • getValidationReport

        public ValidationReport getValidationReport()
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getValidationReport in interface ImportJobOrBuilder
        Returns:
        The validationReport.
      • setValidationReport

        public ImportJob.Builder setValidationReport​(ValidationReport value)
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setValidationReport

        public ImportJob.Builder setValidationReport​(ValidationReport.Builder builderForValue)
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeValidationReport

        public ImportJob.Builder mergeValidationReport​(ValidationReport value)
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearValidationReport

        public ImportJob.Builder clearValidationReport()
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getValidationReportBuilder

        public ValidationReport.Builder getValidationReportBuilder()
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getValidationReportOrBuilder

        public ValidationReportOrBuilder getValidationReportOrBuilder()
         Output only. The report with the validation results of the import job.
         
        .google.cloud.migrationcenter.v1.ValidationReport validation_report = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getValidationReportOrBuilder in interface ImportJobOrBuilder
      • hasExecutionReport

        public boolean hasExecutionReport()
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasExecutionReport in interface ImportJobOrBuilder
        Returns:
        Whether the executionReport field is set.
      • getExecutionReport

        public ExecutionReport getExecutionReport()
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExecutionReport in interface ImportJobOrBuilder
        Returns:
        The executionReport.
      • setExecutionReport

        public ImportJob.Builder setExecutionReport​(ExecutionReport value)
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setExecutionReport

        public ImportJob.Builder setExecutionReport​(ExecutionReport.Builder builderForValue)
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeExecutionReport

        public ImportJob.Builder mergeExecutionReport​(ExecutionReport value)
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearExecutionReport

        public ImportJob.Builder clearExecutionReport()
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExecutionReportBuilder

        public ExecutionReport.Builder getExecutionReportBuilder()
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getExecutionReportOrBuilder

        public ExecutionReportOrBuilder getExecutionReportOrBuilder()
         Output only. The report with the results of running the import job.
         
        .google.cloud.migrationcenter.v1.ExecutionReport execution_report = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getExecutionReportOrBuilder in interface ImportJobOrBuilder
      • setUnknownFields

        public final ImportJob.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>
      • mergeUnknownFields

        public final ImportJob.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportJob.Builder>