public static final class ErrorFrame.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder> implements ErrorFrameOrBuilder
Message representing a frame which failed to be processed due to an error.Protobuf type
google.cloud.migrationcenter.v1.ErrorFramegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ErrorFrame build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ErrorFrame buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ErrorFrame.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ErrorFrame.Builder>public ErrorFrame.Builder mergeFrom(ErrorFrame other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public ErrorFrame.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ErrorFrame.Builder>IOExceptionpublic String getName()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface ErrorFrameOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface ErrorFrameOrBuilderpublic ErrorFrame.Builder setName(String value)
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The name to set.public ErrorFrame.Builder clearName()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public ErrorFrame.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for name to set.public List<FrameViolationEntry> getViolationsList()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getViolationsList in interface ErrorFrameOrBuilderpublic int getViolationsCount()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getViolationsCount in interface ErrorFrameOrBuilderpublic FrameViolationEntry getViolations(int index)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getViolations in interface ErrorFrameOrBuilderpublic ErrorFrame.Builder setViolations(int index, FrameViolationEntry value)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder setViolations(int index, FrameViolationEntry.Builder builderForValue)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder addViolations(FrameViolationEntry value)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder addViolations(int index, FrameViolationEntry value)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder addViolations(FrameViolationEntry.Builder builderForValue)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder addViolations(int index, FrameViolationEntry.Builder builderForValue)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder addAllViolations(Iterable<? extends FrameViolationEntry> values)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder clearViolations()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder removeViolations(int index)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FrameViolationEntry.Builder getViolationsBuilder(int index)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FrameViolationEntryOrBuilder getViolationsOrBuilder(int index)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getViolationsOrBuilder in interface ErrorFrameOrBuilderpublic List<? extends FrameViolationEntryOrBuilder> getViolationsOrBuilderList()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getViolationsOrBuilderList in interface ErrorFrameOrBuilderpublic FrameViolationEntry.Builder addViolationsBuilder()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public FrameViolationEntry.Builder addViolationsBuilder(int index)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<FrameViolationEntry.Builder> getViolationsBuilderList()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public boolean hasOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasOriginalFrame in interface ErrorFrameOrBuilderpublic AssetFrame getOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOriginalFrame in interface ErrorFrameOrBuilderpublic ErrorFrame.Builder setOriginalFrame(AssetFrame value)
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder setOriginalFrame(AssetFrame.Builder builderForValue)
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder mergeOriginalFrame(AssetFrame value)
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder clearOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public AssetFrame.Builder getOriginalFrameBuilder()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public AssetFrameOrBuilder getOriginalFrameOrBuilder()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getOriginalFrameOrBuilder in interface ErrorFrameOrBuilderpublic boolean hasIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasIngestionTime in interface ErrorFrameOrBuilderpublic com.google.protobuf.Timestamp getIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getIngestionTime in interface ErrorFrameOrBuilderpublic ErrorFrame.Builder setIngestionTime(com.google.protobuf.Timestamp value)
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder setIngestionTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder mergeIngestionTime(com.google.protobuf.Timestamp value)
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ErrorFrame.Builder clearIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getIngestionTimeBuilder()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getIngestionTimeOrBuilder()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getIngestionTimeOrBuilder in interface ErrorFrameOrBuilderpublic final ErrorFrame.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>public final ErrorFrame.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>Copyright © 2024 Google LLC. All rights reserved.