Uses of Class
org.yamcs.protobuf.IndexGroup
-
Packages that use IndexGroup Package Description org.yamcs.protobuf -
-
Uses of IndexGroup in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type IndexGroup Modifier and Type Field Description static com.google.protobuf.Parser<IndexGroup>IndexGroup. PARSERDeprecated.Methods in org.yamcs.protobuf that return IndexGroup Modifier and Type Method Description IndexGroupIndexGroup.Builder. build()IndexGroupIndexGroup.Builder. buildPartial()static IndexGroupIndexGroup. getDefaultInstance()IndexGroupIndexGroup.Builder. getDefaultInstanceForType()IndexGroupIndexGroup. getDefaultInstanceForType()IndexGroupIndexResponse.Builder. getGroup(int index)repeated .yamcs.protobuf.archive.IndexGroup group = 1;IndexGroupIndexResponse. getGroup(int index)repeated .yamcs.protobuf.archive.IndexGroup group = 1;IndexGroupIndexResponseOrBuilder. getGroup(int index)repeated .yamcs.protobuf.archive.IndexGroup group = 1;static IndexGroupIndexGroup. parseDelimitedFrom(InputStream input)static IndexGroupIndexGroup. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexGroupIndexGroup. parseFrom(byte[] data)static IndexGroupIndexGroup. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexGroupIndexGroup. parseFrom(com.google.protobuf.ByteString data)static IndexGroupIndexGroup. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexGroupIndexGroup. parseFrom(com.google.protobuf.CodedInputStream input)static IndexGroupIndexGroup. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexGroupIndexGroup. parseFrom(InputStream input)static IndexGroupIndexGroup. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IndexGroupIndexGroup. parseFrom(ByteBuffer data)static IndexGroupIndexGroup. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type IndexGroup Modifier and Type Method Description List<IndexGroup>IndexResponse.Builder. getGroupList()repeated .yamcs.protobuf.archive.IndexGroup group = 1;List<IndexGroup>IndexResponse. getGroupList()repeated .yamcs.protobuf.archive.IndexGroup group = 1;List<IndexGroup>IndexResponseOrBuilder. getGroupList()repeated .yamcs.protobuf.archive.IndexGroup group = 1;com.google.protobuf.Parser<IndexGroup>IndexGroup. getParserForType()static com.google.protobuf.Parser<IndexGroup>IndexGroup. parser()Methods in org.yamcs.protobuf with parameters of type IndexGroup Modifier and Type Method Description IndexResponse.BuilderIndexResponse.Builder. addGroup(int index, IndexGroup value)repeated .yamcs.protobuf.archive.IndexGroup group = 1;IndexResponse.BuilderIndexResponse.Builder. addGroup(IndexGroup value)repeated .yamcs.protobuf.archive.IndexGroup group = 1;IndexGroup.BuilderIndexGroup.Builder. mergeFrom(IndexGroup other)static IndexGroup.BuilderIndexGroup. newBuilder(IndexGroup prototype)IndexResponse.BuilderIndexResponse.Builder. setGroup(int index, IndexGroup value)repeated .yamcs.protobuf.archive.IndexGroup group = 1;Method parameters in org.yamcs.protobuf with type arguments of type IndexGroup Modifier and Type Method Description IndexResponse.BuilderIndexResponse.Builder. addAllGroup(Iterable<? extends IndexGroup> values)repeated .yamcs.protobuf.archive.IndexGroup group = 1;
-