public static final class PBufFile.Record.PNI extends com.google.protobuf.GeneratedMessage implements PBufFile.Record.PNIOrBuilder
promc.Record.PNI
NxM matrix (integer)
| Modifier and Type | Class and Description |
|---|---|
static class |
PBufFile.Record.PNI.Builder
Protobuf type
promc.Record.PNI |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DIMENSION_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PBufFile.Record.PNI> |
PARSER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PBufFile.Record.PNI |
getDefaultInstance() |
PBufFile.Record.PNI |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDimension()
required int32 dimension = 3; |
String |
getName()
required string name = 1 [default = "none"]; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1 [default = "none"]; |
com.google.protobuf.Parser<PBufFile.Record.PNI> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getValue(int index)
repeated int32 value = 2 [packed = true]; |
int |
getValueCount()
repeated int32 value = 2 [packed = true]; |
List<Integer> |
getValueList()
repeated int32 value = 2 [packed = true]; |
boolean |
hasDimension()
required int32 dimension = 3; |
boolean |
hasName()
required string name = 1 [default = "none"]; |
boolean |
isInitialized() |
static PBufFile.Record.PNI.Builder |
newBuilder() |
static PBufFile.Record.PNI.Builder |
newBuilder(PBufFile.Record.PNI prototype) |
PBufFile.Record.PNI.Builder |
newBuilderForType() |
static PBufFile.Record.PNI |
parseDelimitedFrom(InputStream input) |
static PBufFile.Record.PNI |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PNI |
parseFrom(byte[] data) |
static PBufFile.Record.PNI |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PNI |
parseFrom(com.google.protobuf.ByteString data) |
static PBufFile.Record.PNI |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PNI |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PBufFile.Record.PNI |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PBufFile.Record.PNI |
parseFrom(InputStream input) |
static PBufFile.Record.PNI |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PBufFile.Record.PNI.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, findInitializationErrors, getInitializationErrorString, hashCode, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<PBufFile.Record.PNI> PARSER
public static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static final int DIMENSION_FIELD_NUMBER
public static PBufFile.Record.PNI getDefaultInstance()
public PBufFile.Record.PNI getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<PBufFile.Record.PNI> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1 [default = "none"];hasName in interface PBufFile.Record.PNIOrBuilderpublic String getName()
required string name = 1 [default = "none"];getName in interface PBufFile.Record.PNIOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1 [default = "none"];getNameBytes in interface PBufFile.Record.PNIOrBuilderpublic List<Integer> getValueList()
repeated int32 value = 2 [packed = true];getValueList in interface PBufFile.Record.PNIOrBuilderpublic int getValueCount()
repeated int32 value = 2 [packed = true];getValueCount in interface PBufFile.Record.PNIOrBuilderpublic int getValue(int index)
repeated int32 value = 2 [packed = true];getValue in interface PBufFile.Record.PNIOrBuilderpublic boolean hasDimension()
required int32 dimension = 3;hasDimension in interface PBufFile.Record.PNIOrBuilderpublic int getDimension()
required int32 dimension = 3;getDimension in interface PBufFile.Record.PNIOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static PBufFile.Record.PNI parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PNI parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PNI parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PNI parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PBufFile.Record.PNI parseFrom(InputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.PNI parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.PNI parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.PNI parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.PNI parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PBufFile.Record.PNI parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PBufFile.Record.PNI.Builder newBuilder()
public PBufFile.Record.PNI.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PBufFile.Record.PNI.Builder newBuilder(PBufFile.Record.PNI prototype)
public PBufFile.Record.PNI.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics