public static final class Proto.Event extends com.google.protobuf.GeneratedMessage implements Proto.EventOrBuilder
Event| Modifier and Type | Class and Description |
|---|---|
static class |
Proto.Event.Builder
Protobuf type
Event |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, 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 |
ATTRIBUTES_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
HOST_FIELD_NUMBER |
static int |
METRIC_D_FIELD_NUMBER |
static int |
METRIC_F_FIELD_NUMBER |
static int |
METRIC_SINT64_FIELD_NUMBER |
static com.google.protobuf.Parser<Proto.Event> |
PARSER |
static int |
SERVICE_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
TIME_FIELD_NUMBER |
static int |
TTL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
Proto.Attribute |
getAttributes(int index)
repeated .Attribute attributes = 9; |
int |
getAttributesCount()
repeated .Attribute attributes = 9; |
List<Proto.Attribute> |
getAttributesList()
repeated .Attribute attributes = 9; |
Proto.AttributeOrBuilder |
getAttributesOrBuilder(int index)
repeated .Attribute attributes = 9; |
List<? extends Proto.AttributeOrBuilder> |
getAttributesOrBuilderList()
repeated .Attribute attributes = 9; |
static Proto.Event |
getDefaultInstance() |
Proto.Event |
getDefaultInstanceForType() |
String |
getDescription()
optional string description = 5; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 5; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHost()
optional string host = 4; |
com.google.protobuf.ByteString |
getHostBytes()
optional string host = 4; |
double |
getMetricD()
optional double metric_d = 14; |
float |
getMetricF()
optional float metric_f = 15; |
long |
getMetricSint64()
optional sint64 metric_sint64 = 13; |
com.google.protobuf.Parser<Proto.Event> |
getParserForType() |
int |
getSerializedSize() |
String |
getService()
optional string service = 3; |
com.google.protobuf.ByteString |
getServiceBytes()
optional string service = 3; |
String |
getState()
optional string state = 2; |
com.google.protobuf.ByteString |
getStateBytes()
optional string state = 2; |
String |
getTags(int index)
repeated string tags = 7; |
com.google.protobuf.ByteString |
getTagsBytes(int index)
repeated string tags = 7; |
int |
getTagsCount()
repeated string tags = 7; |
com.google.protobuf.ProtocolStringList |
getTagsList()
repeated string tags = 7; |
long |
getTime()
optional int64 time = 1; |
float |
getTtl()
optional float ttl = 8; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDescription()
optional string description = 5; |
boolean |
hasHost()
optional string host = 4; |
boolean |
hasMetricD()
optional double metric_d = 14; |
boolean |
hasMetricF()
optional float metric_f = 15; |
boolean |
hasMetricSint64()
optional sint64 metric_sint64 = 13; |
boolean |
hasService()
optional string service = 3; |
boolean |
hasState()
optional string state = 2; |
boolean |
hasTime()
optional int64 time = 1; |
boolean |
hasTtl()
optional float ttl = 8; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Proto.Event.Builder |
newBuilder() |
static Proto.Event.Builder |
newBuilder(Proto.Event prototype) |
Proto.Event.Builder |
newBuilderForType() |
protected Proto.Event.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Proto.Event |
parseDelimitedFrom(InputStream input) |
static Proto.Event |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
parseFrom(byte[] data) |
static Proto.Event |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
parseFrom(com.google.protobuf.ByteString data) |
static Proto.Event |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Proto.Event |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Proto.Event |
parseFrom(InputStream input) |
static Proto.Event |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Proto.Event.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringcheckByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Proto.Event> PARSER
public static final int TIME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int SERVICE_FIELD_NUMBER
public static final int HOST_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int TTL_FIELD_NUMBER
public static final int ATTRIBUTES_FIELD_NUMBER
public static final int METRIC_SINT64_FIELD_NUMBER
public static final int METRIC_D_FIELD_NUMBER
public static final int METRIC_F_FIELD_NUMBER
public static Proto.Event getDefaultInstance()
public Proto.Event 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()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Proto.Event> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTime()
optional int64 time = 1;hasTime in interface Proto.EventOrBuilderpublic long getTime()
optional int64 time = 1;getTime in interface Proto.EventOrBuilderpublic boolean hasState()
optional string state = 2;hasState in interface Proto.EventOrBuilderpublic String getState()
optional string state = 2;getState in interface Proto.EventOrBuilderpublic com.google.protobuf.ByteString getStateBytes()
optional string state = 2;getStateBytes in interface Proto.EventOrBuilderpublic boolean hasService()
optional string service = 3;hasService in interface Proto.EventOrBuilderpublic String getService()
optional string service = 3;getService in interface Proto.EventOrBuilderpublic com.google.protobuf.ByteString getServiceBytes()
optional string service = 3;getServiceBytes in interface Proto.EventOrBuilderpublic boolean hasHost()
optional string host = 4;hasHost in interface Proto.EventOrBuilderpublic String getHost()
optional string host = 4;getHost in interface Proto.EventOrBuilderpublic com.google.protobuf.ByteString getHostBytes()
optional string host = 4;getHostBytes in interface Proto.EventOrBuilderpublic boolean hasDescription()
optional string description = 5;hasDescription in interface Proto.EventOrBuilderpublic String getDescription()
optional string description = 5;getDescription in interface Proto.EventOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 5;getDescriptionBytes in interface Proto.EventOrBuilderpublic com.google.protobuf.ProtocolStringList getTagsList()
repeated string tags = 7;getTagsList in interface Proto.EventOrBuilderpublic int getTagsCount()
repeated string tags = 7;getTagsCount in interface Proto.EventOrBuilderpublic String getTags(int index)
repeated string tags = 7;getTags in interface Proto.EventOrBuilderpublic com.google.protobuf.ByteString getTagsBytes(int index)
repeated string tags = 7;getTagsBytes in interface Proto.EventOrBuilderpublic boolean hasTtl()
optional float ttl = 8;hasTtl in interface Proto.EventOrBuilderpublic float getTtl()
optional float ttl = 8;getTtl in interface Proto.EventOrBuilderpublic List<Proto.Attribute> getAttributesList()
repeated .Attribute attributes = 9;getAttributesList in interface Proto.EventOrBuilderpublic List<? extends Proto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .Attribute attributes = 9;getAttributesOrBuilderList in interface Proto.EventOrBuilderpublic int getAttributesCount()
repeated .Attribute attributes = 9;getAttributesCount in interface Proto.EventOrBuilderpublic Proto.Attribute getAttributes(int index)
repeated .Attribute attributes = 9;getAttributes in interface Proto.EventOrBuilderpublic Proto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .Attribute attributes = 9;getAttributesOrBuilder in interface Proto.EventOrBuilderpublic boolean hasMetricSint64()
optional sint64 metric_sint64 = 13;hasMetricSint64 in interface Proto.EventOrBuilderpublic long getMetricSint64()
optional sint64 metric_sint64 = 13;getMetricSint64 in interface Proto.EventOrBuilderpublic boolean hasMetricD()
optional double metric_d = 14;hasMetricD in interface Proto.EventOrBuilderpublic double getMetricD()
optional double metric_d = 14;getMetricD in interface Proto.EventOrBuilderpublic boolean hasMetricF()
optional float metric_f = 15;hasMetricF in interface Proto.EventOrBuilderpublic float getMetricF()
optional float metric_f = 15;getMetricF in interface Proto.EventOrBuilderpublic 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.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Proto.Event parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.Event parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.Event parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.Event parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Proto.Event parseFrom(InputStream input) throws IOException
IOExceptionpublic static Proto.Event parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Proto.Event parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Proto.Event parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Proto.Event parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Proto.Event parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Proto.Event.Builder newBuilder()
public Proto.Event.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Proto.Event.Builder newBuilder(Proto.Event prototype)
public Proto.Event.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Proto.Event.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2015. All rights reserved.