AppsServicesResource class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  delete(String appsId, String servicesId, {String? $fields})
    → Future<Operation>
  
  
- 
  Deletes the specified service and all enclosed versions.
  
- 
  get(String appsId, String servicesId, {String? $fields})
    → Future<Service>
  
  
- 
  Gets the current configuration of the specified service.
  
- 
  list(String appsId, {int? pageSize, String? pageToken, String? $fields})
    → Future<ListServicesResponse>
  
  
- 
  Lists all the services in the application.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Service request, String appsId, String servicesId, {bool? migrateTraffic, String? updateMask, String? $fields})
    → Future<Operation>
  
  
- 
  Updates the configuration of the specified service.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited