public static final class GenericRefreshProtocolProtos.GenericRefreshResponseProto extends com.google.protobuf.GeneratedMessageV3 implements GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
A single response from a refresh handler.Protobuf type
hadoop.common.GenericRefreshResponseProto| Modifier and Type | Class and Description |
|---|---|
static class |
GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder
A single response from a refresh handler.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EXITSTATUS_FIELD_NUMBER |
static com.google.protobuf.Parser<GenericRefreshProtocolProtos.GenericRefreshResponseProto> |
PARSER
Deprecated.
|
static int |
SENDERNAME_FIELD_NUMBER |
static int |
USERMESSAGE_FIELD_NUMBER |
public static final int EXITSTATUS_FIELD_NUMBER
public static final int USERMESSAGE_FIELD_NUMBER
public static final int SENDERNAME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<GenericRefreshProtocolProtos.GenericRefreshResponseProto> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasExitStatus()
unix exit status to return
optional int32 exitStatus = 1;hasExitStatus in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic int getExitStatus()
unix exit status to return
optional int32 exitStatus = 1;getExitStatus in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic boolean hasUserMessage()
to be displayed to the user
optional string userMessage = 2;hasUserMessage in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic String getUserMessage()
to be displayed to the user
optional string userMessage = 2;getUserMessage in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic com.google.protobuf.ByteString getUserMessageBytes()
to be displayed to the user
optional string userMessage = 2;getUserMessageBytes in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic boolean hasSenderName()
which handler sent this message
optional string senderName = 3;hasSenderName in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic String getSenderName()
which handler sent this message
optional string senderName = 3;getSenderName in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic com.google.protobuf.ByteString getSenderNameBytes()
which handler sent this message
optional string senderName = 3;getSenderNameBytes in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder newBuilderForType()
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder newBuilder()
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder newBuilder(GenericRefreshProtocolProtos.GenericRefreshResponseProto prototype)
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder toBuilder()
protected GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto getDefaultInstance()
public static com.google.protobuf.Parser<GenericRefreshProtocolProtos.GenericRefreshResponseProto> parser()
public com.google.protobuf.Parser<GenericRefreshProtocolProtos.GenericRefreshResponseProto> getParserForType()
public GenericRefreshProtocolProtos.GenericRefreshResponseProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.