Uses of Interface
com.google.cloud.migrationcenter.v1.ErrorFrameOrBuilder
-
Packages that use ErrorFrameOrBuilder Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ErrorFrameOrBuilder in com.google.cloud.migrationcenter.v1
Classes in com.google.cloud.migrationcenter.v1 that implement ErrorFrameOrBuilder Modifier and Type Class Description class
ErrorFrame
Message representing a frame which failed to be processed due to an error.static class
ErrorFrame.Builder
Message representing a frame which failed to be processed due to an error.Methods in com.google.cloud.migrationcenter.v1 that return ErrorFrameOrBuilder Modifier and Type Method Description ErrorFrameOrBuilder
ListErrorFramesResponse.Builder. getErrorFramesOrBuilder(int index)
The list of error frames.ErrorFrameOrBuilder
ListErrorFramesResponse. getErrorFramesOrBuilder(int index)
The list of error frames.ErrorFrameOrBuilder
ListErrorFramesResponseOrBuilder. getErrorFramesOrBuilder(int index)
The list of error frames.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ErrorFrameOrBuilder Modifier and Type Method Description List<? extends ErrorFrameOrBuilder>
ListErrorFramesResponse.Builder. getErrorFramesOrBuilderList()
The list of error frames.List<? extends ErrorFrameOrBuilder>
ListErrorFramesResponse. getErrorFramesOrBuilderList()
The list of error frames.List<? extends ErrorFrameOrBuilder>
ListErrorFramesResponseOrBuilder. getErrorFramesOrBuilderList()
The list of error frames.
-