Lines Matching refs:name

43    * @param string $name Required. The resource name of the location to associate.
48 public function associate($name, AssociateLocationRequest $postBody, $optParams = []) argument
50 $params = ['name' => $name, 'postBody' => $postBody];
59 * @param string $name Required. The resource name of the location to
65 …public function clearLocationAssociation($name, ClearLocationAssociationRequest $postBody, $optPar… argument
67 $params = ['name' => $name, 'postBody' => $postBody];
77 * @param string $name Required. The name of the location to delete.
81 public function delete($name, $optParams = []) argument
83 $params = ['name' => $name];
90 * @param string $name Required. The name of the location to fetch.
97 public function get($name, $optParams = []) argument
99 $params = ['name' => $name];
107 * @param string $name Required. Google identifier for this location in the form
112 public function getAttributes($name, $optParams = []) argument
114 $params = ['name' => $name];
122 * @param string $name Required. The name of the location to fetch.
129 public function getGoogleUpdated($name, $optParams = []) argument
131 $params = ['name' => $name];
138 * @param string $name Google identifier for this location in the form:
150 public function patch($name, Location $postBody, $optParams = []) argument
152 $params = ['name' => $name, 'postBody' => $postBody];
159 * @param string $name Required. Google identifier for this location in the form
176 public function updateAttributes($name, AttributesModel $postBody, $optParams = []) argument
178 $params = ['name' => $name, 'postBody' => $postBody];