createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * The human-readable display name of the view. * * @param string $displayName */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * Immutable. The resource name of the view. Format: * projects/{project}/locations/{location}/views/{view} * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * Output only. The most recent time at which the view was updated. * * @param string $updateTime */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * A filter to reduce conversation results to a specific subset. Refer to * https://cloud.google.com/contact-center/insights/docs/filtering for * details. * * @param string $value */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContactcenterinsightsV1View::class, 'Google_Service_Contactcenterinsights_GoogleCloudContactcenterinsightsV1View');