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, toString
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite
public com.google.protobuf.Parser<LspMon.key> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
public boolean hasName()
required string name = 1;
hasName
in interface LspMon.keyOrBuilder
public String getName()
required string name = 1;
getName
in interface LspMon.keyOrBuilder
public com.google.protobuf.ByteString getNameBytes()
required string name = 1;
getNameBytes
in interface LspMon.keyOrBuilder
public boolean hasInstanceIdentifier()
required int32 instance_identifier = 2;
hasInstanceIdentifier
in interface LspMon.keyOrBuilder
public int getInstanceIdentifier()
required int32 instance_identifier = 2;
getInstanceIdentifier
in interface LspMon.keyOrBuilder
public boolean hasTimeStampg()
required uint64 time_stampg = 3;
hasTimeStampg
in interface LspMon.keyOrBuilder
public long getTimeStampg()
required uint64 time_stampg = 3;
getTimeStampg
in interface LspMon.keyOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageLite
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
public static LspMon.key parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LspMon.key parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LspMon.key parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LspMon.key parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static LspMon.key parseFrom(InputStream input) throws IOException
IOException
public static LspMon.key parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static LspMon.key parseDelimitedFrom(InputStream input) throws IOException
IOException
public static LspMon.key parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static LspMon.key parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static LspMon.key parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static LspMon.key.Builder newBuilder()
public LspMon.key.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
newBuilderForType
in class com.google.protobuf.GeneratedMessageLite
public static LspMon.key.Builder newBuilder(LspMon.key prototype)
public LspMon.key.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
toBuilder
in class com.google.protobuf.GeneratedMessageLite
Copyright © 2019. All rights reserved.