Uses of Class
org.yamcs.protobuf.ArchiveParameterSegmentInfo
-
Packages that use ArchiveParameterSegmentInfo Package Description org.yamcs.protobuf -
-
Uses of ArchiveParameterSegmentInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ArchiveParameterSegmentInfo Modifier and Type Field Description static com.google.protobuf.Parser<ArchiveParameterSegmentInfo>ArchiveParameterSegmentInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ArchiveParameterSegmentInfo Modifier and Type Method Description ArchiveParameterSegmentInfoArchiveParameterSegmentInfo.Builder. build()ArchiveParameterSegmentInfoArchiveParameterSegmentInfo.Builder. buildPartial()static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. getDefaultInstance()ArchiveParameterSegmentInfoArchiveParameterSegmentInfo.Builder. getDefaultInstanceForType()ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. getDefaultInstanceForType()ArchiveParameterSegmentInfoArchivedParameterSegmentsResponse.Builder. getSegments(int index)repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;ArchiveParameterSegmentInfoArchivedParameterSegmentsResponse. getSegments(int index)repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;ArchiveParameterSegmentInfoArchivedParameterSegmentsResponseOrBuilder. getSegments(int index)repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseDelimitedFrom(InputStream input)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(byte[] data)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(com.google.protobuf.ByteString data)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(InputStream input)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(ByteBuffer data)static ArchiveParameterSegmentInfoArchiveParameterSegmentInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ArchiveParameterSegmentInfo Modifier and Type Method Description com.google.protobuf.Parser<ArchiveParameterSegmentInfo>ArchiveParameterSegmentInfo. getParserForType()List<ArchiveParameterSegmentInfo>ArchivedParameterSegmentsResponse.Builder. getSegmentsList()repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;List<ArchiveParameterSegmentInfo>ArchivedParameterSegmentsResponse. getSegmentsList()repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;List<ArchiveParameterSegmentInfo>ArchivedParameterSegmentsResponseOrBuilder. getSegmentsList()repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;static com.google.protobuf.Parser<ArchiveParameterSegmentInfo>ArchiveParameterSegmentInfo. parser()Methods in org.yamcs.protobuf with parameters of type ArchiveParameterSegmentInfo Modifier and Type Method Description ArchivedParameterSegmentsResponse.BuilderArchivedParameterSegmentsResponse.Builder. addSegments(int index, ArchiveParameterSegmentInfo value)repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;ArchivedParameterSegmentsResponse.BuilderArchivedParameterSegmentsResponse.Builder. addSegments(ArchiveParameterSegmentInfo value)repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;ArchiveParameterSegmentInfo.BuilderArchiveParameterSegmentInfo.Builder. mergeFrom(ArchiveParameterSegmentInfo other)static ArchiveParameterSegmentInfo.BuilderArchiveParameterSegmentInfo. newBuilder(ArchiveParameterSegmentInfo prototype)ArchivedParameterSegmentsResponse.BuilderArchivedParameterSegmentsResponse.Builder. setSegments(int index, ArchiveParameterSegmentInfo value)repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;Method parameters in org.yamcs.protobuf with type arguments of type ArchiveParameterSegmentInfo Modifier and Type Method Description ArchivedParameterSegmentsResponse.BuilderArchivedParameterSegmentsResponse.Builder. addAllSegments(Iterable<? extends ArchiveParameterSegmentInfo> values)repeated .yamcs.protobuf.archive.ArchiveParameterSegmentInfo segments = 2;
-