arrayValue = $arrayValue; } /** * @return GoogleCloudDatapipelinesV1ArrayValue */ public function getArrayValue() { return $this->arrayValue; } /** * @param GoogleCloudDatapipelinesV1AtomicValue */ public function setAtomicValue(GoogleCloudDatapipelinesV1AtomicValue $atomicValue) { $this->atomicValue = $atomicValue; } /** * @return GoogleCloudDatapipelinesV1AtomicValue */ public function getAtomicValue() { return $this->atomicValue; } /** * @param GoogleCloudDatapipelinesV1EnumerationValue */ public function setEnumValue(GoogleCloudDatapipelinesV1EnumerationValue $enumValue) { $this->enumValue = $enumValue; } /** * @return GoogleCloudDatapipelinesV1EnumerationValue */ public function getEnumValue() { return $this->enumValue; } /** * @param GoogleCloudDatapipelinesV1FixedBytesValue */ public function setFixedBytesValue(GoogleCloudDatapipelinesV1FixedBytesValue $fixedBytesValue) { $this->fixedBytesValue = $fixedBytesValue; } /** * @return GoogleCloudDatapipelinesV1FixedBytesValue */ public function getFixedBytesValue() { return $this->fixedBytesValue; } /** * @param GoogleCloudDatapipelinesV1IterableValue */ public function setIterableValue(GoogleCloudDatapipelinesV1IterableValue $iterableValue) { $this->iterableValue = $iterableValue; } /** * @return GoogleCloudDatapipelinesV1IterableValue */ public function getIterableValue() { return $this->iterableValue; } /** * @param GoogleCloudDatapipelinesV1MapValue */ public function setMapValue(GoogleCloudDatapipelinesV1MapValue $mapValue) { $this->mapValue = $mapValue; } /** * @return GoogleCloudDatapipelinesV1MapValue */ public function getMapValue() { return $this->mapValue; } /** * @param GoogleCloudDatapipelinesV1Row */ public function setRowValue(GoogleCloudDatapipelinesV1Row $rowValue) { $this->rowValue = $rowValue; } /** * @return GoogleCloudDatapipelinesV1Row */ public function getRowValue() { return $this->rowValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatapipelinesV1FieldValue::class, 'Google_Service_Datapipelines_GoogleCloudDatapipelinesV1FieldValue');