Uses of Class
org.yamcs.protobuf.RouteInfo
-
Packages that use RouteInfo Package Description org.yamcs.protobuf -
-
Uses of RouteInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type RouteInfo Modifier and Type Field Description static com.google.protobuf.Parser<RouteInfo>RouteInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return RouteInfo Modifier and Type Method Description RouteInfoRouteInfo.Builder. build()RouteInfoRouteInfo.Builder. buildPartial()static RouteInfoRouteInfo. getDefaultInstance()RouteInfoRouteInfo.Builder. getDefaultInstanceForType()RouteInfoRouteInfo. getDefaultInstanceForType()RouteInfoListRoutesResponse.Builder. getRoutes(int index)repeated .yamcs.protobuf.web.RouteInfo routes = 1;RouteInfoListRoutesResponse. getRoutes(int index)repeated .yamcs.protobuf.web.RouteInfo routes = 1;RouteInfoListRoutesResponseOrBuilder. getRoutes(int index)repeated .yamcs.protobuf.web.RouteInfo routes = 1;static RouteInfoRouteInfo. parseDelimitedFrom(InputStream input)static RouteInfoRouteInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoRouteInfo. parseFrom(byte[] data)static RouteInfoRouteInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoRouteInfo. parseFrom(com.google.protobuf.ByteString data)static RouteInfoRouteInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoRouteInfo. parseFrom(com.google.protobuf.CodedInputStream input)static RouteInfoRouteInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoRouteInfo. parseFrom(InputStream input)static RouteInfoRouteInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RouteInfoRouteInfo. parseFrom(ByteBuffer data)static RouteInfoRouteInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type RouteInfo Modifier and Type Method Description com.google.protobuf.Parser<RouteInfo>RouteInfo. getParserForType()List<RouteInfo>ListRoutesResponse.Builder. getRoutesList()repeated .yamcs.protobuf.web.RouteInfo routes = 1;List<RouteInfo>ListRoutesResponse. getRoutesList()repeated .yamcs.protobuf.web.RouteInfo routes = 1;List<RouteInfo>ListRoutesResponseOrBuilder. getRoutesList()repeated .yamcs.protobuf.web.RouteInfo routes = 1;static com.google.protobuf.Parser<RouteInfo>RouteInfo. parser()Methods in org.yamcs.protobuf with parameters of type RouteInfo Modifier and Type Method Description ListRoutesResponse.BuilderListRoutesResponse.Builder. addRoutes(int index, RouteInfo value)repeated .yamcs.protobuf.web.RouteInfo routes = 1;ListRoutesResponse.BuilderListRoutesResponse.Builder. addRoutes(RouteInfo value)repeated .yamcs.protobuf.web.RouteInfo routes = 1;RouteInfo.BuilderRouteInfo.Builder. mergeFrom(RouteInfo other)static RouteInfo.BuilderRouteInfo. newBuilder(RouteInfo prototype)ListRoutesResponse.BuilderListRoutesResponse.Builder. setRoutes(int index, RouteInfo value)repeated .yamcs.protobuf.web.RouteInfo routes = 1;Method parameters in org.yamcs.protobuf with type arguments of type RouteInfo Modifier and Type Method Description ListRoutesResponse.BuilderListRoutesResponse.Builder. addAllRoutes(Iterable<? extends RouteInfo> values)repeated .yamcs.protobuf.web.RouteInfo routes = 1;
-