IndexGroup.Builder |
IndexGroup.Builder.addAllEntry(Iterable<? extends IndexEntry> values) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.addEntry(int index,
IndexEntry value) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.addEntry(int index,
IndexEntry.Builder builderForValue) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.addEntry(IndexEntry value) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.addEntry(IndexEntry.Builder builderForValue) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexResponse.Builder.addGroupBuilder() |
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
|
IndexGroup.Builder |
IndexResponse.Builder.addGroupBuilder(int index) |
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
|
IndexGroup.Builder |
IndexGroup.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IndexGroup.Builder |
IndexGroup.Builder.clear() |
|
IndexGroup.Builder |
IndexGroup.Builder.clearEntry() |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
IndexGroup.Builder |
IndexGroup.Builder.clearId() |
optional .yamcs.protobuf.NamedObjectId id = 1;
|
IndexGroup.Builder |
IndexGroup.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
IndexGroup.Builder |
IndexGroup.Builder.clone() |
|
IndexGroup.Builder |
IndexResponse.Builder.getGroupBuilder(int index) |
repeated .yamcs.protobuf.archive.IndexGroup group = 1;
|
IndexGroup.Builder |
IndexGroup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
IndexGroup.Builder |
IndexGroup.Builder.mergeFrom(com.google.protobuf.Message other) |
|
IndexGroup.Builder |
IndexGroup.Builder.mergeFrom(IndexGroup other) |
|
IndexGroup.Builder |
IndexGroup.Builder.mergeId(Yamcs.NamedObjectId value) |
optional .yamcs.protobuf.NamedObjectId id = 1;
|
IndexGroup.Builder |
IndexGroup.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static IndexGroup.Builder |
IndexGroup.newBuilder() |
|
static IndexGroup.Builder |
IndexGroup.newBuilder(IndexGroup prototype) |
|
IndexGroup.Builder |
IndexGroup.newBuilderForType() |
|
protected IndexGroup.Builder |
IndexGroup.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
IndexGroup.Builder |
IndexGroup.Builder.removeEntry(int index) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.setEntry(int index,
IndexEntry value) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.setEntry(int index,
IndexEntry.Builder builderForValue) |
repeated .yamcs.protobuf.archive.IndexEntry entry = 2;
|
IndexGroup.Builder |
IndexGroup.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
IndexGroup.Builder |
IndexGroup.Builder.setId(Yamcs.NamedObjectId value) |
optional .yamcs.protobuf.NamedObjectId id = 1;
|
IndexGroup.Builder |
IndexGroup.Builder.setId(Yamcs.NamedObjectId.Builder builderForValue) |
optional .yamcs.protobuf.NamedObjectId id = 1;
|
IndexGroup.Builder |
IndexGroup.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
IndexGroup.Builder |
IndexGroup.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
IndexGroup.Builder |
IndexGroup.toBuilder() |
|