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
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() (deprecated)
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() (deprecated)
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 |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number |
int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The 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 |
String The 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 |
ByteString The 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.ImportJobState The 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 |
int The 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 |