Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/Resource/
DProjectsLocationsViews.php21 use Google\Service\Contactcenterinsights\GoogleCloudContactcenterinsightsV1View; alias
40 * @param GoogleCloudContactcenterinsightsV1View $postBody
42 * @return GoogleCloudContactcenterinsightsV1View
44 public function create($parent, GoogleCloudContactcenterinsightsV1View $postBody, $optParams = [])
48 return $this->call('create', [$params], GoogleCloudContactcenterinsightsV1View::class);
68 * @return GoogleCloudContactcenterinsightsV1View
74 return $this->call('get', [$params], GoogleCloudContactcenterinsightsV1View::class);
102 * @param GoogleCloudContactcenterinsightsV1View $postBody
106 * @return GoogleCloudContactcenterinsightsV1View
108 public function patch($name, GoogleCloudContactcenterinsightsV1View $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1ListViewsResponse.php27 protected $viewsType = GoogleCloudContactcenterinsightsV1View::class;
45 * @param GoogleCloudContactcenterinsightsV1View[]
52 * @return GoogleCloudContactcenterinsightsV1View[]
DGoogleCloudContactcenterinsightsV1View.php20 class GoogleCloudContactcenterinsightsV1View extends \Google\Model class
116 class_alias(GoogleCloudContactcenterinsightsV1View::class, 'Google_Service_Contactcenterinsights_Go…