Package viam.app.v1
Class App.GetRobotPartHistoryResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.GetRobotPartHistoryResponse,App.GetRobotPartHistoryResponse.Builder>
viam.app.v1.App.GetRobotPartHistoryResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.GetRobotPartHistoryResponseOrBuilder
- Enclosing class:
- App.GetRobotPartHistoryResponse
public static final class App.GetRobotPartHistoryResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.GetRobotPartHistoryResponse,App.GetRobotPartHistoryResponse.Builder>
implements App.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 App.RobotPartHistoryEntry> values) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
addHistory
(int index, App.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
addHistory
(int index, App.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
addHistory
(App.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, App.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
setHistory
(int index, App.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 interfaceApp.GetRobotPartHistoryResponseOrBuilder
-
getHistoryCount
public int getHistoryCount()repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistoryCount
in interfaceApp.GetRobotPartHistoryResponseOrBuilder
-
getHistory
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistory
in interfaceApp.GetRobotPartHistoryResponseOrBuilder
-
setHistory
public App.GetRobotPartHistoryResponse.Builder setHistory(int index, App.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
setHistory
public App.GetRobotPartHistoryResponse.Builder setHistory(int index, App.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public App.GetRobotPartHistoryResponse.Builder addHistory(int index, App.RobotPartHistoryEntry value) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public App.GetRobotPartHistoryResponse.Builder addHistory(App.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public App.GetRobotPartHistoryResponse.Builder addHistory(int index, App.RobotPartHistoryEntry.Builder builderForValue) repeated .viam.app.v1.RobotPartHistoryEntry history = 1 [json_name = "history"];
-
addAllHistory
public App.GetRobotPartHistoryResponse.Builder addAllHistory(Iterable<? extends App.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"];
-