public static final class Messages.PingInformationProto extends com.google.protobuf.GeneratedMessage implements Messages.PingInformationProtoOrBuilder
org.apache.slider.api.PingInformationProto
see org.apache.slider.api.types.PingInformation
| Modifier and Type | Class and Description |
|---|---|
static class |
Messages.PingInformationProto.Builder
Protobuf type
org.apache.slider.api.PingInformationProto |
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 |
BODY_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.PingInformationProto> |
PARSER |
static int |
TEXT_FIELD_NUMBER |
static int |
TIME_FIELD_NUMBER |
static int |
VERB_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBody()
optional string body = 3; |
com.google.protobuf.ByteString |
getBodyBytes()
optional string body = 3; |
static Messages.PingInformationProto |
getDefaultInstance() |
Messages.PingInformationProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Messages.PingInformationProto> |
getParserForType() |
int |
getSerializedSize() |
String |
getText()
optional string text = 1; |
com.google.protobuf.ByteString |
getTextBytes()
optional string text = 1; |
long |
getTime()
optional int64 time = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVerb()
optional string verb = 2; |
com.google.protobuf.ByteString |
getVerbBytes()
optional string verb = 2; |
boolean |
hasBody()
optional string body = 3; |
int |
hashCode() |
boolean |
hasText()
optional string text = 1; |
boolean |
hasTime()
optional int64 time = 4; |
boolean |
hasVerb()
optional string verb = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.PingInformationProto.Builder |
newBuilder() |
static Messages.PingInformationProto.Builder |
newBuilder(Messages.PingInformationProto prototype) |
Messages.PingInformationProto.Builder |
newBuilderForType() |
protected Messages.PingInformationProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Messages.PingInformationProto |
parseDelimitedFrom(InputStream input) |
static Messages.PingInformationProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PingInformationProto |
parseFrom(byte[] data) |
static Messages.PingInformationProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PingInformationProto |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.PingInformationProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PingInformationProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.PingInformationProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PingInformationProto |
parseFrom(InputStream input) |
static Messages.PingInformationProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.PingInformationProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Messages.PingInformationProto> PARSER
public static final int TEXT_FIELD_NUMBER
public static final int VERB_FIELD_NUMBER
public static final int BODY_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
public static Messages.PingInformationProto getDefaultInstance()
public Messages.PingInformationProto 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<Messages.PingInformationProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasText()
optional string text = 1;hasText in interface Messages.PingInformationProtoOrBuilderpublic String getText()
optional string text = 1;getText in interface Messages.PingInformationProtoOrBuilderpublic com.google.protobuf.ByteString getTextBytes()
optional string text = 1;getTextBytes in interface Messages.PingInformationProtoOrBuilderpublic boolean hasVerb()
optional string verb = 2;hasVerb in interface Messages.PingInformationProtoOrBuilderpublic String getVerb()
optional string verb = 2;getVerb in interface Messages.PingInformationProtoOrBuilderpublic com.google.protobuf.ByteString getVerbBytes()
optional string verb = 2;getVerbBytes in interface Messages.PingInformationProtoOrBuilderpublic boolean hasBody()
optional string body = 3;hasBody in interface Messages.PingInformationProtoOrBuilderpublic String getBody()
optional string body = 3;getBody in interface Messages.PingInformationProtoOrBuilderpublic com.google.protobuf.ByteString getBodyBytes()
optional string body = 3;getBodyBytes in interface Messages.PingInformationProtoOrBuilderpublic boolean hasTime()
optional int64 time = 4;hasTime in interface Messages.PingInformationProtoOrBuilderpublic long getTime()
optional int64 time = 4;getTime in interface Messages.PingInformationProtoOrBuilderpublic 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 boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Messages.PingInformationProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PingInformationProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PingInformationProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PingInformationProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Messages.PingInformationProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.PingInformationProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.PingInformationProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Messages.PingInformationProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.PingInformationProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Messages.PingInformationProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Messages.PingInformationProto.Builder newBuilder()
public Messages.PingInformationProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Messages.PingInformationProto.Builder newBuilder(Messages.PingInformationProto prototype)
public Messages.PingInformationProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Messages.PingInformationProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.