public static final class GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder extends <any> implements GenericRefreshProtocolProtos.GenericRefreshResponseProtoOrBuilder
A single response from a refresh handler.Protobuf type
hadoop.common.GenericRefreshResponseProtopublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.MessageOrBuilderpublic GenericRefreshProtocolProtos.GenericRefreshResponseProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GenericRefreshProtocolProtos.GenericRefreshResponseProto build()
public GenericRefreshProtocolProtos.GenericRefreshResponseProto buildPartial()
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder clone()
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder mergeFrom(com.google.protobuf.Message other)
public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder mergeFrom(GenericRefreshProtocolProtos.GenericRefreshResponseProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic 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 GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setExitStatus(int value)
unix exit status to return
optional int32 exitStatus = 1;public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder clearExitStatus()
unix exit status to return
optional int32 exitStatus = 1;public 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 GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setUserMessage(String value)
to be displayed to the user
optional string userMessage = 2;public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder clearUserMessage()
to be displayed to the user
optional string userMessage = 2;public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setUserMessageBytes(com.google.protobuf.ByteString value)
to be displayed to the user
optional string userMessage = 2;public 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 GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setSenderName(String value)
which handler sent this message
optional string senderName = 3;public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder clearSenderName()
which handler sent this message
optional string senderName = 3;public GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setSenderNameBytes(com.google.protobuf.ByteString value)
which handler sent this message
optional string senderName = 3;public final GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final GenericRefreshProtocolProtos.GenericRefreshResponseProto.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.