public static final class ClientProtos.KillQueryRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ClientProtos.KillQueryRequest.Builder> implements ClientProtos.KillQueryRequestOrBuilder
KillQueryRequest
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.KillQueryRequest.Builder>
public ClientProtos.KillQueryRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.KillQueryRequest.Builder>
public ClientProtos.KillQueryRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.KillQueryRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.KillQueryRequest.Builder>
public ClientProtos.KillQueryRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ClientProtos.KillQueryRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ClientProtos.KillQueryRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ClientProtos.KillQueryRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientProtos.KillQueryRequest.Builder>
public ClientProtos.KillQueryRequest.Builder mergeFrom(ClientProtos.KillQueryRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ClientProtos.KillQueryRequest.Builder>
public ClientProtos.KillQueryRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ClientProtos.KillQueryRequest.Builder>
IOException
public boolean hasSessionId()
optional .SessionIdProto sessionId = 1;
hasSessionId
in interface ClientProtos.KillQueryRequestOrBuilder
public TajoIdProtos.SessionIdProto getSessionId()
optional .SessionIdProto sessionId = 1;
getSessionId
in interface ClientProtos.KillQueryRequestOrBuilder
public ClientProtos.KillQueryRequest.Builder setSessionId(TajoIdProtos.SessionIdProto value)
optional .SessionIdProto sessionId = 1;
public ClientProtos.KillQueryRequest.Builder setSessionId(TajoIdProtos.SessionIdProto.Builder builderForValue)
optional .SessionIdProto sessionId = 1;
public ClientProtos.KillQueryRequest.Builder mergeSessionId(TajoIdProtos.SessionIdProto value)
optional .SessionIdProto sessionId = 1;
public ClientProtos.KillQueryRequest.Builder clearSessionId()
optional .SessionIdProto sessionId = 1;
public TajoIdProtos.SessionIdProto.Builder getSessionIdBuilder()
optional .SessionIdProto sessionId = 1;
public TajoIdProtos.SessionIdProtoOrBuilder getSessionIdOrBuilder()
optional .SessionIdProto sessionId = 1;
getSessionIdOrBuilder
in interface ClientProtos.KillQueryRequestOrBuilder
public boolean hasQueryId()
required .QueryIdProto queryId = 2;
hasQueryId
in interface ClientProtos.KillQueryRequestOrBuilder
public TajoIdProtos.QueryIdProto getQueryId()
required .QueryIdProto queryId = 2;
getQueryId
in interface ClientProtos.KillQueryRequestOrBuilder
public ClientProtos.KillQueryRequest.Builder setQueryId(TajoIdProtos.QueryIdProto value)
required .QueryIdProto queryId = 2;
public ClientProtos.KillQueryRequest.Builder setQueryId(TajoIdProtos.QueryIdProto.Builder builderForValue)
required .QueryIdProto queryId = 2;
public ClientProtos.KillQueryRequest.Builder mergeQueryId(TajoIdProtos.QueryIdProto value)
required .QueryIdProto queryId = 2;
public ClientProtos.KillQueryRequest.Builder clearQueryId()
required .QueryIdProto queryId = 2;
public TajoIdProtos.QueryIdProto.Builder getQueryIdBuilder()
required .QueryIdProto queryId = 2;
public TajoIdProtos.QueryIdProtoOrBuilder getQueryIdOrBuilder()
required .QueryIdProto queryId = 2;
getQueryIdOrBuilder
in interface ClientProtos.KillQueryRequestOrBuilder
Copyright © 2014 Apache Software Foundation. All Rights Reserved.