Class ImportJob.Builder (0.24.0)

public static final class ImportJob.Builder extends GeneratedMessageV3.Builder<ImportJob.Builder> implements ImportJobOrBuilder

A resource that represents the background job that imports asset frames.

Protobuf type google.cloud.migrationcenter.v1.ImportJob

Implements

ImportJobOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ImportJob.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ImportJob.Builder
Overrides

build()

public ImportJob build()
Returns
TypeDescription
ImportJob

buildPartial()

public ImportJob buildPartial()
Returns
TypeDescription
ImportJob

clear()

public ImportJob.Builder clear()
Returns
TypeDescription
ImportJob.Builder
Overrides

clearAssetSource()

public ImportJob.Builder clearAssetSource()

Required. Reference to a source.

string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ImportJob.Builder

clearDisplayName()

public ImportJob.Builder clearDisplayName()

User-friendly display name. Maximum length is 63 characters.

string display_name = 2;

Returns
TypeDescription
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
TypeDescription
ImportJob.Builder

clearField(Descriptors.FieldDescriptor field)

public ImportJob.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ImportJob.Builder
Overrides

clearLabels()

public ImportJob.Builder clearLabels()
Returns
TypeDescription
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
TypeDescription
ImportJob.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ImportJob.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ImportJob.Builder
Overrides

clearReport()

public ImportJob.Builder clearReport()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ImportJob.Builder

clone()

public ImportJob.Builder clone()
Returns
TypeDescription
ImportJob.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

Labels as key value pairs.

map<string, string> labels = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAssetSource()

public String getAssetSource()

Required. Reference to a source.

string asset_source = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public ImportJob getDefaultInstanceForType()
Returns
TypeDescription
ImportJob

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

User-friendly display name. Maximum length is 63 characters.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

User-friendly display name. Maximum length is 63 characters.

string display_name = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ExecutionReportOrBuilder

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Labels as key value pairs.

map<string, string> labels = 7;

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Labels as key value pairs.

map<string, string> labels = 7;

Returns
TypeDescription
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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Labels as key value pairs.

map<string, string> labels = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.

getReportCase()

public ImportJob.ReportCase getReportCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the validationReport field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valueExecutionReport
Returns
TypeDescription
ImportJob.Builder

mergeFrom(ImportJob other)

public ImportJob.Builder mergeFrom(ImportJob other)
Parameter
NameDescription
otherImportJob
Returns
TypeDescription
ImportJob.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ImportJob.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ImportJob.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ImportJob.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ImportJob.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ImportJob.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ImportJob.Builder
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
valueValidationReport
Returns
TypeDescription
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
NameDescription
valuesMap<String,String>
Returns
TypeDescription
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
NameDescription
keyString
valueString
Returns
TypeDescription
ImportJob.Builder

removeLabels(String key)

public ImportJob.Builder removeLabels(String key)

Labels as key value pairs.

map<string, string> labels = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
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
NameDescription
valueString

The assetSource to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for assetSource to set.

Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
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
NameDescription
valueExecutionReport
Returns
TypeDescription
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
NameDescription
builderForValueExecutionReport.Builder
Returns
TypeDescription
ImportJob.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ImportJob.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ImportJob.Builder
Overrides

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
NameDescription
valueString

The name to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ImportJob.Builder
Overrides

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
NameDescription
valueImportJob.ImportJobState

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

The enum numeric value on the wire for state to set.

Returns
TypeDescription
ImportJob.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ImportJob.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ImportJob.Builder
Overrides

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
NameDescription
valueTimestamp
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
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
NameDescription
valueValidationReport
Returns
TypeDescription
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
NameDescription
builderForValueValidationReport.Builder
Returns
TypeDescription
ImportJob.Builder