Uses of Class
org.yamcs.protobuf.SystemInfo
-
Packages that use SystemInfo Package Description org.yamcs.protobuf -
-
Uses of SystemInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type SystemInfo Modifier and Type Field Description static com.google.protobuf.Parser<SystemInfo>SystemInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return SystemInfo Modifier and Type Method Description SystemInfoSystemInfo.Builder. build()SystemInfoSystemInfo.Builder. buildPartial()static SystemInfoSystemInfo. getDefaultInstance()SystemInfoSystemInfo.Builder. getDefaultInstanceForType()SystemInfoSystemInfo. getDefaultInstanceForType()static SystemInfoSystemInfo. parseDelimitedFrom(InputStream input)static SystemInfoSystemInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SystemInfoSystemInfo. parseFrom(byte[] data)static SystemInfoSystemInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SystemInfoSystemInfo. parseFrom(com.google.protobuf.ByteString data)static SystemInfoSystemInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SystemInfoSystemInfo. parseFrom(com.google.protobuf.CodedInputStream input)static SystemInfoSystemInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SystemInfoSystemInfo. parseFrom(InputStream input)static SystemInfoSystemInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SystemInfoSystemInfo. parseFrom(ByteBuffer data)static SystemInfoSystemInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type SystemInfo Modifier and Type Method Description com.google.protobuf.Parser<SystemInfo>SystemInfo. getParserForType()static com.google.protobuf.Parser<SystemInfo>SystemInfo. parser()Methods in org.yamcs.protobuf with parameters of type SystemInfo Modifier and Type Method Description SystemInfo.BuilderSystemInfo.Builder. mergeFrom(SystemInfo other)static SystemInfo.BuilderSystemInfo. newBuilder(SystemInfo prototype)Method parameters in org.yamcs.protobuf with type arguments of type SystemInfo Modifier and Type Method Description abstract voidAbstractManagementApi. getSystemInfo(T ctx, com.google.protobuf.Empty request, Observer<SystemInfo> observer)Get system infovoidManagementApiClient. getSystemInfo(Void ctx, com.google.protobuf.Empty request, Observer<SystemInfo> observer)Get system info
-