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.MessageOrBuilder
public 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.GenericRefreshResponseProtoOrBuilder
public int getExitStatus()
unix exit status to return
optional int32 exitStatus = 1;
getExitStatus
in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
public boolean hasUserMessage()
to be displayed to the user
optional string userMessage = 2;
hasUserMessage
in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
public String getUserMessage()
to be displayed to the user
optional string userMessage = 2;
getUserMessage
in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
public com.google.protobuf.ByteString getUserMessageBytes()
to be displayed to the user
optional string userMessage = 2;
getUserMessageBytes
in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
public boolean hasSenderName()
which handler sent this message
optional string senderName = 3;
hasSenderName
in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
public String getSenderName()
which handler sent this message
optional string senderName = 3;
getSenderName
in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
public com.google.protobuf.ByteString getSenderNameBytes()
which handler sent this message
optional string senderName = 3;
getSenderNameBytes
in interface GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public 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.InvalidProtocolBufferException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(InputStream input) throws IOException
IOException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static GenericRefreshProtocolProtos.GenericRefreshResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.