partitionKey = $partitionKey; } /** * @return string */ public function getPartitionKey() { return $this->partitionKey; } /** * @param GoogleCloudChannelV1ReportValue[] */ public function setValues($values) { $this->values = $values; } /** * @return GoogleCloudChannelV1ReportValue[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1Row::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1Row');