public static final class AddressesScopedList.Builder extends GeneratedMessageV3.Builder<AddressesScopedList.Builder> implements AddressesScopedListOrBuilder
   
   Protobuf type google.cloud.compute.v1.AddressesScopedList
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAddresses(Address value)
  
    public AddressesScopedList.Builder addAddresses(Address value)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Address
 | 
    
  
  
  
  addAddresses(Address.Builder builderForValue)
  
    public AddressesScopedList.Builder addAddresses(Address.Builder builderForValue)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
addAddresses(int index, Address value)
  
    public AddressesScopedList.Builder addAddresses(int index, Address value)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Address
 | 
    
  
  
  
  addAddresses(int index, Address.Builder builderForValue)
  
    public AddressesScopedList.Builder addAddresses(int index, Address.Builder builderForValue)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
addAddressesBuilder()
  
    public Address.Builder addAddressesBuilder()
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
addAddressesBuilder(int index)
  
    public Address.Builder addAddressesBuilder(int index)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addAllAddresses(Iterable<? extends Address> values)
  
    public AddressesScopedList.Builder addAllAddresses(Iterable<? extends Address> values)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.compute.v1.Address>
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public AddressesScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public AddressesScopedList build()
   
  
  
  buildPartial()
  
    public AddressesScopedList buildPartial()
   
  
  
  clear()
  
    public AddressesScopedList.Builder clear()
   
  
  Overrides
  
  
  clearAddresses()
  
    public AddressesScopedList.Builder clearAddresses()
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
clearField(Descriptors.FieldDescriptor field)
  
    public AddressesScopedList.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public AddressesScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearWarning()
  
    public AddressesScopedList.Builder clearWarning()
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;
clone()
  
    public AddressesScopedList.Builder clone()
   
  
  Overrides
  
  
  getAddresses(int index)
  
    public Address getAddresses(int index)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAddressesBuilder(int index)
  
    public Address.Builder getAddressesBuilder(int index)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAddressesBuilderList()
  
    public List<Address.Builder> getAddressesBuilderList()
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
getAddressesCount()
  
    public int getAddressesCount()
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getAddressesList()
  
    public List<Address> getAddressesList()
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
getAddressesOrBuilder(int index)
  
    public AddressOrBuilder getAddressesOrBuilder(int index)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getAddressesOrBuilderList()
  
    public List<? extends AddressOrBuilder> getAddressesOrBuilderList()
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.compute.v1.AddressOrBuilder> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public AddressesScopedList getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getWarning()
  
    public Warning getWarning()
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Warning | The warning. | 
    
  
  
  getWarningBuilder()
  
    public Warning.Builder getWarningBuilder()
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;
getWarningOrBuilder()
  
    public WarningOrBuilder getWarningOrBuilder()
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;
hasWarning()
  
    public boolean hasWarning()
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the warning field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(AddressesScopedList other)
  
    public AddressesScopedList.Builder mergeFrom(AddressesScopedList other)
   
  
  
  
  
  
    public AddressesScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public AddressesScopedList.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final AddressesScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeWarning(Warning value)
  
    public AddressesScopedList.Builder mergeWarning(Warning value)
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Warning
 | 
    
  
  
  
  removeAddresses(int index)
  
    public AddressesScopedList.Builder removeAddresses(int index)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setAddresses(int index, Address value)
  
    public AddressesScopedList.Builder setAddresses(int index, Address value)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Address
 | 
    
  
  
  
  setAddresses(int index, Address.Builder builderForValue)
  
    public AddressesScopedList.Builder setAddresses(int index, Address.Builder builderForValue)
   
   [Output Only] A list of addresses contained in this scope.
 repeated .google.cloud.compute.v1.Address addresses = 337673122;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public AddressesScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public AddressesScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final AddressesScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setWarning(Warning value)
  
    public AddressesScopedList.Builder setWarning(Warning value)
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Warning
 | 
    
  
  
  
  setWarning(Warning.Builder builderForValue)
  
    public AddressesScopedList.Builder setWarning(Warning.Builder builderForValue)
   
   [Output Only] Informational warning which replaces the list of addresses when the list is empty.
 optional .google.cloud.compute.v1.Warning warning = 50704284;