public static final class ListInstancesResponse.Builder extends GeneratedMessageV3.Builder<ListInstancesResponse.Builder> implements ListInstancesResponseOrBuilder
   
   Response message for Instances.ListInstances.
 Protobuf type google.appengine.v1.ListInstancesResponse
    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
  
  
  addAllInstances(Iterable<? extends Instance> values)
  
    public ListInstancesResponse.Builder addAllInstances(Iterable<? extends Instance> values)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.appengine.v1.Instance>
 | 
    
  
  
  
  addInstances(Instance value)
  
    public ListInstancesResponse.Builder addInstances(Instance value)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Instance
 | 
    
  
  
  
  addInstances(Instance.Builder builderForValue)
  
    public ListInstancesResponse.Builder addInstances(Instance.Builder builderForValue)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
addInstances(int index, Instance value)
  
    public ListInstancesResponse.Builder addInstances(int index, Instance value)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
addInstances(int index, Instance.Builder builderForValue)
  
    public ListInstancesResponse.Builder addInstances(int index, Instance.Builder builderForValue)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
addInstancesBuilder()
  
    public Instance.Builder addInstancesBuilder()
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
addInstancesBuilder(int index)
  
    public Instance.Builder addInstancesBuilder(int index)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListInstancesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListInstancesResponse build()
   
  
  
  buildPartial()
  
    public ListInstancesResponse buildPartial()
   
  
  
  clear()
  
    public ListInstancesResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListInstancesResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearInstances()
  
    public ListInstancesResponse.Builder clearInstances()
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
clearNextPageToken()
  
    public ListInstancesResponse.Builder clearNextPageToken()
   
   Continuation token for fetching the next page of results.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListInstancesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ListInstancesResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListInstancesResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getInstances(int index)
  
    public Instance getInstances(int index)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getInstancesBuilder(int index)
  
    public Instance.Builder getInstancesBuilder(int index)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getInstancesBuilderList()
  
    public List<Instance.Builder> getInstancesBuilderList()
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
getInstancesCount()
  
    public int getInstancesCount()
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getInstancesList()
  
    public List<Instance> getInstancesList()
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
getInstancesOrBuilder(int index)
  
    public InstanceOrBuilder getInstancesOrBuilder(int index)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getInstancesOrBuilderList()
  
    public List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.appengine.v1.InstanceOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   Continuation token for fetching the next page of results.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   Continuation token for fetching the next page of results.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListInstancesResponse other)
  
    public ListInstancesResponse.Builder mergeFrom(ListInstancesResponse other)
   
  
  
  
  
  
    public ListInstancesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListInstancesResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListInstancesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeInstances(int index)
  
    public ListInstancesResponse.Builder removeInstances(int index)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListInstancesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setInstances(int index, Instance value)
  
    public ListInstancesResponse.Builder setInstances(int index, Instance value)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
setInstances(int index, Instance.Builder builderForValue)
  
    public ListInstancesResponse.Builder setInstances(int index, Instance.Builder builderForValue)
   
   The instances belonging to the requested version.
 repeated .google.appengine.v1.Instance instances = 1;
setNextPageToken(String value)
  
    public ListInstancesResponse.Builder setNextPageToken(String value)
   
   Continuation token for fetching the next page of results.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListInstancesResponse.Builder setNextPageTokenBytes(ByteString value)
   
   Continuation token for fetching the next page of results.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListInstancesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListInstancesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides