static Table.PartitioningInfo.PartitioningType |
Table.PartitioningInfo.PartitioningType.forNumber(int value) |
|
Table.PartitioningInfo.PartitioningType |
Table.PartitioningInfo.Builder.getType() |
optional .yamcs.protobuf.table.PartitioningInfo.PartitioningType type = 1;
|
Table.PartitioningInfo.PartitioningType |
Table.PartitioningInfo.getType() |
optional .yamcs.protobuf.table.PartitioningInfo.PartitioningType type = 1;
|
Table.PartitioningInfo.PartitioningType |
Table.PartitioningInfoOrBuilder.getType() |
optional .yamcs.protobuf.table.PartitioningInfo.PartitioningType type = 1;
|
static Table.PartitioningInfo.PartitioningType |
Table.PartitioningInfo.PartitioningType.valueOf(int value) |
Deprecated.
|
static Table.PartitioningInfo.PartitioningType |
Table.PartitioningInfo.PartitioningType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Table.PartitioningInfo.PartitioningType |
Table.PartitioningInfo.PartitioningType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Table.PartitioningInfo.PartitioningType[] |
Table.PartitioningInfo.PartitioningType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|