Uses of Class
org.yamcs.protobuf.TopicInfo
-
Packages that use TopicInfo Package Description org.yamcs.protobuf -
-
Uses of TopicInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TopicInfo Modifier and Type Field Description static com.google.protobuf.Parser<TopicInfo>TopicInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return TopicInfo Modifier and Type Method Description TopicInfoTopicInfo.Builder. build()TopicInfoTopicInfo.Builder. buildPartial()static TopicInfoTopicInfo. getDefaultInstance()TopicInfoTopicInfo.Builder. getDefaultInstanceForType()TopicInfoTopicInfo. getDefaultInstanceForType()TopicInfoListTopicsResponse.Builder. getTopics(int index)repeated .yamcs.protobuf.web.TopicInfo topics = 1;TopicInfoListTopicsResponse. getTopics(int index)repeated .yamcs.protobuf.web.TopicInfo topics = 1;TopicInfoListTopicsResponseOrBuilder. getTopics(int index)repeated .yamcs.protobuf.web.TopicInfo topics = 1;static TopicInfoTopicInfo. parseDelimitedFrom(InputStream input)static TopicInfoTopicInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoTopicInfo. parseFrom(byte[] data)static TopicInfoTopicInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoTopicInfo. parseFrom(com.google.protobuf.ByteString data)static TopicInfoTopicInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoTopicInfo. parseFrom(com.google.protobuf.CodedInputStream input)static TopicInfoTopicInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoTopicInfo. parseFrom(InputStream input)static TopicInfoTopicInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicInfoTopicInfo. parseFrom(ByteBuffer data)static TopicInfoTopicInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type TopicInfo Modifier and Type Method Description com.google.protobuf.Parser<TopicInfo>TopicInfo. getParserForType()List<TopicInfo>ListTopicsResponse.Builder. getTopicsList()repeated .yamcs.protobuf.web.TopicInfo topics = 1;List<TopicInfo>ListTopicsResponse. getTopicsList()repeated .yamcs.protobuf.web.TopicInfo topics = 1;List<TopicInfo>ListTopicsResponseOrBuilder. getTopicsList()repeated .yamcs.protobuf.web.TopicInfo topics = 1;static com.google.protobuf.Parser<TopicInfo>TopicInfo. parser()Methods in org.yamcs.protobuf with parameters of type TopicInfo Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.Builder. addTopics(int index, TopicInfo value)repeated .yamcs.protobuf.web.TopicInfo topics = 1;ListTopicsResponse.BuilderListTopicsResponse.Builder. addTopics(TopicInfo value)repeated .yamcs.protobuf.web.TopicInfo topics = 1;TopicInfo.BuilderTopicInfo.Builder. mergeFrom(TopicInfo other)static TopicInfo.BuilderTopicInfo. newBuilder(TopicInfo prototype)ListTopicsResponse.BuilderListTopicsResponse.Builder. setTopics(int index, TopicInfo value)repeated .yamcs.protobuf.web.TopicInfo topics = 1;Method parameters in org.yamcs.protobuf with type arguments of type TopicInfo Modifier and Type Method Description ListTopicsResponse.BuilderListTopicsResponse.Builder. addAllTopics(Iterable<? extends TopicInfo> values)repeated .yamcs.protobuf.web.TopicInfo topics = 1;
-