Lines Matching refs:GoogleCloudDataplexV1Entity
21 use Google\Service\CloudDataplex\GoogleCloudDataplexV1Entity; alias
39 * @param GoogleCloudDataplexV1Entity $postBody
44 * @return GoogleCloudDataplexV1Entity
46 public function create($parent, GoogleCloudDataplexV1Entity $postBody, $optParams = [])
50 return $this->call('create', [$params], GoogleCloudDataplexV1Entity::class);
80 * @return GoogleCloudDataplexV1Entity
86 return $this->call('get', [$params], GoogleCloudDataplexV1Entity::class);
127 * @param GoogleCloudDataplexV1Entity $postBody
132 * @return GoogleCloudDataplexV1Entity
134 public function update($name, GoogleCloudDataplexV1Entity $postBody, $optParams = [])
138 return $this->call('update', [$params], GoogleCloudDataplexV1Entity::class);