org.apache.hadoop.yarn.proto
Class YarnServiceProtos.GetQueueInfoRequestProto.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServiceProtos.GetQueueInfoRequestProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder
Enclosing class:
YarnServiceProtos.GetQueueInfoRequestProto

public static final class YarnServiceProtos.GetQueueInfoRequestProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
implements YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

Protobuf type hadoop.yarn.GetQueueInfoRequestProto


Method Summary
 YarnServiceProtos.GetQueueInfoRequestProto build()
           
 YarnServiceProtos.GetQueueInfoRequestProto buildPartial()
           
 YarnServiceProtos.GetQueueInfoRequestProto.Builder clear()
           
 YarnServiceProtos.GetQueueInfoRequestProto.Builder clearIncludeApplications()
          optional bool includeApplications = 2;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder clearIncludeChildQueues()
          optional bool includeChildQueues = 3;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder clearQueueName()
          optional string queueName = 1;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder clearRecursive()
          optional bool recursive = 4;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder clone()
           
 YarnServiceProtos.GetQueueInfoRequestProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean getIncludeApplications()
          optional bool includeApplications = 2;
 boolean getIncludeChildQueues()
          optional bool includeChildQueues = 3;
 String getQueueName()
          optional string queueName = 1;
 com.google.protobuf.ByteString getQueueNameBytes()
          optional string queueName = 1;
 boolean getRecursive()
          optional bool recursive = 4;
 boolean hasIncludeApplications()
          optional bool includeApplications = 2;
 boolean hasIncludeChildQueues()
          optional bool includeChildQueues = 3;
 boolean hasQueueName()
          optional string queueName = 1;
 boolean hasRecursive()
          optional bool recursive = 4;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(YarnServiceProtos.GetQueueInfoRequestProto other)
           
 YarnServiceProtos.GetQueueInfoRequestProto.Builder setIncludeApplications(boolean value)
          optional bool includeApplications = 2;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder setIncludeChildQueues(boolean value)
          optional bool includeChildQueues = 3;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder setQueueName(String value)
          optional string queueName = 1;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder setQueueNameBytes(com.google.protobuf.ByteString value)
          optional string queueName = 1;
 YarnServiceProtos.GetQueueInfoRequestProto.Builder setRecursive(boolean value)
          optional bool recursive = 4;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>

clear

public YarnServiceProtos.GetQueueInfoRequestProto.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>

clone

public YarnServiceProtos.GetQueueInfoRequestProto.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>

getDefaultInstanceForType

public YarnServiceProtos.GetQueueInfoRequestProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public YarnServiceProtos.GetQueueInfoRequestProto build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public YarnServiceProtos.GetQueueInfoRequestProto buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>

mergeFrom

public YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(YarnServiceProtos.GetQueueInfoRequestProto other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>

mergeFrom

public YarnServiceProtos.GetQueueInfoRequestProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<YarnServiceProtos.GetQueueInfoRequestProto.Builder>
Throws:
IOException

hasQueueName

public boolean hasQueueName()
optional string queueName = 1;

Specified by:
hasQueueName in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

getQueueName

public String getQueueName()
optional string queueName = 1;

Specified by:
getQueueName in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

getQueueNameBytes

public com.google.protobuf.ByteString getQueueNameBytes()
optional string queueName = 1;

Specified by:
getQueueNameBytes in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

setQueueName

public YarnServiceProtos.GetQueueInfoRequestProto.Builder setQueueName(String value)
optional string queueName = 1;


clearQueueName

public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearQueueName()
optional string queueName = 1;


setQueueNameBytes

public YarnServiceProtos.GetQueueInfoRequestProto.Builder setQueueNameBytes(com.google.protobuf.ByteString value)
optional string queueName = 1;


hasIncludeApplications

public boolean hasIncludeApplications()
optional bool includeApplications = 2;

Specified by:
hasIncludeApplications in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

getIncludeApplications

public boolean getIncludeApplications()
optional bool includeApplications = 2;

Specified by:
getIncludeApplications in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

setIncludeApplications

public YarnServiceProtos.GetQueueInfoRequestProto.Builder setIncludeApplications(boolean value)
optional bool includeApplications = 2;


clearIncludeApplications

public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearIncludeApplications()
optional bool includeApplications = 2;


hasIncludeChildQueues

public boolean hasIncludeChildQueues()
optional bool includeChildQueues = 3;

Specified by:
hasIncludeChildQueues in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

getIncludeChildQueues

public boolean getIncludeChildQueues()
optional bool includeChildQueues = 3;

Specified by:
getIncludeChildQueues in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

setIncludeChildQueues

public YarnServiceProtos.GetQueueInfoRequestProto.Builder setIncludeChildQueues(boolean value)
optional bool includeChildQueues = 3;


clearIncludeChildQueues

public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearIncludeChildQueues()
optional bool includeChildQueues = 3;


hasRecursive

public boolean hasRecursive()
optional bool recursive = 4;

Specified by:
hasRecursive in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

getRecursive

public boolean getRecursive()
optional bool recursive = 4;

Specified by:
getRecursive in interface YarnServiceProtos.GetQueueInfoRequestProtoOrBuilder

setRecursive

public YarnServiceProtos.GetQueueInfoRequestProto.Builder setRecursive(boolean value)
optional bool recursive = 4;


clearRecursive

public YarnServiceProtos.GetQueueInfoRequestProto.Builder clearRecursive()
optional bool recursive = 4;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.