Package viam.app.v1
Class App.GetFragmentHistoryResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.GetFragmentHistoryResponse,App.GetFragmentHistoryResponse.Builder>
viam.app.v1.App.GetFragmentHistoryResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.GetFragmentHistoryResponseOrBuilder
- Enclosing class:
- App.GetFragmentHistoryResponse
public static final class App.GetFragmentHistoryResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.GetFragmentHistoryResponse,App.GetFragmentHistoryResponse.Builder>
implements App.GetFragmentHistoryResponseOrBuilder
Protobuf type
viam.app.v1.GetFragmentHistoryResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllHistory
(Iterable<? extends App.FragmentHistoryEntry> values) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
addHistory
(int index, App.FragmentHistoryEntry value) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
addHistory
(int index, App.FragmentHistoryEntry.Builder builderForValue) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
addHistory
(App.FragmentHistoryEntry.Builder builderForValue) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
string next_page_token = 2 [json_name = "nextPageToken"];
getHistory
(int index) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
int
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
string next_page_token = 2 [json_name = "nextPageToken"];
com.google.protobuf.ByteString
string next_page_token = 2 [json_name = "nextPageToken"];
removeHistory
(int index) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
setHistory
(int index, App.FragmentHistoryEntry value) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
setHistory
(int index, App.FragmentHistoryEntry.Builder builderForValue) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
setNextPageToken
(String value) string next_page_token = 2 [json_name = "nextPageToken"];
setNextPageTokenBytes
(com.google.protobuf.ByteString value) string next_page_token = 2 [json_name = "nextPageToken"];
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.FragmentHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistoryList
in interfaceApp.GetFragmentHistoryResponseOrBuilder
-
getHistoryCount
public int getHistoryCount()repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistoryCount
in interfaceApp.GetFragmentHistoryResponseOrBuilder
-
getHistory
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
- Specified by:
getHistory
in interfaceApp.GetFragmentHistoryResponseOrBuilder
-
setHistory
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
setHistory
public App.GetFragmentHistoryResponse.Builder setHistory(int index, App.FragmentHistoryEntry.Builder builderForValue) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
addHistory
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
addHistory
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public App.GetFragmentHistoryResponse.Builder addHistory(App.FragmentHistoryEntry.Builder builderForValue) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
addHistory
public App.GetFragmentHistoryResponse.Builder addHistory(int index, App.FragmentHistoryEntry.Builder builderForValue) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
addAllHistory
public App.GetFragmentHistoryResponse.Builder addAllHistory(Iterable<? extends App.FragmentHistoryEntry> values) repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
clearHistory
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
removeHistory
repeated .viam.app.v1.FragmentHistoryEntry history = 1 [json_name = "history"];
-
getNextPageToken
string next_page_token = 2 [json_name = "nextPageToken"];
- Specified by:
getNextPageToken
in interfaceApp.GetFragmentHistoryResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()string next_page_token = 2 [json_name = "nextPageToken"];
- Specified by:
getNextPageTokenBytes
in interfaceApp.GetFragmentHistoryResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
string next_page_token = 2 [json_name = "nextPageToken"];
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
string next_page_token = 2 [json_name = "nextPageToken"];
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public App.GetFragmentHistoryResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) string next_page_token = 2 [json_name = "nextPageToken"];
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-