Lines Matching refs:name

49    * @param string $name Required. The resource domain name, project name and
56 public function attachTrust($name, AttachTrustRequest $postBody, $optParams = []) argument
58 $params = ['name' => $name, 'postBody' => $postBody];
88 * @param string $name Required. The domain resource name using the form:
93 public function delete($name, $optParams = []) argument
95 $params = ['name' => $name];
102 * @param string $name Required. The resource domain name, project name, and
109 public function detachTrust($name, DetachTrustRequest $postBody, $optParams = []) argument
111 $params = ['name' => $name, 'postBody' => $postBody];
118 * @param string $name Required. The domain resource name using the form:
123 public function get($name, $optParams = []) argument
125 $params = ['name' => $name];
161 * @param string $name Required. The domain resource name using the form:
166 public function getLdapssettings($name, $optParams = []) argument
168 $params = ['name' => $name];
204 * @param string $name Required. The unique name of the domain using the form:
215 public function patch($name, Domain $postBody, $optParams = []) argument
217 $params = ['name' => $name, 'postBody' => $postBody];
224 * @param string $name Required. The resource domain name, project name and
231 public function reconfigureTrust($name, ReconfigureTrustRequest $postBody, $optParams = []) argument
233 $params = ['name' => $name, 'postBody' => $postBody];
240 * @param string $name Required. The domain resource name using the form:
246 public function resetAdminPassword($name, ResetAdminPasswordRequest $postBody, $optParams = []) argument
248 $params = ['name' => $name, 'postBody' => $postBody];
256 * @param string $name Required. Resource name for the domain to which the
262 public function restore($name, RestoreDomainRequest $postBody, $optParams = []) argument
264 $params = ['name' => $name, 'postBody' => $postBody];
309 * @param string $name The resource name of the LDAPS settings. Uses the form:
320 public function updateLdapssettings($name, LDAPSSettings $postBody, $optParams = []) argument
322 $params = ['name' => $name, 'postBody' => $postBody];
331 * @param string $name Required. The resource domain name, project name, and
338 public function validateTrust($name, ValidateTrustRequest $postBody, $optParams = []) argument
340 $params = ['name' => $name, 'postBody' => $postBody];