ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.addAllName(Iterable<String> values) |
repeated string name = 7;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.addName(String value) |
repeated string name = 7;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.addNameBytes(com.google.protobuf.ByteString value) |
repeated string name = 7;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clear() |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearInstance() |
Yamcs instance name.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearLimit() |
The maximum number of returned entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearMergeTime() |
Value in milliseconds that indicates the maximum gap before two consecutive index
ranges are merged together.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearName() |
repeated string name = 7;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearNext() |
optional string next = 6;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearStart() |
Filter the lower bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clearStop() |
Filter the upper bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.clone() |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.mergeFrom(ListCommandHistoryIndexRequest other) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.mergeStart(com.google.protobuf.Timestamp value) |
Filter the lower bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.mergeStop(com.google.protobuf.Timestamp value) |
Filter the upper bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.newBuilder() |
|
static ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.newBuilder(ListCommandHistoryIndexRequest prototype) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.newBuilderForType() |
|
protected ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setInstance(String value) |
Yamcs instance name.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setInstanceBytes(com.google.protobuf.ByteString value) |
Yamcs instance name.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setLimit(int value) |
The maximum number of returned entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setMergeTime(int value) |
Value in milliseconds that indicates the maximum gap before two consecutive index
ranges are merged together.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setName(int index,
String value) |
repeated string name = 7;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setNext(String value) |
optional string next = 6;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setNextBytes(com.google.protobuf.ByteString value) |
optional string next = 6;
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setStart(com.google.protobuf.Timestamp value) |
Filter the lower bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setStart(com.google.protobuf.Timestamp.Builder builderForValue) |
Filter the lower bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setStop(com.google.protobuf.Timestamp value) |
Filter the upper bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setStop(com.google.protobuf.Timestamp.Builder builderForValue) |
Filter the upper bound of the index entries.
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ListCommandHistoryIndexRequest.Builder |
ListCommandHistoryIndexRequest.toBuilder() |
|