ListCommandsRequest.Builder |
ListCommandsRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clear() |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearInstance() |
Yamcs instance name.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearLimit() |
The maximum number of returned records per page.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearNext() |
optional string next = 6;
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearOrder() |
The order of the returned results.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearPos() |
The zero-based row number at which to start outputting results.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearQ() |
Text to search in the name of the command.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearStart() |
Filter the lower bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clearStop() |
Filter the upper bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.clone() |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.mergeFrom(ListCommandsRequest other) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.mergeStart(com.google.protobuf.Timestamp value) |
Filter the lower bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.mergeStop(com.google.protobuf.Timestamp value) |
Filter the upper bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ListCommandsRequest.Builder |
ListCommandsRequest.newBuilder() |
|
static ListCommandsRequest.Builder |
ListCommandsRequest.newBuilder(ListCommandsRequest prototype) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.newBuilderForType() |
|
protected ListCommandsRequest.Builder |
ListCommandsRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setInstance(String value) |
Yamcs instance name.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setInstanceBytes(com.google.protobuf.ByteString value) |
Yamcs instance name.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setLimit(int value) |
The maximum number of returned records per page.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setNext(String value) |
optional string next = 6;
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setNextBytes(com.google.protobuf.ByteString value) |
optional string next = 6;
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setOrder(String value) |
The order of the returned results.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setOrderBytes(com.google.protobuf.ByteString value) |
The order of the returned results.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setPos(long value) |
The zero-based row number at which to start outputting results.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setQ(String value) |
Text to search in the name of the command.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setQBytes(com.google.protobuf.ByteString value) |
Text to search in the name of the command.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setStart(com.google.protobuf.Timestamp value) |
Filter the lower bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setStart(com.google.protobuf.Timestamp.Builder builderForValue) |
Filter the lower bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setStop(com.google.protobuf.Timestamp value) |
Filter the upper bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setStop(com.google.protobuf.Timestamp.Builder builderForValue) |
Filter the upper bound of the command's generation time.
|
ListCommandsRequest.Builder |
ListCommandsRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ListCommandsRequest.Builder |
ListCommandsRequest.toBuilder() |
|