Package viam.app.v1
Interface App.FragmentErrorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.FragmentError
,App.FragmentError.Builder
- Enclosing class:
- App
public static interface App.FragmentErrorOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring detail = 3 [json_name = "detail"];
com.google.protobuf.ByteString
string detail = 3 [json_name = "detail"];
.viam.app.v1.FragmentErrorType error_type = 1 [json_name = "errorType"];
int
.viam.app.v1.FragmentErrorType error_type = 1 [json_name = "errorType"];
string fragment_id = 2 [json_name = "fragmentId"];
com.google.protobuf.ByteString
string fragment_id = 2 [json_name = "fragmentId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getErrorTypeValue
int getErrorTypeValue().viam.app.v1.FragmentErrorType error_type = 1 [json_name = "errorType"];
- Returns:
- The enum numeric value on the wire for errorType.
-
getErrorType
App.FragmentErrorType getErrorType().viam.app.v1.FragmentErrorType error_type = 1 [json_name = "errorType"];
- Returns:
- The errorType.
-
getFragmentId
String getFragmentId()string fragment_id = 2 [json_name = "fragmentId"];
- Returns:
- The fragmentId.
-
getFragmentIdBytes
com.google.protobuf.ByteString getFragmentIdBytes()string fragment_id = 2 [json_name = "fragmentId"];
- Returns:
- The bytes for fragmentId.
-
getDetail
String getDetail()string detail = 3 [json_name = "detail"];
- Returns:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()string detail = 3 [json_name = "detail"];
- Returns:
- The bytes for detail.
-