public static final class YarnServiceProtos.GetQueueInfoRequestProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder> implements YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
hadoop.yarn.GetQueueInfoRequestProto
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<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
public YarnServiceProtos.GetQueueInfoRequestProto.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<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
public YarnServiceProtos.GetQueueInfoRequestProto.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<YarnServiceProtos.GetQueueInfoRequestProto.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<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
public YarnServiceProtos.GetQueueInfoRequestProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public YarnServiceProtos.GetQueueInfoRequestProto build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public YarnServiceProtos.GetQueueInfoRequestProto buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
public YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(YarnServiceProtos.GetQueueInfoRequestProto other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
public YarnServiceProtos.GetQueueInfoRequestProto.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<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
IOException
public boolean hasQueueName()
optional string queueName = 1;
hasQueueName
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public String getQueueName()
optional string queueName = 1;
getQueueName
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public com.google.protobuf.ByteString getQueueNameBytes()
optional string queueName = 1;
getQueueNameBytes
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public YarnServiceProtos.GetQueueInfoRequestProto.Builder setQueueName(String value)
optional string queueName = 1;
public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearQueueName()
optional string queueName = 1;
public YarnServiceProtos.GetQueueInfoRequestProto.Builder setQueueNameBytes(com.google.protobuf.ByteString value)
optional string queueName = 1;
public boolean hasIncludeApplications()
optional bool includeApplications = 2;
hasIncludeApplications
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public boolean getIncludeApplications()
optional bool includeApplications = 2;
getIncludeApplications
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public YarnServiceProtos.GetQueueInfoRequestProto.Builder setIncludeApplications(boolean value)
optional bool includeApplications = 2;
public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearIncludeApplications()
optional bool includeApplications = 2;
public boolean hasIncludeChildQueues()
optional bool includeChildQueues = 3;
hasIncludeChildQueues
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public boolean getIncludeChildQueues()
optional bool includeChildQueues = 3;
getIncludeChildQueues
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public YarnServiceProtos.GetQueueInfoRequestProto.Builder setIncludeChildQueues(boolean value)
optional bool includeChildQueues = 3;
public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearIncludeChildQueues()
optional bool includeChildQueues = 3;
public boolean hasRecursive()
optional bool recursive = 4;
hasRecursive
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public boolean getRecursive()
optional bool recursive = 4;
getRecursive
in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
public YarnServiceProtos.GetQueueInfoRequestProto.Builder setRecursive(boolean value)
optional bool recursive = 4;
public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearRecursive()
optional bool recursive = 4;
Copyright © 2013 Apache Software Foundation. All rights reserved.