Lines Matching refs:name

45    * @param string $name Required. The resource name for this CertificateAuthority
51 public function activate($name, ActivateCertificateAuthorityRequest $postBody, $optParams = []) argument
53 $params = ['name' => $name, 'postBody' => $postBody];
90 * @param string $name Required. The resource name for this CertificateAuthority
114 public function delete($name, $optParams = []) argument
116 $params = ['name' => $name];
123 * @param string $name Required. The resource name for this CertificateAuthority
129 public function disable($name, DisableCertificateAuthorityRequest $postBody, $optParams = []) argument
131 $params = ['name' => $name, 'postBody' => $postBody];
138 * @param string $name Required. The resource name for this CertificateAuthority
144 public function enable($name, EnableCertificateAuthorityRequest $postBody, $optParams = []) argument
146 $params = ['name' => $name, 'postBody' => $postBody];
158 * @param string $name Required. The resource name for this CertificateAuthority
163 public function fetch($name, $optParams = []) argument
165 $params = ['name' => $name];
172 * @param string $name Required. The name of the CertificateAuthority to get.
176 public function get($name, $optParams = []) argument
178 $params = ['name' => $name];
211 * @param string $name Output only. The resource name for this
232 public function patch($name, CertificateAuthority $postBody, $optParams = []) argument
234 $params = ['name' => $name, 'postBody' => $postBody];
242 * @param string $name Required. The resource name for this CertificateAuthority
248 public function undelete($name, UndeleteCertificateAuthorityRequest $postBody, $optParams = []) argument
250 $params = ['name' => $name, 'postBody' => $postBody];