- 0.60.0 (latest)
 - 0.58.0
 - 0.57.0
 - 0.56.0
 - 0.55.0
 - 0.54.0
 - 0.52.0
 - 0.50.0
 - 0.49.0
 - 0.46.0
 - 0.45.0
 - 0.44.0
 - 0.42.0
 - 0.41.0
 - 0.40.0
 - 0.39.0
 - 0.38.0
 - 0.37.0
 - 0.36.0
 - 0.35.0
 - 0.34.0
 - 0.33.0
 - 0.31.0
 - 0.30.0
 - 0.29.0
 - 0.28.0
 - 0.27.0
 - 0.26.0
 - 0.25.0
 - 0.24.0
 - 0.23.0
 - 0.22.0
 - 0.21.0
 - 0.19.0
 - 0.18.0
 - 0.17.0
 - 0.16.0
 - 0.15.0
 - 0.14.0
 - 0.13.0
 - 0.12.0
 - 0.11.0
 - 0.10.0
 - 0.9.0
 - 0.6.0
 - 0.5.0
 - 0.4.0
 - 0.3.0
 - 0.2.0
 - 0.1.0
 
public static final class ImportJob.Builder extends GeneratedMessageV3.Builder<ImportJob.Builder> implements ImportJobOrBuilderA resource that represents the background job that imports asset frames.
 Protobuf type google.cloud.migrationcenter.v1.ImportJob
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ImportJob.BuilderImplements
ImportJobOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
build()
public ImportJob build()| Returns | |
|---|---|
| Type | Description | 
ImportJob | 
        |
buildPartial()
public ImportJob buildPartial()| Returns | |
|---|---|
| Type | Description | 
ImportJob | 
        |
clear()
public ImportJob.Builder clear()| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
clearAssetSource()
public ImportJob.Builder clearAssetSource()Required. Reference to a source.
 
 string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
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];
 
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
clearDisplayName()
public ImportJob.Builder clearDisplayName()User-friendly display name. Maximum length is 63 characters.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public ImportJob.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
clearLabels()
public ImportJob.Builder clearLabels()| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
clearName()
public ImportJob.Builder clearName()Output only. The full name of the import job.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
clearReport()
public ImportJob.Builder clearReport()| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
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 | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
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];
 
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
clone()
public ImportJob.Builder clone()| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
containsLabels(String key)
public boolean containsLabels(String key)Labels as key value pairs.
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getAssetSource()
public String getAssetSource()Required. Reference to a source.
 
 string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The assetSource.  | 
      
getAssetSourceBytes()
public ByteString getAssetSourceBytes()Required. Reference to a source.
 
 string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for assetSource.  | 
      
getCompleteTime()
public Timestamp getCompleteTime()Output only. The timestamp when the import job was completed.
 
 .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The completeTime.  | 
      
getCompleteTimeBuilder()
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getCompleteTimeOrBuilder()
public TimestampOrBuilder getCompleteTimeOrBuilder()Output only. The timestamp when the import job was completed.
 
 .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getCreateTime()
public Timestamp getCreateTime()Output only. The timestamp when the import job was created.
 
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeBuilder()
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The timestamp when the import job was created.
 
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDefaultInstanceForType()
public ImportJob getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
ImportJob | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getDisplayName()
public String getDisplayName()User-friendly display name. Maximum length is 63 characters.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public ByteString getDisplayNameBytes()User-friendly display name. Maximum length is 63 characters.
 string display_name = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
ExecutionReport | 
        The executionReport.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
ExecutionReport.Builder | 
        |
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];
 
| Returns | |
|---|---|
| Type | Description | 
ExecutionReportOrBuilder | 
        |
getLabels()
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsCount()
public int getLabelsCount()Labels as key value pairs.
 map<string, string> labels = 7;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getLabelsMap()
public Map<String,String> getLabelsMap()Labels as key value pairs.
 map<string, string> labels = 7;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Labels as key value pairs.
 map<string, string> labels = 7;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Labels as key value pairs.
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getMutableLabels()
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getName()
public String getName()Output only. The full name of the import job.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public ByteString getNameBytes()Output only. The full name of the import job.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getReportCase()
public ImportJob.ReportCase getReportCase()| Returns | |
|---|---|
| Type | Description | 
ImportJob.ReportCase | 
        |
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];
 
| Returns | |
|---|---|
| Type | Description | 
ImportJob.ImportJobState | 
        The state.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUpdateTime()
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeBuilder()
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getUpdateTimeOrBuilder()
public 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];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
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];
 
| Returns | |
|---|---|
| Type | Description | 
ValidationReport | 
        The validationReport.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
ValidationReport.Builder | 
        |
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];
 
| Returns | |
|---|---|
| Type | Description | 
ValidationReportOrBuilder | 
        |
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];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the completeTime field is set.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the executionReport field is set.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  | 
      
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];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the validationReport field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
MapField | 
        |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Parameter | |
|---|---|
| Name | Description | 
number | 
        int | 
      
| Returns | |
|---|---|
| Type | Description | 
MapField | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeCompleteTime(Timestamp value)
public ImportJob.Builder mergeCompleteTime(Timestamp value)Output only. The timestamp when the import job was completed.
 
 .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
mergeCreateTime(Timestamp value)
public ImportJob.Builder mergeCreateTime(Timestamp value)Output only. The timestamp when the import job was created.
 
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
mergeExecutionReport(ExecutionReport value)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ExecutionReport | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
mergeFrom(ImportJob other)
public ImportJob.Builder mergeFrom(ImportJob other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ImportJob | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ImportJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public ImportJob.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
mergeUpdateTime(Timestamp value)
public ImportJob.Builder mergeUpdateTime(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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
mergeValidationReport(ValidationReport value)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ValidationReport | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
putAllLabels(Map<String,String> values)
public ImportJob.Builder putAllLabels(Map<String,String> values)Labels as key value pairs.
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
values | 
        Map<String,String> | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
putLabels(String key, String value)
public ImportJob.Builder putLabels(String key, String value)Labels as key value pairs.
 map<string, string> labels = 7;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
value | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
removeLabels(String key)
public ImportJob.Builder removeLabels(String key)Labels as key value pairs.
 map<string, string> labels = 7;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setAssetSource(String value)
public ImportJob.Builder setAssetSource(String value)Required. Reference to a source.
 
 string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe assetSource to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setAssetSourceBytes(ByteString value)
public ImportJob.Builder setAssetSourceBytes(ByteString value)Required. Reference to a source.
 
 string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for assetSource to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setCompleteTime(Timestamp value)
public ImportJob.Builder setCompleteTime(Timestamp value)Output only. The timestamp when the import job was completed.
 
 .google.protobuf.Timestamp complete_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setCompleteTime(Timestamp.Builder builderForValue)
public ImportJob.Builder setCompleteTime(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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setCreateTime(Timestamp value)
public ImportJob.Builder setCreateTime(Timestamp value)Output only. The timestamp when the import job was created.
 
 .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setCreateTime(Timestamp.Builder builderForValue)
public ImportJob.Builder setCreateTime(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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setDisplayName(String value)
public ImportJob.Builder setDisplayName(String value)User-friendly display name. Maximum length is 63 characters.
 string display_name = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setDisplayNameBytes(ByteString value)
public ImportJob.Builder setDisplayNameBytes(ByteString value)User-friendly display name. Maximum length is 63 characters.
 string display_name = 2;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for displayName to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setExecutionReport(ExecutionReport value)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ExecutionReport | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setExecutionReport(ExecutionReport.Builder builderForValue)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        ExecutionReport.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public ImportJob.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setName(String value)
public ImportJob.Builder setName(String value)Output only. The full name of the import job.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setNameBytes(ByteString value)
public ImportJob.Builder setNameBytes(ByteString value)Output only. The full name of the import job.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for name to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportJob.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setState(ImportJob.ImportJobState value)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ImportJob.ImportJobStateThe state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setStateValue(int value)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        intThe enum numeric value on the wire for state to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportJob.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setUpdateTime(Timestamp value)
public ImportJob.Builder setUpdateTime(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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setUpdateTime(Timestamp.Builder builderForValue)
public ImportJob.Builder setUpdateTime(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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setValidationReport(ValidationReport value)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ValidationReport | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |
setValidationReport(ValidationReport.Builder builderForValue)
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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        ValidationReport.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
ImportJob.Builder | 
        |