public static final class LspMon.key extends com.google.protobuf.GeneratedMessageLite implements LspMon.keyOrBuilder
key
Schema for key for GPB msg receiver
| Modifier and Type | Class and Description |
|---|---|
static class |
LspMon.key.Builder
Protobuf type
key |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor| Modifier and Type | Field and Description |
|---|---|
static int |
INSTANCE_IDENTIFIER_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<LspMon.key> |
PARSER |
static int |
TIME_STAMPG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static LspMon.key |
getDefaultInstance() |
LspMon.key |
getDefaultInstanceForType() |
int |
getInstanceIdentifier()
required int32 instance_identifier = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<LspMon.key> |
getParserForType() |
int |
getSerializedSize() |
long |
getTimeStampg()
required uint64 time_stampg = 3; |
boolean |
hasInstanceIdentifier()
required int32 instance_identifier = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasTimeStampg()
required uint64 time_stampg = 3; |
boolean |
isInitialized() |
static LspMon.key.Builder |
newBuilder() |
static LspMon.key.Builder |
newBuilder(LspMon.key prototype) |
LspMon.key.Builder |
newBuilderForType() |
static LspMon.key |
parseDelimitedFrom(InputStream input) |
static LspMon.key |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LspMon.key |
parseFrom(byte[] data) |
static LspMon.key |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LspMon.key |
parseFrom(com.google.protobuf.ByteString data) |
static LspMon.key |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LspMon.key |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LspMon.key |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LspMon.key |
parseFrom(InputStream input) |
static LspMon.key |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LspMon.key.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, hashCode, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toStringpublic static com.google.protobuf.Parser<LspMon.key> PARSER
public static final int NAME_FIELD_NUMBER
public static final int INSTANCE_IDENTIFIER_FIELD_NUMBER
public static final int TIME_STAMPG_FIELD_NUMBER
public static LspMon.key getDefaultInstance()
public LspMon.key getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLitepublic com.google.protobuf.Parser<LspMon.key> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasName()
required string name = 1;hasName in interface LspMon.keyOrBuilderpublic String getName()
required string name = 1;getName in interface LspMon.keyOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface LspMon.keyOrBuilderpublic boolean hasInstanceIdentifier()
required int32 instance_identifier = 2;hasInstanceIdentifier in interface LspMon.keyOrBuilderpublic int getInstanceIdentifier()
required int32 instance_identifier = 2;getInstanceIdentifier in interface LspMon.keyOrBuilderpublic boolean hasTimeStampg()
required uint64 time_stampg = 3;hasTimeStampg in interface LspMon.keyOrBuilderpublic long getTimeStampg()
required uint64 time_stampg = 3;getTimeStampg in interface LspMon.keyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageLitepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic static LspMon.key parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LspMon.key parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LspMon.key parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LspMon.key parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LspMon.key parseFrom(InputStream input) throws IOException
IOExceptionpublic static LspMon.key parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LspMon.key parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LspMon.key parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LspMon.key parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LspMon.key parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LspMon.key.Builder newBuilder()
public LspMon.key.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitenewBuilderForType in class com.google.protobuf.GeneratedMessageLitepublic static LspMon.key.Builder newBuilder(LspMon.key prototype)
public LspMon.key.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLitetoBuilder in class com.google.protobuf.GeneratedMessageLiteCopyright © 2019. All rights reserved.