name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudDatapipelinesV1FieldType */ public function setType(GoogleCloudDatapipelinesV1FieldType $type) { $this->type = $type; } /** * @return GoogleCloudDatapipelinesV1FieldType */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatapipelinesV1Field::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1Field');