Uses of Class
com.google.cloud.migrationcenter.v1.ErrorFrame.Builder
-
Packages that use ErrorFrame.Builder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ErrorFrame.Builder in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ErrorFrame.Builder Modifier and Type Method Description ErrorFrame.BuilderErrorFrame.Builder. addAllViolations(Iterable<? extends FrameViolationEntry> values)Output only.ErrorFrame.BuilderListErrorFramesResponse.Builder. addErrorFramesBuilder()The list of error frames.ErrorFrame.BuilderListErrorFramesResponse.Builder. addErrorFramesBuilder(int index)The list of error frames.ErrorFrame.BuilderErrorFrame.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ErrorFrame.BuilderErrorFrame.Builder. addViolations(int index, FrameViolationEntry value)Output only.ErrorFrame.BuilderErrorFrame.Builder. addViolations(int index, FrameViolationEntry.Builder builderForValue)Output only.ErrorFrame.BuilderErrorFrame.Builder. addViolations(FrameViolationEntry value)Output only.ErrorFrame.BuilderErrorFrame.Builder. addViolations(FrameViolationEntry.Builder builderForValue)Output only.ErrorFrame.BuilderErrorFrame.Builder. clear()ErrorFrame.BuilderErrorFrame.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)ErrorFrame.BuilderErrorFrame.Builder. clearIngestionTime()Output only.ErrorFrame.BuilderErrorFrame.Builder. clearName()Output only.ErrorFrame.BuilderErrorFrame.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ErrorFrame.BuilderErrorFrame.Builder. clearOriginalFrame()Output only.ErrorFrame.BuilderErrorFrame.Builder. clearViolations()Output only.ErrorFrame.BuilderErrorFrame.Builder. clone()ErrorFrame.BuilderListErrorFramesResponse.Builder. getErrorFramesBuilder(int index)The list of error frames.ErrorFrame.BuilderErrorFrame.Builder. mergeFrom(ErrorFrame other)ErrorFrame.BuilderErrorFrame.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ErrorFrame.BuilderErrorFrame.Builder. mergeFrom(com.google.protobuf.Message other)ErrorFrame.BuilderErrorFrame.Builder. mergeIngestionTime(com.google.protobuf.Timestamp value)Output only.ErrorFrame.BuilderErrorFrame.Builder. mergeOriginalFrame(AssetFrame value)Output only.ErrorFrame.BuilderErrorFrame.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static ErrorFrame.BuilderErrorFrame. newBuilder()static ErrorFrame.BuilderErrorFrame. newBuilder(ErrorFrame prototype)ErrorFrame.BuilderErrorFrame. newBuilderForType()protected ErrorFrame.BuilderErrorFrame. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)ErrorFrame.BuilderErrorFrame.Builder. removeViolations(int index)Output only.ErrorFrame.BuilderErrorFrame.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ErrorFrame.BuilderErrorFrame.Builder. setIngestionTime(com.google.protobuf.Timestamp value)Output only.ErrorFrame.BuilderErrorFrame.Builder. setIngestionTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.ErrorFrame.BuilderErrorFrame.Builder. setName(String value)Output only.ErrorFrame.BuilderErrorFrame.Builder. setNameBytes(com.google.protobuf.ByteString value)Output only.ErrorFrame.BuilderErrorFrame.Builder. setOriginalFrame(AssetFrame value)Output only.ErrorFrame.BuilderErrorFrame.Builder. setOriginalFrame(AssetFrame.Builder builderForValue)Output only.ErrorFrame.BuilderErrorFrame.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ErrorFrame.BuilderErrorFrame.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ErrorFrame.BuilderErrorFrame.Builder. setViolations(int index, FrameViolationEntry value)Output only.ErrorFrame.BuilderErrorFrame.Builder. setViolations(int index, FrameViolationEntry.Builder builderForValue)Output only.ErrorFrame.BuilderErrorFrame. toBuilder()Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ErrorFrame.Builder Modifier and Type Method Description List<ErrorFrame.Builder>ListErrorFramesResponse.Builder. getErrorFramesBuilderList()The list of error frames.Methods in com.google.cloud.migrationcenter.v1 with parameters of type ErrorFrame.Builder Modifier and Type Method Description ListErrorFramesResponse.BuilderListErrorFramesResponse.Builder. addErrorFrames(int index, ErrorFrame.Builder builderForValue)The list of error frames.ListErrorFramesResponse.BuilderListErrorFramesResponse.Builder. addErrorFrames(ErrorFrame.Builder builderForValue)The list of error frames.ListErrorFramesResponse.BuilderListErrorFramesResponse.Builder. setErrorFrames(int index, ErrorFrame.Builder builderForValue)The list of error frames.
-