public static final class ProMCStatFile.ProMCStat.MetaInt extends com.google.protobuf.GeneratedMessage implements ProMCStatFile.ProMCStat.MetaIntOrBuilder
promc.ProMCStat.MetaInt
map to store orbitrary data as key-int value
Modifier and Type | Class and Description |
---|---|
static class |
ProMCStatFile.ProMCStat.MetaInt.Builder
Protobuf type
promc.ProMCStat.MetaInt |
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 |
KEY_FIELD_NUMBER |
static com.google.protobuf.Parser<ProMCStatFile.ProMCStat.MetaInt> |
PARSER |
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static ProMCStatFile.ProMCStat.MetaInt |
getDefaultInstance() |
ProMCStatFile.ProMCStat.MetaInt |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
com.google.protobuf.Parser<ProMCStatFile.ProMCStat.MetaInt> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getValue()
required sint64 value = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
required sint64 value = 2; |
boolean |
isInitialized() |
static ProMCStatFile.ProMCStat.MetaInt.Builder |
newBuilder() |
static ProMCStatFile.ProMCStat.MetaInt.Builder |
newBuilder(ProMCStatFile.ProMCStat.MetaInt prototype) |
ProMCStatFile.ProMCStat.MetaInt.Builder |
newBuilderForType() |
static ProMCStatFile.ProMCStat.MetaInt |
parseDelimitedFrom(InputStream input) |
static ProMCStatFile.ProMCStat.MetaInt |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(byte[] data) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(com.google.protobuf.ByteString data) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(InputStream input) |
static ProMCStatFile.ProMCStat.MetaInt |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ProMCStatFile.ProMCStat.MetaInt.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension
equals, findInitializationErrors, getInitializationErrorString, hashCode, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static com.google.protobuf.Parser<ProMCStatFile.ProMCStat.MetaInt> PARSER
public static final int KEY_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static ProMCStatFile.ProMCStat.MetaInt getDefaultInstance()
public ProMCStatFile.ProMCStat.MetaInt getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ProMCStatFile.ProMCStat.MetaInt> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasKey()
required string key = 1;
key for integer value
hasKey
in interface ProMCStatFile.ProMCStat.MetaIntOrBuilder
public String getKey()
required string key = 1;
key for integer value
getKey
in interface ProMCStatFile.ProMCStat.MetaIntOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
required string key = 1;
key for integer value
getKeyBytes
in interface ProMCStatFile.ProMCStat.MetaIntOrBuilder
public boolean hasValue()
required sint64 value = 2;
value
hasValue
in interface ProMCStatFile.ProMCStat.MetaIntOrBuilder
public long getValue()
required sint64 value = 2;
value
getValue
in interface ProMCStatFile.ProMCStat.MetaIntOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(InputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat.MetaInt parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat.MetaInt parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ProMCStatFile.ProMCStat.MetaInt parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ProMCStatFile.ProMCStat.MetaInt.Builder newBuilder()
public ProMCStatFile.ProMCStat.MetaInt.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ProMCStatFile.ProMCStat.MetaInt.Builder newBuilder(ProMCStatFile.ProMCStat.MetaInt prototype)
public ProMCStatFile.ProMCStat.MetaInt.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
Jas4pp 1.5 © Java Analysis Studio for Particle Physics