Class ErrorFrame.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>
-
- com.google.cloud.migrationcenter.v1.ErrorFrame.Builder
-
- All Implemented Interfaces:
ErrorFrameOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ErrorFrame
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 typegoogle.cloud.migrationcenter.v1.ErrorFrame
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorFrame.Builder
addAllViolations(Iterable<? extends FrameViolationEntry> values)
Output only.ErrorFrame.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ErrorFrame.Builder
addViolations(int index, FrameViolationEntry value)
Output only.ErrorFrame.Builder
addViolations(int index, FrameViolationEntry.Builder builderForValue)
Output only.ErrorFrame.Builder
addViolations(FrameViolationEntry value)
Output only.ErrorFrame.Builder
addViolations(FrameViolationEntry.Builder builderForValue)
Output only.FrameViolationEntry.Builder
addViolationsBuilder()
Output only.FrameViolationEntry.Builder
addViolationsBuilder(int index)
Output only.ErrorFrame
build()
ErrorFrame
buildPartial()
ErrorFrame.Builder
clear()
ErrorFrame.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ErrorFrame.Builder
clearIngestionTime()
Output only.ErrorFrame.Builder
clearName()
Output only.ErrorFrame.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ErrorFrame.Builder
clearOriginalFrame()
Output only.ErrorFrame.Builder
clearViolations()
Output only.ErrorFrame.Builder
clone()
ErrorFrame
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Timestamp
getIngestionTime()
Output only.com.google.protobuf.Timestamp.Builder
getIngestionTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getIngestionTimeOrBuilder()
Output only.String
getName()
Output only.com.google.protobuf.ByteString
getNameBytes()
Output only.AssetFrame
getOriginalFrame()
Output only.AssetFrame.Builder
getOriginalFrameBuilder()
Output only.AssetFrameOrBuilder
getOriginalFrameOrBuilder()
Output only.FrameViolationEntry
getViolations(int index)
Output only.FrameViolationEntry.Builder
getViolationsBuilder(int index)
Output only.List<FrameViolationEntry.Builder>
getViolationsBuilderList()
Output only.int
getViolationsCount()
Output only.List<FrameViolationEntry>
getViolationsList()
Output only.FrameViolationEntryOrBuilder
getViolationsOrBuilder(int index)
Output only.List<? extends FrameViolationEntryOrBuilder>
getViolationsOrBuilderList()
Output only.boolean
hasIngestionTime()
Output only.boolean
hasOriginalFrame()
Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ErrorFrame.Builder
mergeFrom(ErrorFrame other)
ErrorFrame.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ErrorFrame.Builder
mergeFrom(com.google.protobuf.Message other)
ErrorFrame.Builder
mergeIngestionTime(com.google.protobuf.Timestamp value)
Output only.ErrorFrame.Builder
mergeOriginalFrame(AssetFrame value)
Output only.ErrorFrame.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ErrorFrame.Builder
removeViolations(int index)
Output only.ErrorFrame.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ErrorFrame.Builder
setIngestionTime(com.google.protobuf.Timestamp value)
Output only.ErrorFrame.Builder
setIngestionTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.ErrorFrame.Builder
setName(String value)
Output only.ErrorFrame.Builder
setNameBytes(com.google.protobuf.ByteString value)
Output only.ErrorFrame.Builder
setOriginalFrame(AssetFrame value)
Output only.ErrorFrame.Builder
setOriginalFrame(AssetFrame.Builder builderForValue)
Output only.ErrorFrame.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ErrorFrame.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ErrorFrame.Builder
setViolations(int index, FrameViolationEntry value)
Output only.ErrorFrame.Builder
setViolations(int index, FrameViolationEntry.Builder builderForValue)
Output only.-
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<ErrorFrame.Builder>
-
clear
public ErrorFrame.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<ErrorFrame.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<ErrorFrame.Builder>
-
getDefaultInstanceForType
public ErrorFrame getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ErrorFrame build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ErrorFrame buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ErrorFrame.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<ErrorFrame.Builder>
-
setField
public ErrorFrame.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<ErrorFrame.Builder>
-
clearField
public ErrorFrame.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<ErrorFrame.Builder>
-
clearOneof
public ErrorFrame.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<ErrorFrame.Builder>
-
setRepeatedField
public ErrorFrame.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<ErrorFrame.Builder>
-
addRepeatedField
public ErrorFrame.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<ErrorFrame.Builder>
-
mergeFrom
public ErrorFrame.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ErrorFrame.Builder>
-
mergeFrom
public ErrorFrame.Builder mergeFrom(ErrorFrame other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>
-
mergeFrom
public ErrorFrame.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<ErrorFrame.Builder>
- Throws:
IOException
-
getName
public String getName()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getName
in interfaceErrorFrameOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getNameBytes
in interfaceErrorFrameOrBuilder
- Returns:
- The bytes for name.
-
setName
public ErrorFrame.Builder setName(String value)
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public ErrorFrame.Builder clearName()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- This builder for chaining.
-
setNameBytes
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];
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getViolationsList
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];
- Specified by:
getViolationsList
in interfaceErrorFrameOrBuilder
-
getViolationsCount
public 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];
- Specified by:
getViolationsCount
in interfaceErrorFrameOrBuilder
-
getViolations
public 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];
- Specified by:
getViolations
in interfaceErrorFrameOrBuilder
-
setViolations
public 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];
-
setViolations
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];
-
addViolations
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];
-
addViolations
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];
-
addViolations
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];
-
addViolations
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];
-
addAllViolations
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];
-
clearViolations
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];
-
removeViolations
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];
-
getViolationsBuilder
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];
-
getViolationsOrBuilder
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];
- Specified by:
getViolationsOrBuilder
in interfaceErrorFrameOrBuilder
-
getViolationsOrBuilderList
public 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];
- Specified by:
getViolationsOrBuilderList
in interfaceErrorFrameOrBuilder
-
addViolationsBuilder
public 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];
-
addViolationsBuilder
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];
-
getViolationsBuilderList
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];
-
hasOriginalFrame
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];
- Specified by:
hasOriginalFrame
in interfaceErrorFrameOrBuilder
- Returns:
- Whether the originalFrame field is set.
-
getOriginalFrame
public AssetFrame getOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getOriginalFrame
in interfaceErrorFrameOrBuilder
- Returns:
- The originalFrame.
-
setOriginalFrame
public 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];
-
setOriginalFrame
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];
-
mergeOriginalFrame
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];
-
clearOriginalFrame
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];
-
getOriginalFrameBuilder
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];
-
getOriginalFrameOrBuilder
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];
- Specified by:
getOriginalFrameOrBuilder
in interfaceErrorFrameOrBuilder
-
hasIngestionTime
public boolean hasIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasIngestionTime
in interfaceErrorFrameOrBuilder
- Returns:
- Whether the ingestionTime field is set.
-
getIngestionTime
public com.google.protobuf.Timestamp getIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getIngestionTime
in interfaceErrorFrameOrBuilder
- Returns:
- The ingestionTime.
-
setIngestionTime
public 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];
-
setIngestionTime
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];
-
mergeIngestionTime
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];
-
clearIngestionTime
public ErrorFrame.Builder clearIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getIngestionTimeBuilder
public com.google.protobuf.Timestamp.Builder getIngestionTimeBuilder()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getIngestionTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getIngestionTimeOrBuilder()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getIngestionTimeOrBuilder
in interfaceErrorFrameOrBuilder
-
setUnknownFields
public final ErrorFrame.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>
-
mergeUnknownFields
public final ErrorFrame.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ErrorFrame.Builder>
-
-