public static final class PEventFile.HEvent.Group extends com.google.protobuf.GeneratedMessage implements PEventFile.HEvent.GroupOrBuilder
promc.HEvent.Group| Modifier and Type | Class and Description |
|---|---|
static class |
PEventFile.HEvent.Group.Builder
Protobuf type
promc.HEvent.Group |
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 |
ENTRY_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<PEventFile.HEvent.Group> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
static PEventFile.HEvent.Group |
getDefaultInstance() |
PEventFile.HEvent.Group |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PEventFile.HEvent.Entry |
getEntry(int index)
repeated .promc.HEvent.Entry entry = 2; |
int |
getEntryCount()
repeated .promc.HEvent.Entry entry = 2; |
List<PEventFile.HEvent.Entry> |
getEntryList()
repeated .promc.HEvent.Entry entry = 2; |
PEventFile.HEvent.EntryOrBuilder |
getEntryOrBuilder(int index)
repeated .promc.HEvent.Entry entry = 2; |
List<? extends PEventFile.HEvent.EntryOrBuilder> |
getEntryOrBuilderList()
repeated .promc.HEvent.Entry entry = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
com.google.protobuf.Parser<PEventFile.HEvent.Group> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasName()
optional string name = 1; |
boolean |
isInitialized() |
static PEventFile.HEvent.Group.Builder |
newBuilder() |
static PEventFile.HEvent.Group.Builder |
newBuilder(PEventFile.HEvent.Group prototype) |
PEventFile.HEvent.Group.Builder |
newBuilderForType() |
static PEventFile.HEvent.Group |
parseDelimitedFrom(InputStream input) |
static PEventFile.HEvent.Group |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Group |
parseFrom(byte[] data) |
static PEventFile.HEvent.Group |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Group |
parseFrom(com.google.protobuf.ByteString data) |
static PEventFile.HEvent.Group |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Group |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PEventFile.HEvent.Group |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PEventFile.HEvent.Group |
parseFrom(InputStream input) |
static PEventFile.HEvent.Group |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PEventFile.HEvent.Group.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<PEventFile.HEvent.Group> PARSER
public static final int NAME_FIELD_NUMBER
public static final int ENTRY_FIELD_NUMBER
public static PEventFile.HEvent.Group getDefaultInstance()
public PEventFile.HEvent.Group 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<PEventFile.HEvent.Group> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
optional string name = 1;hasName in interface PEventFile.HEvent.GroupOrBuilderpublic String getName()
optional string name = 1;getName in interface PEventFile.HEvent.GroupOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface PEventFile.HEvent.GroupOrBuilderpublic List<PEventFile.HEvent.Entry> getEntryList()
repeated .promc.HEvent.Entry entry = 2;getEntryList in interface PEventFile.HEvent.GroupOrBuilderpublic List<? extends PEventFile.HEvent.EntryOrBuilder> getEntryOrBuilderList()
repeated .promc.HEvent.Entry entry = 2;getEntryOrBuilderList in interface PEventFile.HEvent.GroupOrBuilderpublic int getEntryCount()
repeated .promc.HEvent.Entry entry = 2;getEntryCount in interface PEventFile.HEvent.GroupOrBuilderpublic PEventFile.HEvent.Entry getEntry(int index)
repeated .promc.HEvent.Entry entry = 2;getEntry in interface PEventFile.HEvent.GroupOrBuilderpublic PEventFile.HEvent.EntryOrBuilder getEntryOrBuilder(int index)
repeated .promc.HEvent.Entry entry = 2;getEntryOrBuilder in interface PEventFile.HEvent.GroupOrBuilderpublic 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 PEventFile.HEvent.Group parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Group parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Group parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Group parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PEventFile.HEvent.Group parseFrom(InputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent.Group parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent.Group parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent.Group parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent.Group parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PEventFile.HEvent.Group parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PEventFile.HEvent.Group.Builder newBuilder()
public PEventFile.HEvent.Group.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PEventFile.HEvent.Group.Builder newBuilder(PEventFile.HEvent.Group prototype)
public PEventFile.HEvent.Group.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteJas4pp 1.5 © Java Analysis Studio for Particle Physics