Package viam.app.v1
Class Robot.AppValidationStatus.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Robot.AppValidationStatus,Robot.AppValidationStatus.Builder>
viam.app.v1.Robot.AppValidationStatus.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Robot.AppValidationStatusOrBuilder
- Enclosing class:
- Robot.AppValidationStatus
public static final class Robot.AppValidationStatus.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Robot.AppValidationStatus,Robot.AppValidationStatus.Builder>
implements Robot.AppValidationStatusOrBuilder
Protobuf type
viam.app.v1.AppValidationStatus
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring error = 1 [json_name = "error"];
getError()
string error = 1 [json_name = "error"];
com.google.protobuf.ByteString
string error = 1 [json_name = "error"];
string error = 1 [json_name = "error"];
setErrorBytes
(com.google.protobuf.ByteString value) string error = 1 [json_name = "error"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getError
string error = 1 [json_name = "error"];
- Specified by:
getError
in interfaceRobot.AppValidationStatusOrBuilder
- Returns:
- The error.
-
getErrorBytes
public com.google.protobuf.ByteString getErrorBytes()string error = 1 [json_name = "error"];
- Specified by:
getErrorBytes
in interfaceRobot.AppValidationStatusOrBuilder
- Returns:
- The bytes for error.
-
setError
string error = 1 [json_name = "error"];
- Parameters:
value
- The error to set.- Returns:
- This builder for chaining.
-
clearError
string error = 1 [json_name = "error"];
- Returns:
- This builder for chaining.
-
setErrorBytes
string error = 1 [json_name = "error"];
- Parameters:
value
- The bytes for error to set.- Returns:
- This builder for chaining.
-