com.baidu.noah.naming.msg
类 ServiceProtos.ServiceAuthList.Builder

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

public static final class ServiceProtos.ServiceAuthList.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ServiceProtos.ServiceAuthList.Builder>
implements ServiceProtos.ServiceAuthListOrBuilder

Protobuf type ServiceAuthList


方法摘要
 ServiceProtos.ServiceAuthList.Builder addAllAuthServiceName(Iterable<String> values)
          repeated string auth_service_name = 2;
 ServiceProtos.ServiceAuthList.Builder addAuthServiceName(String value)
          repeated string auth_service_name = 2;
 ServiceProtos.ServiceAuthList.Builder addAuthServiceNameBytes(com.google.protobuf.ByteString value)
          repeated string auth_service_name = 2;
 ServiceProtos.ServiceAuthList build()
           
 ServiceProtos.ServiceAuthList buildPartial()
           
 ServiceProtos.ServiceAuthList.Builder clear()
           
 ServiceProtos.ServiceAuthList.Builder clearAuthServiceName()
          repeated string auth_service_name = 2;
 ServiceProtos.ServiceAuthList.Builder clearServiceName()
          optional string service_name = 1;
 ServiceProtos.ServiceAuthList.Builder clone()
           
 String getAuthServiceName(int index)
          repeated string auth_service_name = 2;
 com.google.protobuf.ByteString getAuthServiceNameBytes(int index)
          repeated string auth_service_name = 2;
 int getAuthServiceNameCount()
          repeated string auth_service_name = 2;
 List<String> getAuthServiceNameList()
          repeated string auth_service_name = 2;
 ServiceProtos.ServiceAuthList getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getServiceName()
          optional string service_name = 1;
 com.google.protobuf.ByteString getServiceNameBytes()
          optional string service_name = 1;
 boolean hasServiceName()
          optional string service_name = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ServiceProtos.ServiceAuthList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ServiceProtos.ServiceAuthList.Builder mergeFrom(com.google.protobuf.Message other)
           
 ServiceProtos.ServiceAuthList.Builder mergeFrom(ServiceProtos.ServiceAuthList other)
           
 ServiceProtos.ServiceAuthList.Builder setAuthServiceName(int index, String value)
          repeated string auth_service_name = 2;
 ServiceProtos.ServiceAuthList.Builder setServiceName(String value)
          optional string service_name = 1;
 ServiceProtos.ServiceAuthList.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
          optional string service_name = 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<ServiceProtos.ServiceAuthList.Builder> 中的 internalGetFieldAccessorTable

clear

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

clone

public ServiceProtos.ServiceAuthList.Builder clone()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clone
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clone
覆盖:
com.google.protobuf.GeneratedMessage.Builder<ServiceProtos.ServiceAuthList.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<ServiceProtos.ServiceAuthList.Builder> 中的 getDescriptorForType

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public ServiceProtos.ServiceAuthList.Builder mergeFrom(ServiceProtos.ServiceAuthList other)

isInitialized

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

mergeFrom

public ServiceProtos.ServiceAuthList.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<ServiceProtos.ServiceAuthList.Builder> 中的 mergeFrom
抛出:
IOException

hasServiceName

public boolean hasServiceName()
optional string service_name = 1;

指定者:
接口 ServiceProtos.ServiceAuthListOrBuilder 中的 hasServiceName

getServiceName

public String getServiceName()
optional string service_name = 1;

指定者:
接口 ServiceProtos.ServiceAuthListOrBuilder 中的 getServiceName

getServiceNameBytes

public com.google.protobuf.ByteString getServiceNameBytes()
optional string service_name = 1;

指定者:
接口 ServiceProtos.ServiceAuthListOrBuilder 中的 getServiceNameBytes

setServiceName

public ServiceProtos.ServiceAuthList.Builder setServiceName(String value)
optional string service_name = 1;


clearServiceName

public ServiceProtos.ServiceAuthList.Builder clearServiceName()
optional string service_name = 1;


setServiceNameBytes

public ServiceProtos.ServiceAuthList.Builder setServiceNameBytes(com.google.protobuf.ByteString value)
optional string service_name = 1;


getAuthServiceNameList

public List<String> getAuthServiceNameList()
repeated string auth_service_name = 2;

指定者:
接口 ServiceProtos.ServiceAuthListOrBuilder 中的 getAuthServiceNameList

getAuthServiceNameCount

public int getAuthServiceNameCount()
repeated string auth_service_name = 2;

指定者:
接口 ServiceProtos.ServiceAuthListOrBuilder 中的 getAuthServiceNameCount

getAuthServiceName

public String getAuthServiceName(int index)
repeated string auth_service_name = 2;

指定者:
接口 ServiceProtos.ServiceAuthListOrBuilder 中的 getAuthServiceName

getAuthServiceNameBytes

public com.google.protobuf.ByteString getAuthServiceNameBytes(int index)
repeated string auth_service_name = 2;

指定者:
接口 ServiceProtos.ServiceAuthListOrBuilder 中的 getAuthServiceNameBytes

setAuthServiceName

public ServiceProtos.ServiceAuthList.Builder setAuthServiceName(int index,
                                                                String value)
repeated string auth_service_name = 2;


addAuthServiceName

public ServiceProtos.ServiceAuthList.Builder addAuthServiceName(String value)
repeated string auth_service_name = 2;


addAllAuthServiceName

public ServiceProtos.ServiceAuthList.Builder addAllAuthServiceName(Iterable<String> values)
repeated string auth_service_name = 2;


clearAuthServiceName

public ServiceProtos.ServiceAuthList.Builder clearAuthServiceName()
repeated string auth_service_name = 2;


addAuthServiceNameBytes

public ServiceProtos.ServiceAuthList.Builder addAuthServiceNameBytes(com.google.protobuf.ByteString value)
repeated string auth_service_name = 2;



Copyright © 2016. All rights reserved.