Package org.yamcs.protobuf
Class ListCommandsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
- org.yamcs.protobuf.ListCommandsResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,ListCommandsResponseOrBuilder
- Enclosing class:
- ListCommandsResponse
public static final class ListCommandsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder> implements ListCommandsResponseOrBuilder
Protobuf typeyamcs.protobuf.commanding.ListCommandsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCommandsResponse.BuilderaddAllEntry(Iterable<? extends Commanding.CommandHistoryEntry> values)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuilderaddEntry(int index, Commanding.CommandHistoryEntry value)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuilderaddEntry(int index, Commanding.CommandHistoryEntry.Builder builderForValue)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuilderaddEntry(Commanding.CommandHistoryEntry value)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuilderaddEntry(Commanding.CommandHistoryEntry.Builder builderForValue)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntry.BuilderaddEntryBuilder()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntry.BuilderaddEntryBuilder(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListCommandsResponsebuild()ListCommandsResponsebuildPartial()ListCommandsResponse.Builderclear()ListCommandsResponse.BuilderclearContinuationToken()optional string continuationToken = 2;ListCommandsResponse.BuilderclearEntry()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListCommandsResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListCommandsResponse.Builderclone()StringgetContinuationToken()optional string continuationToken = 2;com.google.protobuf.ByteStringgetContinuationTokenBytes()optional string continuationToken = 2;ListCommandsResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Commanding.CommandHistoryEntrygetEntry(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntry.BuildergetEntryBuilder(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;List<Commanding.CommandHistoryEntry.Builder>getEntryBuilderList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;intgetEntryCount()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;List<Commanding.CommandHistoryEntry>getEntryList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntryOrBuildergetEntryOrBuilder(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;List<? extends Commanding.CommandHistoryEntryOrBuilder>getEntryOrBuilderList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;booleanhasContinuationToken()optional string continuationToken = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListCommandsResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListCommandsResponse.BuildermergeFrom(com.google.protobuf.Message other)ListCommandsResponse.BuildermergeFrom(ListCommandsResponse other)ListCommandsResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListCommandsResponse.BuilderremoveEntry(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuildersetContinuationToken(String value)optional string continuationToken = 2;ListCommandsResponse.BuildersetContinuationTokenBytes(com.google.protobuf.ByteString value)optional string continuationToken = 2;ListCommandsResponse.BuildersetEntry(int index, Commanding.CommandHistoryEntry value)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuildersetEntry(int index, Commanding.CommandHistoryEntry.Builder builderForValue)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListCommandsResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListCommandsResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
clear
public ListCommandsResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
getDefaultInstanceForType
public ListCommandsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListCommandsResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListCommandsResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListCommandsResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
setField
public ListCommandsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
clearField
public ListCommandsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
clearOneof
public ListCommandsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
setRepeatedField
public ListCommandsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
addRepeatedField
public ListCommandsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
mergeFrom
public ListCommandsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListCommandsResponse.Builder>
-
mergeFrom
public ListCommandsResponse.Builder mergeFrom(ListCommandsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
mergeFrom
public ListCommandsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListCommandsResponse.Builder>- Throws:
IOException
-
getEntryList
public List<Commanding.CommandHistoryEntry> getEntryList()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;- Specified by:
getEntryListin interfaceListCommandsResponseOrBuilder
-
getEntryCount
public int getEntryCount()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;- Specified by:
getEntryCountin interfaceListCommandsResponseOrBuilder
-
getEntry
public Commanding.CommandHistoryEntry getEntry(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;- Specified by:
getEntryin interfaceListCommandsResponseOrBuilder
-
setEntry
public ListCommandsResponse.Builder setEntry(int index, Commanding.CommandHistoryEntry value)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
setEntry
public ListCommandsResponse.Builder setEntry(int index, Commanding.CommandHistoryEntry.Builder builderForValue)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
addEntry
public ListCommandsResponse.Builder addEntry(Commanding.CommandHistoryEntry value)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
addEntry
public ListCommandsResponse.Builder addEntry(int index, Commanding.CommandHistoryEntry value)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
addEntry
public ListCommandsResponse.Builder addEntry(Commanding.CommandHistoryEntry.Builder builderForValue)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
addEntry
public ListCommandsResponse.Builder addEntry(int index, Commanding.CommandHistoryEntry.Builder builderForValue)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
addAllEntry
public ListCommandsResponse.Builder addAllEntry(Iterable<? extends Commanding.CommandHistoryEntry> values)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
clearEntry
public ListCommandsResponse.Builder clearEntry()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
removeEntry
public ListCommandsResponse.Builder removeEntry(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
getEntryBuilder
public Commanding.CommandHistoryEntry.Builder getEntryBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
getEntryOrBuilder
public Commanding.CommandHistoryEntryOrBuilder getEntryOrBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;- Specified by:
getEntryOrBuilderin interfaceListCommandsResponseOrBuilder
-
getEntryOrBuilderList
public List<? extends Commanding.CommandHistoryEntryOrBuilder> getEntryOrBuilderList()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;- Specified by:
getEntryOrBuilderListin interfaceListCommandsResponseOrBuilder
-
addEntryBuilder
public Commanding.CommandHistoryEntry.Builder addEntryBuilder()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
addEntryBuilder
public Commanding.CommandHistoryEntry.Builder addEntryBuilder(int index)
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
getEntryBuilderList
public List<Commanding.CommandHistoryEntry.Builder> getEntryBuilderList()
repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;
-
hasContinuationToken
public boolean hasContinuationToken()
optional string continuationToken = 2;- Specified by:
hasContinuationTokenin interfaceListCommandsResponseOrBuilder
-
getContinuationToken
public String getContinuationToken()
optional string continuationToken = 2;- Specified by:
getContinuationTokenin interfaceListCommandsResponseOrBuilder
-
getContinuationTokenBytes
public com.google.protobuf.ByteString getContinuationTokenBytes()
optional string continuationToken = 2;- Specified by:
getContinuationTokenBytesin interfaceListCommandsResponseOrBuilder
-
setContinuationToken
public ListCommandsResponse.Builder setContinuationToken(String value)
optional string continuationToken = 2;
-
clearContinuationToken
public ListCommandsResponse.Builder clearContinuationToken()
optional string continuationToken = 2;
-
setContinuationTokenBytes
public ListCommandsResponse.Builder setContinuationTokenBytes(com.google.protobuf.ByteString value)
optional string continuationToken = 2;
-
setUnknownFields
public final ListCommandsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
mergeUnknownFields
public final ListCommandsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListCommandsResponse.Builder>
-
-