Home
last modified time | relevance | path

Searched refs:GoogleCloudDataplexV1Entity (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/
H A DProjectsLocationsLakesZonesEntities.php21 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 = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ListEntitiesResponse.php23 protected $entitiesType = GoogleCloudDataplexV1Entity::class;
31 * @param GoogleCloudDataplexV1Entity[]
38 * @return GoogleCloudDataplexV1Entity[]
H A DGoogleCloudDataplexV1Entity.php20 class GoogleCloudDataplexV1Entity extends \Google\Model class
308 class_alias(GoogleCloudDataplexV1Entity::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1…