com.baidu.noah.naming.msg
类 NamingProtos.LocalNamingAuthListResponse.Builder

java.lang.Object
  继承者 com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      继承者 com.google.protobuf.AbstractMessage.Builder<BuilderType>
          继承者 com.google.protobuf.GeneratedMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder>
              继承者 com.baidu.noah.naming.msg.NamingProtos.LocalNamingAuthListResponse.Builder
所有已实现的接口:
NamingProtos.LocalNamingAuthListResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
包容类:
NamingProtos.LocalNamingAuthListResponse

public static final class NamingProtos.LocalNamingAuthListResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder>
implements NamingProtos.LocalNamingAuthListResponseOrBuilder

Protobuf type LocalNamingAuthListResponse

data struct response for local naming-auth-service-list response
 


方法摘要
 NamingProtos.LocalNamingAuthListResponse.Builder addAllNamingAuthList(Iterable<? extends NamingProtos.LocalNamingAuthResponse> values)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(int index, NamingProtos.LocalNamingAuthResponse.Builder builderForValue)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(int index, NamingProtos.LocalNamingAuthResponse value)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(NamingProtos.LocalNamingAuthResponse.Builder builderForValue)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(NamingProtos.LocalNamingAuthResponse value)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthResponse.Builder addNamingAuthListBuilder()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthResponse.Builder addNamingAuthListBuilder(int index)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse build()
           
 NamingProtos.LocalNamingAuthListResponse buildPartial()
           
 NamingProtos.LocalNamingAuthListResponse.Builder clear()
           
 NamingProtos.LocalNamingAuthListResponse.Builder clearNamingAuthList()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse.Builder clone()
           
 NamingProtos.LocalNamingAuthListResponse getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 NamingProtos.LocalNamingAuthResponse getNamingAuthList(int index)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthResponse.Builder getNamingAuthListBuilder(int index)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 List<NamingProtos.LocalNamingAuthResponse.Builder> getNamingAuthListBuilderList()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 int getNamingAuthListCount()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 List<NamingProtos.LocalNamingAuthResponse> getNamingAuthListList()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthResponseOrBuilder getNamingAuthListOrBuilder(int index)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 List<? extends NamingProtos.LocalNamingAuthResponseOrBuilder> getNamingAuthListOrBuilderList()
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 NamingProtos.LocalNamingAuthListResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 NamingProtos.LocalNamingAuthListResponse.Builder mergeFrom(com.google.protobuf.Message other)
           
 NamingProtos.LocalNamingAuthListResponse.Builder mergeFrom(NamingProtos.LocalNamingAuthListResponse other)
           
 NamingProtos.LocalNamingAuthListResponse.Builder removeNamingAuthList(int index)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse.Builder setNamingAuthList(int index, NamingProtos.LocalNamingAuthResponse.Builder builderForValue)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 NamingProtos.LocalNamingAuthListResponse.Builder setNamingAuthList(int index, NamingProtos.LocalNamingAuthResponse value)
          repeated .LocalNamingAuthResponse naming_auth_list = 1;
 
从类 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
 
从类 com.google.protobuf.AbstractMessage.Builder 继承的方法
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
从类 com.google.protobuf.AbstractMessageLite.Builder 继承的方法
addAll, newUninitializedMessageException
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 com.google.protobuf.MessageOrBuilder 继承的方法
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

方法详细信息

getDescriptor

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

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
指定者:
com.google.protobuf.GeneratedMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder> 中的 internalGetFieldAccessorTable

clear

public NamingProtos.LocalNamingAuthListResponse.Builder clear()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clear
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clear
覆盖:
com.google.protobuf.GeneratedMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder> 中的 clear

clone

public NamingProtos.LocalNamingAuthListResponse.Builder clone()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clone
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clone
覆盖:
com.google.protobuf.GeneratedMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder> 中的 clone

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
指定者:
接口 com.google.protobuf.Message.Builder 中的 getDescriptorForType
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getDescriptorForType
覆盖:
com.google.protobuf.GeneratedMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder> 中的 getDescriptorForType

getDefaultInstanceForType

public NamingProtos.LocalNamingAuthListResponse getDefaultInstanceForType()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForType
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForType

build

public NamingProtos.LocalNamingAuthListResponse build()
指定者:
接口 com.google.protobuf.Message.Builder 中的 build
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 build

buildPartial

public NamingProtos.LocalNamingAuthListResponse buildPartial()
指定者:
接口 com.google.protobuf.Message.Builder 中的 buildPartial
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 buildPartial

mergeFrom

public NamingProtos.LocalNamingAuthListResponse.Builder mergeFrom(com.google.protobuf.Message other)
指定者:
接口 com.google.protobuf.Message.Builder 中的 mergeFrom
覆盖:
com.google.protobuf.AbstractMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder> 中的 mergeFrom

mergeFrom

public NamingProtos.LocalNamingAuthListResponse.Builder mergeFrom(NamingProtos.LocalNamingAuthListResponse other)

isInitialized

public final boolean isInitialized()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 isInitialized
覆盖:
com.google.protobuf.GeneratedMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder> 中的 isInitialized

mergeFrom

public NamingProtos.LocalNamingAuthListResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                           throws IOException
指定者:
接口 com.google.protobuf.Message.Builder 中的 mergeFrom
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 mergeFrom
覆盖:
com.google.protobuf.AbstractMessage.Builder<NamingProtos.LocalNamingAuthListResponse.Builder> 中的 mergeFrom
抛出:
IOException

getNamingAuthListList

public List<NamingProtos.LocalNamingAuthResponse> getNamingAuthListList()
repeated .LocalNamingAuthResponse naming_auth_list = 1;

指定者:
接口 NamingProtos.LocalNamingAuthListResponseOrBuilder 中的 getNamingAuthListList

getNamingAuthListCount

public int getNamingAuthListCount()
repeated .LocalNamingAuthResponse naming_auth_list = 1;

指定者:
接口 NamingProtos.LocalNamingAuthListResponseOrBuilder 中的 getNamingAuthListCount

getNamingAuthList

public NamingProtos.LocalNamingAuthResponse getNamingAuthList(int index)
repeated .LocalNamingAuthResponse naming_auth_list = 1;

指定者:
接口 NamingProtos.LocalNamingAuthListResponseOrBuilder 中的 getNamingAuthList

setNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder setNamingAuthList(int index,
                                                                          NamingProtos.LocalNamingAuthResponse value)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


setNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder setNamingAuthList(int index,
                                                                          NamingProtos.LocalNamingAuthResponse.Builder builderForValue)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


addNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(NamingProtos.LocalNamingAuthResponse value)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


addNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(int index,
                                                                          NamingProtos.LocalNamingAuthResponse value)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


addNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(NamingProtos.LocalNamingAuthResponse.Builder builderForValue)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


addNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder addNamingAuthList(int index,
                                                                          NamingProtos.LocalNamingAuthResponse.Builder builderForValue)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


addAllNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder addAllNamingAuthList(Iterable<? extends NamingProtos.LocalNamingAuthResponse> values)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


clearNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder clearNamingAuthList()
repeated .LocalNamingAuthResponse naming_auth_list = 1;


removeNamingAuthList

public NamingProtos.LocalNamingAuthListResponse.Builder removeNamingAuthList(int index)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


getNamingAuthListBuilder

public NamingProtos.LocalNamingAuthResponse.Builder getNamingAuthListBuilder(int index)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


getNamingAuthListOrBuilder

public NamingProtos.LocalNamingAuthResponseOrBuilder getNamingAuthListOrBuilder(int index)
repeated .LocalNamingAuthResponse naming_auth_list = 1;

指定者:
接口 NamingProtos.LocalNamingAuthListResponseOrBuilder 中的 getNamingAuthListOrBuilder

getNamingAuthListOrBuilderList

public List<? extends NamingProtos.LocalNamingAuthResponseOrBuilder> getNamingAuthListOrBuilderList()
repeated .LocalNamingAuthResponse naming_auth_list = 1;

指定者:
接口 NamingProtos.LocalNamingAuthListResponseOrBuilder 中的 getNamingAuthListOrBuilderList

addNamingAuthListBuilder

public NamingProtos.LocalNamingAuthResponse.Builder addNamingAuthListBuilder()
repeated .LocalNamingAuthResponse naming_auth_list = 1;


addNamingAuthListBuilder

public NamingProtos.LocalNamingAuthResponse.Builder addNamingAuthListBuilder(int index)
repeated .LocalNamingAuthResponse naming_auth_list = 1;


getNamingAuthListBuilderList

public List<NamingProtos.LocalNamingAuthResponse.Builder> getNamingAuthListBuilderList()
repeated .LocalNamingAuthResponse naming_auth_list = 1;



Copyright © 2016. All rights reserved.