Uses of Class
org.yamcs.protobuf.ObjectInfo
-
Packages that use ObjectInfo Package Description org.yamcs.protobuf -
-
Uses of ObjectInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ObjectInfo Modifier and Type Field Description static com.google.protobuf.Parser<ObjectInfo>ObjectInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ObjectInfo Modifier and Type Method Description ObjectInfoObjectInfo.Builder. build()ObjectInfoObjectInfo.Builder. buildPartial()static ObjectInfoObjectInfo. getDefaultInstance()ObjectInfoObjectInfo.Builder. getDefaultInstanceForType()ObjectInfoObjectInfo. getDefaultInstanceForType()ObjectInfoListObjectsResponse.Builder. getObjects(int index)repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;ObjectInfoListObjectsResponse. getObjects(int index)repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;ObjectInfoListObjectsResponseOrBuilder. getObjects(int index)repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;static ObjectInfoObjectInfo. parseDelimitedFrom(InputStream input)static ObjectInfoObjectInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectInfoObjectInfo. parseFrom(byte[] data)static ObjectInfoObjectInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectInfoObjectInfo. parseFrom(com.google.protobuf.ByteString data)static ObjectInfoObjectInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectInfoObjectInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ObjectInfoObjectInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectInfoObjectInfo. parseFrom(InputStream input)static ObjectInfoObjectInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ObjectInfoObjectInfo. parseFrom(ByteBuffer data)static ObjectInfoObjectInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ObjectInfo Modifier and Type Method Description List<ObjectInfo>ListObjectsResponse.Builder. getObjectsList()repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;List<ObjectInfo>ListObjectsResponse. getObjectsList()repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;List<ObjectInfo>ListObjectsResponseOrBuilder. getObjectsList()repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;com.google.protobuf.Parser<ObjectInfo>ObjectInfo. getParserForType()static com.google.protobuf.Parser<ObjectInfo>ObjectInfo. parser()Methods in org.yamcs.protobuf with parameters of type ObjectInfo Modifier and Type Method Description ListObjectsResponse.BuilderListObjectsResponse.Builder. addObjects(int index, ObjectInfo value)repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;ListObjectsResponse.BuilderListObjectsResponse.Builder. addObjects(ObjectInfo value)repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;ObjectInfo.BuilderObjectInfo.Builder. mergeFrom(ObjectInfo other)static ObjectInfo.BuilderObjectInfo. newBuilder(ObjectInfo prototype)ListObjectsResponse.BuilderListObjectsResponse.Builder. setObjects(int index, ObjectInfo value)repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;Method parameters in org.yamcs.protobuf with type arguments of type ObjectInfo Modifier and Type Method Description ListObjectsResponse.BuilderListObjectsResponse.Builder. addAllObjects(Iterable<? extends ObjectInfo> values)repeated .yamcs.protobuf.buckets.ObjectInfo objects = 2;
-