Lines Matching refs:name

64    * @param string $name Required. Name of the environment. Use the following
69 public function delete($name, $optParams = []) argument
71 $params = ['name' => $name];
78 * @param string $name Required. Name of the environment. Use the following
83 public function get($name, $optParams = []) argument
85 $params = ['name' => $name];
93 * @param string $name Required. Name of the debug mask. Use the following
99 public function getDebugmask($name, $optParams = []) argument
101 $params = ['name' => $name];
109 * @param string $name Required. Name of the environment deployed configuration
115 public function getDeployedConfig($name, $optParams = []) argument
117 $params = ['name' => $name];
157 * @param string $name Required. Name of the trace configuration. Use the
163 public function getTraceConfig($name, $optParams = []) argument
165 $params = ['name' => $name];
249 * @param string $name Required. Name of the environment. Use the following
255 public function update($name, GoogleCloudApigeeV1Environment $postBody, $optParams = []) argument
257 $params = ['name' => $name, 'postBody' => $postBody];
265 * @param string $name Name of the debug mask.
276 public function updateDebugmask($name, GoogleCloudApigeeV1DebugMask $postBody, $optParams = []) argument
278 $params = ['name' => $name, 'postBody' => $postBody];
290 * @param string $name Required. Name of the environment. Use the following
296 …public function updateEnvironment($name, GoogleCloudApigeeV1Environment $postBody, $optParams = []) argument
298 $params = ['name' => $name, 'postBody' => $postBody];
308 * @param string $name Required. Name of the trace configuration. Use the
317 …public function updateTraceConfig($name, GoogleCloudApigeeV1TraceConfig $postBody, $optParams = []) argument
319 $params = ['name' => $name, 'postBody' => $postBody];