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