operation = $operation; } /** * @return string */ public function getOperation() { return $this->operation; } /** * @param string[] */ public function setOperationTypes($operationTypes) { $this->operationTypes = $operationTypes; } /** * @return string[] */ public function getOperationTypes() { return $this->operationTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1GraphQLOperation::class, 'Google_Service_Apigee_GoogleCloudApigeeV1GraphQLOperation');