Home
last modified time | relevance | path

Searched refs:GoogleCloudDatacatalogV1EntryOverview (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1ModifyEntryOverviewRequest.php22 protected $entryOverviewType = GoogleCloudDatacatalogV1EntryOverview::class;
26 * @param GoogleCloudDatacatalogV1EntryOverview
28 public function setEntryOverview(GoogleCloudDatacatalogV1EntryOverview $entryOverview)
33 * @return GoogleCloudDatacatalogV1EntryOverview
H A DGoogleCloudDatacatalogV1BusinessContext.php24 protected $entryOverviewType = GoogleCloudDatacatalogV1EntryOverview::class;
42 * @param GoogleCloudDatacatalogV1EntryOverview
44 public function setEntryOverview(GoogleCloudDatacatalogV1EntryOverview $entryOverview)
49 * @return GoogleCloudDatacatalogV1EntryOverview
H A DGoogleCloudDatacatalogV1EntryOverview.php20 class GoogleCloudDatacatalogV1EntryOverview extends \Google\Model class
44 class_alias(GoogleCloudDatacatalogV1EntryOverview::class, 'Google_Service_DataCatalog_GoogleCloudDa…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
H A DProjectsLocationsEntryGroupsEntries.php24 use Google\Service\DataCatalog\GoogleCloudDatacatalogV1EntryOverview; alias
177 * @return GoogleCloudDatacatalogV1EntryOverview
183 …return $this->call('modifyEntryOverview', [$params], GoogleCloudDatacatalogV1EntryOverview::class);