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.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExecutionReportbuild()ExecutionReportbuildPartial()ExecutionReport.Builderclear()ExecutionReport.BuilderclearExecutionErrors()Validation errors encountered during the execution of the import job.ExecutionReport.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ExecutionReport.BuilderclearFramesReported()Total number of asset frames reported for the import job.ExecutionReport.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ExecutionReport.BuilderclearTotalRowsCount()Total number of rows in the import job.ExecutionReport.Builderclone()ExecutionReportgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()ValidationReportgetExecutionErrors()Validation errors encountered during the execution of the import job.ValidationReport.BuildergetExecutionErrorsBuilder()Validation errors encountered during the execution of the import job.ValidationReportOrBuildergetExecutionErrorsOrBuilder()Validation errors encountered during the execution of the import job.intgetFramesReported()Total number of asset frames reported for the import job.intgetTotalRowsCount()Total number of rows in the import job.booleanhasExecutionErrors()Validation errors encountered during the execution of the import job.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ExecutionReport.BuildermergeExecutionErrors(ValidationReport value)Validation errors encountered during the execution of the import job.ExecutionReport.BuildermergeFrom(ExecutionReport other)ExecutionReport.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ExecutionReport.BuildermergeFrom(com.google.protobuf.Message other)ExecutionReport.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ExecutionReport.BuildersetExecutionErrors(ValidationReport value)Validation errors encountered during the execution of the import job.ExecutionReport.BuildersetExecutionErrors(ValidationReport.Builder builderForValue)Validation errors encountered during the execution of the import job.ExecutionReport.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ExecutionReport.BuildersetFramesReported(int value)Total number of asset frames reported for the import job.ExecutionReport.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ExecutionReport.BuildersetTotalRowsCount(int value)Total number of rows in the import job.ExecutionReport.BuildersetUnknownFields(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:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
clear
public ExecutionReport.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
getDefaultInstanceForType
public ExecutionReport getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecutionReport build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecutionReport buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecutionReport.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
setField
public ExecutionReport.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
clearField
public ExecutionReport.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
clearOneof
public ExecutionReport.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
setRepeatedField
public ExecutionReport.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
addRepeatedField
public ExecutionReport.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
mergeFrom
public ExecutionReport.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExecutionReport.Builder>
-
mergeFrom
public ExecutionReport.Builder mergeFrom(ExecutionReport other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin 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:
getFramesReportedin 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:
hasExecutionErrorsin 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:
getExecutionErrorsin 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:
getExecutionErrorsOrBuilderin interfaceExecutionReportOrBuilder
-
getTotalRowsCount
public int getTotalRowsCount()
Total number of rows in the import job.
int32 total_rows_count = 3;- Specified by:
getTotalRowsCountin 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:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
mergeUnknownFields
public final ExecutionReport.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionReport.Builder>
-
-