Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/
H A DProjectsLocationsLakesContentitems.php21 use Google\Service\CloudDataplex\GoogleCloudDataplexV1Content; alias
39 * @param GoogleCloudDataplexV1Content $postBody
44 * @return GoogleCloudDataplexV1Content
46 public function create($parent, GoogleCloudDataplexV1Content $postBody, $optParams = [])
50 return $this->call('create', [$params], GoogleCloudDataplexV1Content::class);
75 * @return GoogleCloudDataplexV1Content
81 return $this->call('get', [$params], GoogleCloudDataplexV1Content::class);
116 * @param GoogleCloudDataplexV1Content $postBody
122 * @return GoogleCloudDataplexV1Content
124 public function patch($name, GoogleCloudDataplexV1Content $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1ListContentResponse.php23 protected $contentType = GoogleCloudDataplexV1Content::class;
31 * @param GoogleCloudDataplexV1Content[]
38 * @return GoogleCloudDataplexV1Content[]
H A DGoogleCloudDataplexV1Content.php20 class GoogleCloudDataplexV1Content extends \Google\Model class
202 class_alias(GoogleCloudDataplexV1Content::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV…