public static final class ListOperationsResponse.Builder extends GeneratedMessageV3.Builder<ListOperationsResponse.Builder> implements ListOperationsResponseOrBuilder
   
   ListOperationsResponse is the result of ListOperationsRequest.
 Protobuf type google.container.v1.ListOperationsResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      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()
   
  Returns
  
  Methods
  
  
  addAllMissingZones(Iterable<String> values)
  
    public ListOperationsResponse.Builder addAllMissingZones(Iterable<String> values)
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
addAllOperations(Iterable<? extends Operation> values)
  
    public ListOperationsResponse.Builder addAllOperations(Iterable<? extends Operation> values)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
    
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.container.v1.Operation>
 | 
    
  
  Returns
  
  
  addMissingZones(String value)
  
    public ListOperationsResponse.Builder addMissingZones(String value)
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
    
      
        | Name | Description | 
      
        | value | String
 The missingZones to add. | 
    
  
  Returns
  
  
  addMissingZonesBytes(ByteString value)
  
    public ListOperationsResponse.Builder addMissingZonesBytes(ByteString value)
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes of the missingZones to add. | 
    
  
  Returns
  
  
  addOperations(Operation value)
  
    public ListOperationsResponse.Builder addOperations(Operation value)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
addOperations(Operation.Builder builderForValue)
  
    public ListOperationsResponse.Builder addOperations(Operation.Builder builderForValue)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
addOperations(int index, Operation value)
  
    public ListOperationsResponse.Builder addOperations(int index, Operation value)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
addOperations(int index, Operation.Builder builderForValue)
  
    public ListOperationsResponse.Builder addOperations(int index, Operation.Builder builderForValue)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
addOperationsBuilder()
  
    public Operation.Builder addOperationsBuilder()
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
addOperationsBuilder(int index)
  
    public Operation.Builder addOperationsBuilder(int index)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListOperationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public ListOperationsResponse build()
   
  Returns
  
  
  buildPartial()
  
    public ListOperationsResponse buildPartial()
   
  Returns
  
  
  clear()
  
    public ListOperationsResponse.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListOperationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearMissingZones()
  
    public ListOperationsResponse.Builder clearMissingZones()
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListOperationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearOperations()
  
    public ListOperationsResponse.Builder clearOperations()
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
clone()
  
    public ListOperationsResponse.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListOperationsResponse getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getMissingZones(int index)
  
    public String getMissingZones(int index)
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
    
      
        | Name | Description | 
      
        | index | int
 The index of the element to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | String | The missingZones at the given index. | 
    
  
  
  getMissingZonesBytes(int index)
  
    public ByteString getMissingZonesBytes(int index)
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
    
      
        | Name | Description | 
      
        | index | int
 The index of the value to return. | 
    
  
  Returns
  
    
      
        | Type | Description | 
      
        | ByteString | The bytes of the missingZones at the given index. | 
    
  
  
  getMissingZonesCount()
  
    public int getMissingZonesCount()
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
    
      
        | Type | Description | 
      
        | int | The count of missingZones. | 
    
  
  
  getMissingZonesList()
  
    public ProtocolStringList getMissingZonesList()
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
getOperations(int index)
  
    public Operation getOperations(int index)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getOperationsBuilder(int index)
  
    public Operation.Builder getOperationsBuilder(int index)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getOperationsBuilderList()
  
    public List<Operation.Builder> getOperationsBuilderList()
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
getOperationsCount()
  
    public int getOperationsCount()
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
getOperationsList()
  
    public List<Operation> getOperationsList()
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
getOperationsOrBuilder(int index)
  
    public OperationOrBuilder getOperationsOrBuilder(int index)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  getOperationsOrBuilderList()
  
    public List<? extends OperationOrBuilder> getOperationsOrBuilderList()
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
    
      
        | Type | Description | 
      
        | List<? extends com.google.container.v1.OperationOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeFrom(ListOperationsResponse other)
  
    public ListOperationsResponse.Builder mergeFrom(ListOperationsResponse other)
   
  Parameter
  
  Returns
  
  
  
  
    public ListOperationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public ListOperationsResponse.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListOperationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  removeOperations(int index)
  
    public ListOperationsResponse.Builder removeOperations(int index)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
    
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListOperationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setMissingZones(int index, String value)
  
    public ListOperationsResponse.Builder setMissingZones(int index, String value)
   
   If any zones are listed here, the list of operations returned
 may be missing the operations from those zones.
 repeated string missing_zones = 2;
    
      
        | Name | Description | 
      
        | index | int
 The index to set the value at. | 
      
        | value | String
 The missingZones to set. | 
    
  
  Returns
  
  
  setOperations(int index, Operation value)
  
    public ListOperationsResponse.Builder setOperations(int index, Operation value)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
setOperations(int index, Operation.Builder builderForValue)
  
    public ListOperationsResponse.Builder setOperations(int index, Operation.Builder builderForValue)
   
   A list of operations in the project in the specified zone.
 repeated .google.container.v1.Operation operations = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListOperationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListOperationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides