Package viam.app.v1
Class AppOuterClass.GetRobotPartHistoryResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetRobotPartHistoryResponse,AppOuterClass.GetRobotPartHistoryResponse.Builder>
viam.app.v1.AppOuterClass.GetRobotPartHistoryResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,AppOuterClass.GetRobotPartHistoryResponseOrBuilder
- Enclosing class:
- AppOuterClass.GetRobotPartHistoryResponse
public static final class AppOuterClass.GetRobotPartHistoryResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.GetRobotPartHistoryResponse,AppOuterClass.GetRobotPartHistoryResponse.Builder>
implements AppOuterClass.GetRobotPartHistoryResponseOrBuilder
Protobuf type
viam.app.v1.GetRobotPartHistoryResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllHistory
(Iterable<? extends AppOuterClass.RobotPartHistoryEntry> values) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
addHistory
(int index, AppOuterClass.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
addHistory
(int index, AppOuterClass.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
addHistory
(AppOuterClass.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
getHistory
(int index) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
int
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
removeHistory
(int index) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
setHistory
(int index, AppOuterClass.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
setHistory
(int index, AppOuterClass.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
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
-
getHistoryList
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistoryList
in interfaceAppOuterClass.GetRobotPartHistoryResponseOrBuilder
-
getHistoryCount
public int getHistoryCount()repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistoryCount
in interfaceAppOuterClass.GetRobotPartHistoryResponseOrBuilder
-
getHistory
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistory
in interfaceAppOuterClass.GetRobotPartHistoryResponseOrBuilder
-
setHistory
public AppOuterClass.GetRobotPartHistoryResponse.Builder setHistory(int index, AppOuterClass.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
setHistory
public AppOuterClass.GetRobotPartHistoryResponse.Builder setHistory(int index, AppOuterClass.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public AppOuterClass.GetRobotPartHistoryResponse.Builder addHistory(AppOuterClass.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public AppOuterClass.GetRobotPartHistoryResponse.Builder addHistory(int index, AppOuterClass.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public AppOuterClass.GetRobotPartHistoryResponse.Builder addHistory(AppOuterClass.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public AppOuterClass.GetRobotPartHistoryResponse.Builder addHistory(int index, AppOuterClass.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addAllHistory
public AppOuterClass.GetRobotPartHistoryResponse.Builder addAllHistory(Iterable<? extends AppOuterClass.RobotPartHistoryEntry> values) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
clearHistory
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
removeHistory
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-