Uses of Class
org.yamcs.protobuf.BucketInfo
-
Packages that use BucketInfo Package Description org.yamcs.protobuf -
-
Uses of BucketInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type BucketInfo Modifier and Type Field Description static com.google.protobuf.Parser<BucketInfo>BucketInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return BucketInfo Modifier and Type Method Description BucketInfoBucketInfo.Builder. build()BucketInfoBucketInfo.Builder. buildPartial()BucketInfoListBucketsResponse.Builder. getBuckets(int index)repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;BucketInfoListBucketsResponse. getBuckets(int index)repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;BucketInfoListBucketsResponseOrBuilder. getBuckets(int index)repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;static BucketInfoBucketInfo. getDefaultInstance()BucketInfoBucketInfo.Builder. getDefaultInstanceForType()BucketInfoBucketInfo. getDefaultInstanceForType()static BucketInfoBucketInfo. parseDelimitedFrom(InputStream input)static BucketInfoBucketInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BucketInfoBucketInfo. parseFrom(byte[] data)static BucketInfoBucketInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BucketInfoBucketInfo. parseFrom(com.google.protobuf.ByteString data)static BucketInfoBucketInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BucketInfoBucketInfo. parseFrom(com.google.protobuf.CodedInputStream input)static BucketInfoBucketInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BucketInfoBucketInfo. parseFrom(InputStream input)static BucketInfoBucketInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BucketInfoBucketInfo. parseFrom(ByteBuffer data)static BucketInfoBucketInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type BucketInfo Modifier and Type Method Description List<BucketInfo>ListBucketsResponse.Builder. getBucketsList()repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;List<BucketInfo>ListBucketsResponse. getBucketsList()repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;List<BucketInfo>ListBucketsResponseOrBuilder. getBucketsList()repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;com.google.protobuf.Parser<BucketInfo>BucketInfo. getParserForType()static com.google.protobuf.Parser<BucketInfo>BucketInfo. parser()Methods in org.yamcs.protobuf with parameters of type BucketInfo Modifier and Type Method Description ListBucketsResponse.BuilderListBucketsResponse.Builder. addBuckets(int index, BucketInfo value)repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;ListBucketsResponse.BuilderListBucketsResponse.Builder. addBuckets(BucketInfo value)repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;BucketInfo.BuilderBucketInfo.Builder. mergeFrom(BucketInfo other)static BucketInfo.BuilderBucketInfo. newBuilder(BucketInfo prototype)ListBucketsResponse.BuilderListBucketsResponse.Builder. setBuckets(int index, BucketInfo value)repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;Method parameters in org.yamcs.protobuf with type arguments of type BucketInfo Modifier and Type Method Description ListBucketsResponse.BuilderListBucketsResponse.Builder. addAllBuckets(Iterable<? extends BucketInfo> values)repeated .yamcs.protobuf.buckets.BucketInfo buckets = 1;
-