Class ExecutionReport.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
- com.google.cloud.migrationcenter.v1.ExecutionReport.Builder
-
- All Implemented Interfaces:
ExecutionReportOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ExecutionReport
public static final class ExecutionReport.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder> implements ExecutionReportOrBuilder
A resource that reports result of the import job execution.
Protobuf typegoogle.cloud.migrationcenter.v1.ExecutionReport
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionReport.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecutionReport
build()
ExecutionReport
buildPartial()
ExecutionReport.Builder
clear()
ExecutionReport.Builder
clearExecutionErrors()
Validation errors encountered during the execution of the import job.ExecutionReport.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ExecutionReport.Builder
clearFramesReported()
Total number of asset frames reported for the import job.ExecutionReport.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ExecutionReport.Builder
clearTotalRowsCount()
Total number of rows in the import job.ExecutionReport.Builder
clone()
ExecutionReport
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
ValidationReport
getExecutionErrors()
Validation errors encountered during the execution of the import job.ValidationReport.Builder
getExecutionErrorsBuilder()
Validation errors encountered during the execution of the import job.ValidationReportOrBuilder
getExecutionErrorsOrBuilder()
Validation errors encountered during the execution of the import job.int
getFramesReported()
Total number of asset frames reported for the import job.int
getTotalRowsCount()
Total number of rows in the import job.boolean
hasExecutionErrors()
Validation errors encountered during the execution of the import job.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ExecutionReport.Builder
mergeExecutionErrors(ValidationReport value)
Validation errors encountered during the execution of the import job.ExecutionReport.Builder
mergeFrom(ExecutionReport other)
ExecutionReport.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ExecutionReport.Builder
mergeFrom(com.google.protobuf.Message other)
ExecutionReport.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ExecutionReport.Builder
setExecutionErrors(ValidationReport value)
Validation errors encountered during the execution of the import job.ExecutionReport.Builder
setExecutionErrors(ValidationReport.Builder builderForValue)
Validation errors encountered during the execution of the import job.ExecutionReport.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ExecutionReport.Builder
setFramesReported(int value)
Total number of asset frames reported for the import job.ExecutionReport.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ExecutionReport.Builder
setTotalRowsCount(int value)
Total number of rows in the import job.ExecutionReport.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
clear
public ExecutionReport.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
getDefaultInstanceForType
public ExecutionReport getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecutionReport build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecutionReport buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecutionReport.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
setField
public ExecutionReport.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
clearField
public ExecutionReport.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
clearOneof
public ExecutionReport.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
setRepeatedField
public ExecutionReport.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
addRepeatedField
public ExecutionReport.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
mergeFrom
public ExecutionReport.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExecutionReport.Builder>
-
mergeFrom
public ExecutionReport.Builder mergeFrom(ExecutionReport other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
mergeFrom
public ExecutionReport.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ExecutionReport.Builder>
- Throws:
IOException
-
getFramesReported
public int getFramesReported()
Total number of asset frames reported for the import job.
int32 frames_reported = 1;
- Specified by:
getFramesReported
in interfaceExecutionReportOrBuilder
- Returns:
- The framesReported.
-
setFramesReported
public ExecutionReport.Builder setFramesReported(int value)
Total number of asset frames reported for the import job.
int32 frames_reported = 1;
- Parameters:
value
- The framesReported to set.- Returns:
- This builder for chaining.
-
clearFramesReported
public ExecutionReport.Builder clearFramesReported()
Total number of asset frames reported for the import job.
int32 frames_reported = 1;
- Returns:
- This builder for chaining.
-
hasExecutionErrors
public boolean hasExecutionErrors()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
- Specified by:
hasExecutionErrors
in interfaceExecutionReportOrBuilder
- Returns:
- Whether the executionErrors field is set.
-
getExecutionErrors
public ValidationReport getExecutionErrors()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
- Specified by:
getExecutionErrors
in interfaceExecutionReportOrBuilder
- Returns:
- The executionErrors.
-
setExecutionErrors
public ExecutionReport.Builder setExecutionErrors(ValidationReport value)
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
-
setExecutionErrors
public ExecutionReport.Builder setExecutionErrors(ValidationReport.Builder builderForValue)
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
-
mergeExecutionErrors
public ExecutionReport.Builder mergeExecutionErrors(ValidationReport value)
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
-
clearExecutionErrors
public ExecutionReport.Builder clearExecutionErrors()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
-
getExecutionErrorsBuilder
public ValidationReport.Builder getExecutionErrorsBuilder()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
-
getExecutionErrorsOrBuilder
public ValidationReportOrBuilder getExecutionErrorsOrBuilder()
Validation errors encountered during the execution of the import job.
.google.cloud.migrationcenter.v1.ValidationReport execution_errors = 2;
- Specified by:
getExecutionErrorsOrBuilder
in interfaceExecutionReportOrBuilder
-
getTotalRowsCount
public int getTotalRowsCount()
Total number of rows in the import job.
int32 total_rows_count = 3;
- Specified by:
getTotalRowsCount
in interfaceExecutionReportOrBuilder
- Returns:
- The totalRowsCount.
-
setTotalRowsCount
public ExecutionReport.Builder setTotalRowsCount(int value)
Total number of rows in the import job.
int32 total_rows_count = 3;
- Parameters:
value
- The totalRowsCount to set.- Returns:
- This builder for chaining.
-
clearTotalRowsCount
public ExecutionReport.Builder clearTotalRowsCount()
Total number of rows in the import job.
int32 total_rows_count = 3;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final ExecutionReport.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
mergeUnknownFields
public final ExecutionReport.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
-