Lines Matching refs:appsId
37 * @param string $appsId Part of `name`. Name of the resource requested.
43 public function delete($appsId, $servicesId, $optParams = []) argument
45 $params = ['appsId' => $appsId, 'servicesId' => $servicesId];
52 * @param string $appsId Part of `name`. Name of the resource requested.
58 public function get($appsId, $servicesId, $optParams = []) argument
60 $params = ['appsId' => $appsId, 'servicesId' => $servicesId];
67 * @param string $appsId Part of `parent`. Name of the parent Application
76 public function listAppsServices($appsId, $optParams = []) argument
78 $params = ['appsId' => $appsId];
85 * @param string $appsId Part of `name`. Name of the resource to update.
109 public function patch($appsId, $servicesId, Service $postBody, $optParams = []) argument
111 $params = ['appsId' => $appsId, 'servicesId' => $servicesId, 'postBody' => $postBody];