Uses of Class
com.google.cloud.migrationcenter.v1.ErrorFrameView
-
Packages that use ErrorFrameView Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ErrorFrameView in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ErrorFrameView Modifier and Type Method Description static ErrorFrameView
ErrorFrameView. forNumber(int value)
ErrorFrameView
GetErrorFrameRequest.Builder. getView()
Optional.ErrorFrameView
GetErrorFrameRequest. getView()
Optional.ErrorFrameView
GetErrorFrameRequestOrBuilder. getView()
Optional.ErrorFrameView
ListErrorFramesRequest.Builder. getView()
Optional.ErrorFrameView
ListErrorFramesRequest. getView()
Optional.ErrorFrameView
ListErrorFramesRequestOrBuilder. getView()
Optional.static ErrorFrameView
ErrorFrameView. valueOf(int value)
Deprecated.static ErrorFrameView
ErrorFrameView. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ErrorFrameView
ErrorFrameView. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorFrameView[]
ErrorFrameView. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ErrorFrameView Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ErrorFrameView>
ErrorFrameView. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ErrorFrameView Modifier and Type Method Description GetErrorFrameRequest.Builder
GetErrorFrameRequest.Builder. setView(ErrorFrameView value)
Optional.ListErrorFramesRequest.Builder
ListErrorFramesRequest.Builder. setView(ErrorFrameView value)
Optional.
-