org.apache.hadoop.yarn.proto
Class YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.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<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder>
              extended by org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder
Enclosing class:
YarnServerCommonServiceProtos.SystemCredentialsForAppsProto

public static final class YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder
extends com.google.protobuf.GeneratedMessage.Builder<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder>
implements YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder

Protobuf type hadoop.yarn.SystemCredentialsForAppsProto


Method Summary
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto build()
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto buildPartial()
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder clear()
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder clearAppId()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder clearCredentialsForApp()
          optional bytes credentialsForApp = 2;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder clone()
           
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getAppId()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder getAppIdBuilder()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getAppIdOrBuilder()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 com.google.protobuf.ByteString getCredentialsForApp()
          optional bytes credentialsForApp = 2;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 boolean hasAppId()
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 boolean hasCredentialsForApp()
          optional bytes credentialsForApp = 2;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder mergeAppId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder mergeFrom(com.google.protobuf.Message other)
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder mergeFrom(YarnServerCommonServiceProtos.SystemCredentialsForAppsProto other)
           
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder setAppId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder setAppId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
          optional .hadoop.yarn.ApplicationIdProto appId = 1;
 YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder setCredentialsForApp(com.google.protobuf.ByteString value)
          optional bytes credentialsForApp = 2;
 
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<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder>

clear

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.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<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder>

clone

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.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<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.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<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder>

getDefaultInstanceForType

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.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<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder>

mergeFrom

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder mergeFrom(YarnServerCommonServiceProtos.SystemCredentialsForAppsProto other)

isInitialized

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

mergeFrom

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.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<YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder>
Throws:
IOException

hasAppId

public boolean hasAppId()
optional .hadoop.yarn.ApplicationIdProto appId = 1;

Specified by:
hasAppId in interface YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder

getAppId

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto getAppId()
optional .hadoop.yarn.ApplicationIdProto appId = 1;

Specified by:
getAppId in interface YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder

setAppId

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder setAppId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
optional .hadoop.yarn.ApplicationIdProto appId = 1;


setAppId

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder setAppId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder builderForValue)
optional .hadoop.yarn.ApplicationIdProto appId = 1;


mergeAppId

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder mergeAppId(org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto value)
optional .hadoop.yarn.ApplicationIdProto appId = 1;


clearAppId

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder clearAppId()
optional .hadoop.yarn.ApplicationIdProto appId = 1;


getAppIdBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProto.Builder getAppIdBuilder()
optional .hadoop.yarn.ApplicationIdProto appId = 1;


getAppIdOrBuilder

public org.apache.hadoop.yarn.proto.YarnProtos.ApplicationIdProtoOrBuilder getAppIdOrBuilder()
optional .hadoop.yarn.ApplicationIdProto appId = 1;

Specified by:
getAppIdOrBuilder in interface YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder

hasCredentialsForApp

public boolean hasCredentialsForApp()
optional bytes credentialsForApp = 2;

Specified by:
hasCredentialsForApp in interface YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder

getCredentialsForApp

public com.google.protobuf.ByteString getCredentialsForApp()
optional bytes credentialsForApp = 2;

Specified by:
getCredentialsForApp in interface YarnServerCommonServiceProtos.SystemCredentialsForAppsProtoOrBuilder

setCredentialsForApp

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder setCredentialsForApp(com.google.protobuf.ByteString value)
optional bytes credentialsForApp = 2;


clearCredentialsForApp

public YarnServerCommonServiceProtos.SystemCredentialsForAppsProto.Builder clearCredentialsForApp()
optional bytes credentialsForApp = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.